Questions tagged as 'html5'

1
answer

Problem with the header in the window.location [closed]

I have entered the following code in javascript, in a subdomain in atspace: <meta charset="UTF-8"><body></body> <div id="m"></div> <script> document.body.style.backgroundColor="black" document.body.style.col...
asked by 04.01.2017 / 21:19
1
answer

how to get mysql data from one table and pass it to another by php

USE THE LAST PHP VERSION, Hello, how are you! I have a question! ... how do I get certain values from one table, to put it in another? ... example: I have a table products in this table I have ... "ID", "product", "description" and "value of the...
asked by 16.11.2017 / 06:37
2
answers

Is it advisable to set margin and padding to 0 in the css document of my page?

I had a problem with the display of my page, the code that was at the end I solved it, but the person who told me what to do did not explain it very well to me. * { margin:0; padding:0; }     
asked by 13.07.2017 / 00:38
1
answer

Why do not you load the map in a hosting and local if I load the map correctly?

<!DOCTYPE html> <html> <head> <title>Drawing tools</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <style> html, bod...
asked by 12.12.2016 / 20:51
1
answer

Web link is cut when sending it by whatsapp using php (whatsapp: // send? text =)

Someone will have some idea of how to solve this problem ?? Thanks. Message: Click Here --- > ht tp: //www.m i do m i n i o.com.mx/contrato.php?T1=Ignacio Huerta     
asked by 30.10.2018 / 23:48
2
answers

How can I put a hyperlink in the HTML5 list?

I have a list ordered in html5, I wanted to know how I can do that by clicking on the text that is between the "li" send me an external page. I'm using dreamweaver.     
asked by 28.08.2017 / 02:20
1
answer

how can I capture the value of an input that is duplicated with its same id from javascript

I have this problem and I have already managed to capture two texts that come from php, but I have not been able to capture the value of the input which I must fill with numeric characters and show them in an emerging modal that allows verifying...
asked by 18.01.2018 / 17:14
1
answer

fill in a selection from an input

Friends I need to fill out a selection from a text box that is hosted in an input the idea is to enter the txt_nameSector and be able to select that sector in the table next     
asked by 01.12.2018 / 03:12
1
answer

Geolocation in HTML5

I have the following code: <!DOCTYPE html> <html> <body> <p>Presiona el botón para obtener tus coordenadas.</p> <button onclick="getLocation()">Try It</button> <p id="demo"></p> <scr...
asked by 30.06.2017 / 03:52
1
answer

how do I adjust my html in IE if in chrome it looks good

I can not get the buttons to fit exactly below the last table and in IE they change they become loose     
asked by 22.05.2018 / 22:58