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 TouchToneTommy 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: *

  • Users: moogwai
  • Content: Threads
  • Order by date
  1. moogwai

    .selectedIndex ??

    I am having an issue with my validation function. Specificly in Netscape. It is not liking my code for checking a dropdown list. if (document.forms[0].State.value == "") I have also tried some ".selectedIndex" versions to no avail. My error keeps reading that...
  2. moogwai

    form action mailto: (Netscape form.submit() not working)

    How's it going? I have an issue I have been struggling with. I have an application built. The form action is mailto. There is a javascript check for the fields and at the end of the check is form.submit(). I found out that Netscape does not accept the form.submit() if the action is mailto...
  3. moogwai

    help?!?! (please)

    salutations reader(s). I have a form with a submit/validation function. IE works lovely, netscape on the other hand... I get an error: Error: uncaught exception: [Exception... "Component returned failure code: 0x805303e8 [nsIDOMHTMLFormElement.submit]" nsresult: "0x805303e8...
  4. moogwai

    javascript form.submit() netscape issue

    salutations reader(s). I have a form with a submit/validation function. IE works lovely, netscape on the other hand... I get an error: Error: uncaught exception: [Exception... "Component returned failure code: 0x805303e8 [nsIDOMHTMLFormElement.submit]" nsresult: "0x805303e8...
  5. moogwai

    form.focus(???)

    greetings, thanks for reading. I am in a pickle of a dilly here. Javascript form validation. Long application, some text fields some radio buttons. if the radios arent checked I have the alert popup just fine. I can not, for the life of me, figure out how to focus the field after the radio...

Part and Inventory Search

Back
Top