FrontPage Modify code it should not!!

J

JoeM

I am having a problem with fronpage 2003 changing code on me. When I enter
the bellow code,
<FORM METHOD="POST" name="formMail" ACTION="_vti_bin/shtml.dll/form.html"
onSubmit="return ValidateContactForm();" webbot-action="--WEBBOT-SELF--">

and save the document, html or htm, it changes the code to this:
<FORM METHOD="POST" name="formMail" ACTION="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" webbot-onSubmit="return
ValidateContactForm();">

How can I stop this?????
Thanks in advance.
 
T

Thomas A. Rowe

It should be corrected when you publish to a server that has the FP extensions via FP's File Menu |
Publish Web / Site and then test the form via http://www.domainname.com/formpage.htm

Also make sure you are creating the form in a current open FP web / site.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
A

Andrew Murray

You can't modify code that FP itself generates - it will reset it to what it
originally generated.
 
J

JoeM

Noticed that, Thanks for the input.

Andrew Murray said:
You can't modify code that FP itself generates - it will reset it to what
it originally generated.
 

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