This is probably a real bonehead question, but I can't find the answer in any of my HTML books. All I want to do is to be able to insert the cursor's focus in a specified text box of my choice.
For example, I have a simple page with one text field and one submit button:
<INPUT...
Could I write logic into the "triggered" function that will then create the hidden fields (i.e. - if this function is triggered, create a hidden field)? Is that possible in Javascript? I thought about something like
function checkbuttons() {
document.write("'<input...
I am a novice user of javascript and am trying to solve the following dilemma (I apologize if this is extraordinarily basic):
I have a form that has checkboxes on it. If the user changes the values of the checkbox (from either checked to unchecked or from unchecked to checked), I would like to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.