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

    Problem with Page shifting over when element recieves focus

    I tried all the options I could locate before ever posting this thread :) Thanks for your assistance :)
  2. Unsubscribed

    Problem with Page shifting over when element recieves focus

    Tried adding absolute positioning, and am getting the same error, that firstnamelabel is 'undefined'...
  3. Unsubscribed

    Problem with Page shifting over when element recieves focus

    Thanks :) Using the div works in IE, but I am still getting the same error in Netscape 4.7. I named the div &quot;firstnamelabel&quot; and am still getting that it is 'undefined'.... any idea what I am doing wrong please? <DIV ID=&quot;firstnamelabel&quot; > referred to in javascript as...
  4. Unsubscribed

    Getting error saying 'not an object'...

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

    Getting error saying 'not an object'...

    Hi, I have the following code: ... if (document.applicationForm.firstname.value == &quot;&quot;) { alert(&quot;Please enter your first name.&quot;); document.applicationForm.firstname.select(); document.applicationForm.firstnamelabel.focus(); return false; } When this...
  6. Unsubscribed

    Problem with Page shifting over when element recieves focus

    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=&quot;firstnamelabel&quot; FOR=&quot;firstname&quot;>First...
  7. Unsubscribed

    Problem with Page shifting over when element recieves focus

    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.
  8. 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...
  9. 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...
  10. Unsubscribed

    Problem tabbing through textarea in Netscape 6

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