im asking to be spoon fed code that has only the things necessary for counting down seconds, and has nothing about minutes, hours, days, or javascript redirects
lol it's scripts like the one you showed that drove me here. i don't want terribly advanced scripts or anything i want something short and sweet that will display 10,9,8,7,6,5,4,3,2,1,0 - and do...
i want a simple javascript countdown that counts down from 5 or 10 seconds to 0 seconds and does NOTHING ELSE. lol. im redirecting the page with a meta refreshing and i want users to know e=when...
Hello everyone.
I have a form with a drop down menu that the user uses to select how many name fields will be showing. Currently, it functions by toggling table rows that have the name fields in...
Please like i said before i am not a javascript coder. I can insert it into html but not much else. Because of this it would be really helpful if you gave me ready to use javascript code.
Hello everyone.
I have a form with a drop down menu that the user uses to select how many name fields will be showing. Currently, it functions by toggling table rows with the name fields from the...
Hello,
I have a drop down menu with a few options and I want to disable it as soon as a value has been selected.
I know you disable any form element by giving it a css style of "disabled=disabled"...
Maybe it would help if I showed you how this form field is currently on my website so you could get a better picture of what I mean. I simply want to let the people select how many attendees are...
Thank you very much JMRKER for your version but it does not do exactly what I want. I want the person filling out the form to select the number of people and then that number of textboxes appear for...
I have a drop down list and I want to use it to toggle some divs (one1, two2, three3, four4, etc.) that I have. There are eight options, and eight divs nested inside each other. When you select a...