Hi,
I have the following code:
...
if (document.applicationForm.firstname.value == "")
{
alert("Please enter your first name.");
document.applicationForm.firstname.select();
document.applicationForm.firstnamelabel.focus();
return false;
}
When this...
Hi,
I have some javascript error checking that checks if a user has entered something into a required field. If they haven't, it sets the focus to that text box. The strange thing is that in Netscape 4.76 when focus is returned to the text field, the page lines itself up so that the textbox is...
I have a form in netscape with a series of textareas... the problem is that once you have tabbed into a text area, any further hitting of the tab key just moves the cursor within the textarea, rather than moving focus to the next textarea. I am trying to find out what the keycode for 'tab' is...
I have a form with a bunch of text areas. I set the tabindex values, and everything works fine in IE, but in Netscape 6, when you tab into the textarea, any tabs past that point stay within the text area. Is there some way I could disable this or does anyone know a work around for this? QA is...
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.