Questions tagged as 'html'

3
answers

Change text dynamically when sending a modal modal bootstrap

Modal-Misspass I have this modal which is where users reset passwords. And I would like that after putting your mail and pressing reset, the text changes dynamically and says "we have sent an email to your email". I guess it's with parent and...
asked by 24.10.2016 / 01:44
1
answer

Avoid sending form if DatePicker is empty

Hello: I have a form with several checkboxes which I invoke with a script to show a datepicker calendar and a timepicker schedule when a checkbox is selected and I have the option to select time and date. The detail is that if I do not select da...
asked by 14.10.2016 / 18:12
2
answers

undefined index in POST in any of the 2 manners

I have a problem sending a post from any of the 2 forms. Always jump the following notice Notice: Undefined index: nombre in /Applications/MAMP/htdocs/DHproyect/clases/usuario.php on line 16 Notice: Undefined index: apellido in /Applications...
asked by 14.10.2016 / 21:02
1
answer

show in a pdf only what is shown in a table

I would like to know if it is possible to show in a pdf what is on a page of a table and how to do it. For example: If I have 100 data and I have a page that shows me 10 in 10 and I select page 3 I would be showing from 21 to 30; by showi...
asked by 27.10.2016 / 15:19
2
answers

Can you send post parameters in window.location.href?

It is possible to send parameters post to window.location.href when clicking on a button send me to a new page with parameter post , I do not want to send it for get from url .     
asked by 02.10.2016 / 17:53
1
answer

How to load an image by clicking on a marker on a map

I have the following code with three markers, how is it possible that when I click on one of the markers an image is loaded? var locations = [ ['<h4>Tj</h4>Lat:32.509604, Lon:-117.020600', 32.509604, -117.020600, "<div&...
asked by 28.11.2016 / 18:14
1
answer

Snap HTML Table Automatically [closed]

I would like to know how to make a table of html format when information is added is adjusted automatically so it fits into the cells. This is the code I'm doing: <table align="center" border="1" style="width:auto; height:20px;" class...
asked by 24.11.2016 / 00:57
1
answer

Square the elements of an HTML form

My name is Bernardo and I am learning HTML5 from scratch, Now I'm doing a basic exercise of making a form using semantic elements and I run into a problem: I do not know why the last two sections ("Reservation Management" and "Footer" do not...
asked by 24.11.2016 / 16:50
1
answer

show a result in ajax in real time

I have this code and the problem that I present is that if I write a word several times and the word is available in the database it shows me the result as many times as the letters have the word. For example if I search for "stack" and it is...
asked by 14.09.2016 / 17:48
1
answer

How to use the While with a Service AngujarJs

I have the following problem, I hope you can help me. I have a while loop and inside I am calling a service, the problem is that the loop runs many times and never enters the service, blocks the browser and does not enter the service, if I re...
asked by 31.08.2016 / 01:04