Thanks :)
Using the div works in IE, but I am still getting the same error in Netscape 4.7. I named the div "firstnamelabel" and am still getting that it is 'undefined'.... any idea what I am doing wrong please?
<DIV ID="firstnamelabel" >
referred to in javascript as...
Thanks for the suggestion...this doesn't work quite right for me... it highlights the url in the address bar in IE, and Netscape 4.7 ignores it and goes on with submitting the form (says firsnamelabel is 'undefined').
I am trying to put focus on the label and select the contents of the...
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...
I fear Friday has taken it's toll on me... I cannot make this work. I get an error message saying that the label is not an object. Am I referencing it wrong?
Code example is below, thanks very much for you help :)
<b><LABEL ID="firstnamelabel" FOR="firstname">First...
Thanks, for the suggestion :)
QA wants the cursor to show up in the text field that is wrong, so I can't put the focus on the label unfortunately. Is there any other way I can force the content to align correctly?
thanks.
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...
It works perfectly fine in Netscape 4.7, as you pointed out, and any other version of Netscape I could get my hands on. But in Netscape 6, once you tab into the text area, you can't tab out to the next element...
(Code is very similar to the example you show, just with another textarea and...
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.