Questions tagged as 'html'

1
answer

Error Recover when saving or retrieving a BD SQLServer image

When saving the Image in the database it is saved in a field of type Image the problem is that when recovering the image and receiving it in a variable type [] byte doing the correct conversion I can not visualize in the control destined, I...
asked by 17.01.2017 / 14:08
0
answers

Why does not this AJAX website show results?

NOTE will not explain anything about this script because it was something that I was building from another website COPIE and PEGUE said that I only made these two files I do not know where the error is . THE PROBLEM is that the query is...
asked by 16.01.2017 / 19:39
1
answer

What is the correct function of a Pre-loader?

I've been looking for how to do them in several pages, but in all the ones I've found I see that they use a specific time in which the pre-loader will appear, and my question is if the function of the preloader is to appear for a specific tim...
asked by 26.12.2016 / 02:23
1
answer

Rental time control

Friends, I have a problem with a code, I hope you can help me. What it does is take the available cars from the database, then place an image of each one so that they can be rented. Once rented, you must mark the percentage of time elapsed ac...
asked by 31.01.2017 / 22:46
3
answers

Validate date format with jquery?

I have an input of type date but when running it in the safari I can edit it in any way and I want to validate that it is written correctly with jquery? <input type="date" class="form-control" id="fechaentrega" name="fechaentrega">...
asked by 14.12.2016 / 23:31
2
answers

Listener CheckBox

I'm doing a js that responds to when I click on a checkbox: function actionCheckbox(){ var chkAp = document.getElementById("ahorroAP"); var chkCa2 = document.getElementById("ahorroCa2"); var chkAhorro = document.getElementById("aho...
asked by 14.12.2016 / 14:58
3
answers

Capture disabled checkbox value

I have checkboxes disabled, which I check them with a function, but when I check them out or check them out I want to keep their disabled property true, only when I send the data jquery it does not take the selected values, that is, the disabled...
asked by 09.12.2016 / 16:41
3
answers

How to run php script and update view?

I need you to give me an idea of how to solve the following problem ... It is required that when a search is made, the searched product is registered in a database and the time, and it is necessary to show the data of the search in a new form, w...
asked by 10.12.2016 / 00:14
0
answers

Problems with static routes with node, express

Good afternoon, I have a problem but I do not give with the joke, I'm linking a file called appAllMarket.js to my html but can not find the path, the problem that I think is that it is in a folder called models outside the folder...
asked by 19.04.2017 / 23:02
1
answer

how to get an image located on another server?

I'm trying to show an image on a page hosted on windows server 2016, but the image is saved on another server and both servers are connected on the same network. This I do using php, html and javascript in tests I did with xampp and changing the...
asked by 19.04.2017 / 22:00