Questions tagged as 'html'

1
answer

Foreach + InnerHtml take a concrete value

I have a foreach where several forms are generated and for each one there is a modify button, I want to give that button modify to take the input name="txtdireccion_mac" that belongs to it. --- HTML @foreach($datos_usuario as $value)...
asked by 29.11.2017 / 23:44
1
answer

Type of mime to open a map

I've been curious about the links in the web pages that ' open ' certain applications using a kind of mime within a <a href="mailto:[email protected]">correo</a> tag (it's the best known ), this will be the mail client that...
asked by 31.12.2017 / 05:25
2
answers

Problem connecting to MySQL from PHP (Resolved) [closed]

(RESOLVED: I had the password wrong) I get this error when connecting: (I have omitted user and pass for obvious reasons)    Access denied for user 'test'@'127.0.0.1' (using password: YES) <?php $mysqli = new mysqli("127.0.0.1",...
asked by 27.12.2017 / 13:02
1
answer

Does not record form data in the BD

Good, yesterday I spent hours and hours trying code to register the data of a form in my database on an external server and I did not get it, I was asking and they passed me a code that worked for them but to me no, I'll show it to you next in c...
asked by 28.12.2017 / 10:22
2
answers

How to do a responsive using Percentages?

I am looking to do a responsive scalar way using percentages example: (33.3%, 50% 65% 100%). to degrade the width of the screen .container{ align-items: center; } .cajas{ float: left; background: brown; width: 100px; text...
asked by 27.12.2017 / 17:44
2
answers

how to generate divs with css Skew and images inside

Hi, I'm wanting to put together a gallery like the example page that I attached guide page where TOURNAMENTS says it's a carousel and it has images in diagonal with hovers, put together a small example but I can not make the images go straight...
asked by 15.12.2017 / 19:19
3
answers

How can I make ten different requests to a server per ajax?

Hello, I have a server that gives me a random word and when creating a loop, it always gives me the same word and I do not know how to make me give me ten different words. Here the code: var palabra = ""; function Creapalabra() { var xhtt...
asked by 17.12.2017 / 16:12
1
answer

HTML and JS form

Some bug in the code ???    Error Uncaught TypeError: Can not read property 'value' of null HTML <form> <label for="nombre">Nombre: </label> <input type="text" name="nombre" id="nombre" />...
asked by 04.12.2017 / 20:39
2
answers

Delete data from two Mysql tables?

I would like to delete data from two different tables in Mysql with PHP, I have the following tables; Table Magazine id_revista|no_revista|colaboradores|imagen |fecha_publicacion|archivo|clave 1 |No. 1 | Ana Luna |img.jpg |2...
asked by 06.12.2017 / 17:54
2
answers

Query [HTML]

Good afternoon, I have a problem .. I'm just starting to see html and I'm following a little pdf. The problem is that I put two buttons, one to change the color and another to change the size. The first button works but the second does not....
asked by 03.11.2017 / 22:29