FP changes my onsubmit entry

C

Chuck

I'm a novice trying to enter the form information
OnSubmit="JavaScript:return CheckFields(this);"

but the program automatically changes the entry to
onsubmit="return FrontPage_Form1_Validator(this)". Each
time I re-open the document I see the code has changed
back to the FP default.

I've already disabled FP extensions but it didn't help.

Please help!!

Thanks.
 
S

Steve Easton

At this point in creating your page,
the extensions have nothing to do with it.
If you have created a confirmation form
using FrontPage, the bot on the page will automatically
correct the script each time you save.
If you want to use custom script, you will have to hand code
the confirmation page.

Any particular reason the normal validation form won't do what
you want.??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top