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

    submit() method using onChange handler

    Yes, I had the button named "submit" and after removed it, everything worked beautifully! I appreciate tsdragon + others for your wonderful advises.
  2. kangaloo1971

    submit() method using onChange handler

    I get "Object doesn't support this property or method."on document.formname.submit(), as well as document.forms.formname.submit(). formname seems valid. I checked it using alert() method (instead of submit()) and got the correct field value via formname. I kinda followed Daft69's...
  3. kangaloo1971

    submit() method using onChange handler

    Thank you for suggestion, Mighty. I tried it, but still have got the "Object doesn't support this property or method" error message...
  4. kangaloo1971

    submit() method using onChange handler

    I'm trying to change the display responding to the selected option in the selected box, and wrote the following code: ..<head><script language=&quot;JavaScript&quot;> function selectGroup() { document.formname.submit() } </script>.. ..<form name=&quot;formname&quot;..>.. ..<select...

Part and Inventory Search

Back
Top