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

    Submit FORM from function called by another form

    That was exactly the problem! As soon as I changed the name it all worked. Thank you PepperPepsi and to all who helped. Paul
  2. ddchaos

    Submit FORM from function called by another form

    jaredn and PepperPepsi... FYI in case you get a chance to look at the code... 1) I have changed the name of the form in previous.asp to frmData 2) I am now calling the code from a pop-up rather than using the confirm message box. Thanx
  3. ddchaos

    Submit FORM from function called by another form

    Here's the link. This is only functional up to the second level (previous.asp). You'll have to fill out candidate.asp completely in order to get there, making sure to choose "Yes" for "Have you applied for a job OR worked at Venoco in the past?" Then fill out at least one...
  4. ddchaos

    Submit FORM from function called by another form

    data is the name of the form I'm trying to submit. I've seen a bunch of ways to refer to the form you want to submit including: frmname.submit() document.forms.frmname.submit() document.forms[form_index].submit() document.forms.frmname.submit(frmname) I've tried 'em all but none seem to work...
  5. ddchaos

    Submit FORM from function called by another form

    This function is called from one of two forms on a page. It checks to see if the data in the other form has been changed. If so, and if the user has not clicked on the update button, it asks the user whether or not to update the data. Everything works fine until I try to submit the other form...
  6. ddchaos

    Forms Submission

    I have messed with this script for too long. When I click on the link or on the button, I get a message that says "Object does not support this property or method." According to all the debuggers I've tried (Microsoft and Netscape) the code always fails at 'frm.submit()' I have...

Part and Inventory Search

Back
Top