Questions tagged as 'html'

0
answers

Unzip ZIP file in Cordova

I have an application with cordova for android in which I want to unzip a file .ZIP To do this, use the following code but the plugin cordova-plugin-zip of cordova, but when executing, send me an error and the text...
asked by 15.01.2018 / 15:59
0
answers

PROBLEM Form onchange erases fields already written

good afternoon. I have a problem and I would like to know if someone could give me a cable. I have a form: in certain fields, I use the onchange="this.form.submit ()" property in the select, so that I send the value through $ _POST, save it i...
asked by 10.01.2018 / 17:08
2
answers

Is there a way to load asynchronous html content?

I'm doing a web application, in cocreto I do a 5 step wizard but too many fields, but the file has already spread a lot and it takes a long time to load, the .js are already asynchronous, but the html is making it late in loading a lot. Is there...
asked by 10.01.2018 / 00:22
1
answer

Fail script execution

I have a script in javascript that runs correctly in Firefox but not in IE11, it is that after a certain if, I open a pop up: In php I have the following code: if(xxxx){echo '<body onload="abrir()">';} In the html page where the form...
asked by 11.01.2018 / 08:21
4
answers

Background image

I have this section: .bg-registro { background-image: url("https://www.w3schools.com/css/paris.jpg"); min-height: 100%; background-repeat: repeat-y; /* background-size: cover; */ position: re...
asked by 19.01.2018 / 11:51
1
answer

Validate start of modal with Jquery

I have a page HTML , which should allow me to enter information from a modal. What I need is that before launching the modal, the user must select two options otherwise it will not start. I put the following code as an example:...
asked by 08.01.2018 / 19:52
1
answer

search in real time and page angularjs

I have a problem with this code everything works fine but when I change the page the search does not find results var app=angular.module('myApp', []); // alternate - https://github.com/michaelbromley/angularUtils/tree/master/src/direc...
asked by 08.01.2018 / 16:09
2
answers

Add property headers upon request before sending a form in html Js or AngularJs

I have the following form created with native JavaScript, I need to add a property to the headers so that the request is authorized. var form = document.createElement('form'); form.id='formulario_auxiliar'; form.action = 'url';...
asked by 06.01.2018 / 16:34
1
answer

Iframe tag

I have a doubt about the iframe tag in html since I have this tag in a modal and whenever I load the page the video that has this tag starts playing without having even opened this modal, any idea about this event? Any way to make it play only w...
asked by 09.01.2018 / 03:03
1
answer

Choose a random number or name from a database

I have hosted a database MySQL in a Byethost free I need to call the register a name and number at random to generate a lottery. With this code I can call my records in Javascript now I need you to call me a number or nam...
asked by 09.01.2018 / 02:07