Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Unsubscribed

    Getting error saying 'not an object'...

    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...
  2. Unsubscribed

    Problem with Page shifting over when element recieves focus

    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...
  3. Unsubscribed

    Trying to capture 'tab' event in netscape 6......

    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...
  4. Unsubscribed

    Problem tabbing through textarea in Netscape 6

    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...

Part and Inventory Search

Back
Top