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!

Recent content by moogwai

  1. moogwai

    .selectedIndex ??

    In researching the other posts I found the answer. Thanks and sorry for the wasted space. The issue was putting state[0].selected instead of simply state.whatever. Regards... Moog.
  2. 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...
  3. moogwai

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

    Not sure about NE6, I've been testing on 4.7 for safety's sake. I suggested to my client the copy and paste formatted text option, but the client is hell bent on it being automated for some reason.
  4. moogwai

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

    I would use a CGI script, the problem is that the HTML file is on a CD (being called from an .exe) and thus server processes are null and void. I guess I should have mentioned that the file is running local.
  5. 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...
  6. moogwai

    help?!?! (please)

    hey UniMent, I created a hotmail account for our use on this issue, feel free to use it for whatever. postingground@hotmail.com postarea The HTML file is waiting there for you. Netscape will only error check the text fields and won't submit. I appreciate your patients with this one, cheers...
  7. moogwai

    help?!?! (please)

    okay here goes! Thanks for the willingness!!! Please excure the formatting.... <html> <head> <title>Application</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> <script language=javascript> function validate() { x = document.myForm ...
  8. moogwai

    help?!?! (please)

    there is no URL, for the file, it will be packaged with an .exe that will launch the HTML file and auto send the form on submit. I have the file if you have an address I can send it to. It's a bit large to paste into one of these windows. Thanks a bunch. Moogwai
  9. 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... &quot;Component returned failure code: 0x805303e8 [nsIDOMHTMLFormElement.submit]&quot; nsresult: &quot;0x805303e8...
  10. 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... &quot;Component returned failure code: 0x805303e8 [nsIDOMHTMLFormElement.submit]&quot; nsresult: &quot;0x805303e8...
  11. 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