Questions tagged as 'html'

1
answer

How to receive the value of seconds using the HTML5 input time?

I need to work with fields in MySQL in hours, minutes, and seconds as in 00:29:13. However, only the hour and minutes appear for me: <input type="time" class="form-control" name="hora" placeholder="Hora" id="hora"> How do I change...
asked by 28.09.2016 / 03:32
1
answer

Problem with SWF

I have a swf file and I can not put it in a page at all. I've tried it anyway and it does not work .. the problem is that this swf is a virtual tour and the client wants it because he wants it .. <script type="text/javascript"> // <!...
asked by 21.11.2016 / 20:43
1
answer

Socket I.o does not update automatically

Hello, I'm using the Socket i.o and when I send a POST / EnviaTemperatura, it is not automatically updating on my site. What am I doing wrong? Node.js app.post('/EnviaTemperatura', function(req, res){ temperatura = req.body.temp;...
asked by 05.10.2016 / 14:13
1
answer

Error with HtmlUnit / WebClient / WildFly10

I'm trying to use htmlunit but it's happening: *** Environment / Server: WildFly10 When you run the following command: WebClient webClient = new WebClient(BrowserVersion.FIREFOX_45); The error happens: 17:34:19,139 WA...
asked by 03.10.2016 / 22:48
4
answers

Redeem name and show in option through id

I have a id of the table, example: user with id = 1 , how can I get the name of this user using id of it and show on input ? I did so: while ($dados = mysql_fetch_array ($sql)) {?> <option value="<?...
asked by 03.10.2016 / 13:49
2
answers

Identify Browser - Internet Explorer

I need to know when the user accesses the website through Internet Explorer, execute a CSS. So that's fine, here is the code I used to apply CSS: <!--[if IE]> <link rel="stylesheet" type="text/css" href="app/template/css/apen...
asked by 09.11.2016 / 17:42
1
answer

Sequential number in a dynamic form

I have this JS to duplicate a registration: function duplicarCampos(){ var clone = document.getElementById('div_dados_historico').cloneNode(true); var destino = document.getElementById('destino'); destino.appendChild (clone);...
asked by 09.11.2016 / 16:09
1
answer

Adding HTML to the Integrated Store Footer

Hello everyone! Is that okay? Recently, I started in the middle of the e-market and created my virtual store via Integral Store. I'm trying to make some adjustments to the template that I bought, adapting it to my needs, but I'm new to coding...
asked by 06.09.2016 / 06:36
1
answer

Not saved information in mysql when I click on one of the radioboxes of the form

I have a form with several text fields, radiobox, selectbox, and I want to save the information in the table of the bank that I use. But I'm having a problem when I click on the first two radios boxes , and I can only save when I cl...
asked by 06.09.2016 / 05:35
2
answers

How do I get a form to appear on the screen when I click on a link?

I'm trying to get my form to appear in the space next to it when I click the "GET GUIDANCE GUIDE" link . I've tried something like: (but I have not had the expected result) <frameset cols="100%"> <frame src="link da págin...
asked by 06.09.2016 / 16:27