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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.