G
gaulinpr
Upgraded Frontpage from 2002 to 2003. Now when I open my
web site's index.htm page using "open as html" all unique
form names in my onload statements change to a single name.
For example all these lines
....onLoad="documents.backForm.newLocation.selectedIndex=0">
....onLoad="lit.backForm.newLocation.selectedIndex=0">
....onLoad="bcards.backForm.newLocation.selectedIndex=0">
change to
....onLoad="bcards.backForm.newLocation.selectedIndex=0">
for every instance. bcards is substiuted for ever unique
name. This does not happen if I open the document as text.
Is there some autocorrection going on that I can turn off?
web site's index.htm page using "open as html" all unique
form names in my onload statements change to a single name.
For example all these lines
....onLoad="documents.backForm.newLocation.selectedIndex=0">
....onLoad="lit.backForm.newLocation.selectedIndex=0">
....onLoad="bcards.backForm.newLocation.selectedIndex=0">
change to
....onLoad="bcards.backForm.newLocation.selectedIndex=0">
for every instance. bcards is substiuted for ever unique
name. This does not happen if I open the document as text.
Is there some autocorrection going on that I can turn off?