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