Form name neing changed automatically!

D

Debbie

I recently noticed that when I save a file in FrontPage 2003 the form name I
gave it was automatically being overwritten with "FrontPage_Form1" - see
example below:

This was how I saved it:
<FORM name="frmAdminUserPass" id="frmAdminUserPass" method="post"
action="userpassupdate.asp?save=admin">

When I opened the page again this is what it had been changed to:
<FORM name="FrontPage_Form1" id="frmAdminUserPass" method="post"
action="userpassupdate.asp?save=admin">

Can anyone tell me why this is happening and how I can stop it. If not, can
anyone tell me if it matters! I have external script routines that
reference the page (ie. frmAdminUserPass.txtUsername.value = "whatever") and
I don't know whether the first part of the reference relates to the form
name or the form id. If it's the form id then I guess it doesn't matter
that FrontPage is changing the name as it therefore wouldn't be relevant to
what I'm doing.

Thanks in advance for your help!

Debbie
 

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