Questions tagged as 'html5'

1
answer

Autollenado de html with PHP and MySQL

I need a page to be filled with the items saved in a database automatically as I mentioned in the header. When I generate the queries, it gives me an error that says:    "Warning   : mysqli_result :: fetch_assoc () expects exactly 0 parame...
asked by 10.08.2017 / 05:46
3
answers

Textbox and button

I can not find the error. I have a Textbox : <asp:TextBox ID="un_textbox" runat="server"></asp:TextBox> then a button: <asp:Button ID="Button1" runat="server" Text="Pulsa" OnClientClick="return com...
asked by 26.07.2017 / 17:39
2
answers

Double checbox (One below the other) with an input

Well, that is, I am trying to place two checkbox one below the other, that if I got it, but I want that consequently, next to it appears a input that occupies the size of the two checkbox . link <td> <tr> &...
asked by 10.08.2017 / 10:51
1
answer

Bootstrap manners are not shown on my div that loads all my content with ajax

I have an index with a navigation made with AJAX and thus load all the other pages within the div that has the index.php, so that the browser does not recharge. My problem is when in that div I want to load a CRUD that uses the...
asked by 27.07.2017 / 22:49
1
answer

Edit the content of the media min-width with jquery

@media (min-width: 768px) { . . . } I would like to know if there is any way to manipulate the content of the media by means of javascript or jquery.     
asked by 20.07.2017 / 18:20
2
answers

Because clicking on the datalist is not reflected in the textarea

The function is that what I choose in the datalist happens to the textarea but I do not know what happens I searched but I do not understand. var control = 0; function muestraentextarea(correo) { var txtarea = document.getElementBy...
asked by 27.06.2017 / 16:31
2
answers

Send Scaned Image, Web Socket

My problem is when using the ws Web Socket protocol that sends a giant string (a size chain of about 7 to 8 digits ex: 78872125 ) which is an image that I scan and the I turn it into base 64 and then I'll commit it to bytes in ord...
asked by 16.08.2017 / 21:11
1
answer

how to recover the data sent by post in php?

I have a form and when I send it, it connects to a php file where it inserts the data, then an alert appears that says correct insertion, and returns to the form, all right up there, the bad thing is that when return to the form the fields will...
asked by 19.06.2017 / 18:34
2
answers

How to create a div (html) dynamically?

Good day. I do not know if the question I put is something that you will understand easily, so I will explain. I was thinking, when we want a menu to be hidden or displayed according to the scrolling scroll up or down, we can do it according...
asked by 03.09.2017 / 16:56
2
answers

link depending on the radio button selected in PHP and HTML

hello everyone would like to know how to make a link depending on the selected radio button <section id="form"> <form action="votarEncuesta.php" class="contact_form" name="form1" method="post"> <table>...
asked by 05.04.2018 / 21:42