It's a killer, ASP code gets wiped out when opening Web in FP

J

jimt

I'm using FP2000 and have a couple of dozen ASP pages stored in a subfolder
named ASP. I use MS-script editor to edit these pages and use FP to initially
set up the pages and work with the HTML pages in the "root" directory.

The killer is whenever I open up my local site using the "open web" option,
some of the VBScript coding in the ASP pages gets wiped out. It appears any
code above the HTML tag are OK. I looking at pages I've kept as back up and
those that have gotten clobbered, I don't see a pattern right off. The code
that is getting deleted are the first group of lines after the body tag. Then
the some HTML code that is OK and yet the next set of VBscript coding lines
are OK. Yet this is not true for all pages, some "1st group" blocks of code
in the body are OK.

Obviously I'm relying on my backups of ASP; but, with the hours of coding
involved and trying to publish via FP, the code stripping is a disaster
waiting to happen...

Any help please
Jim T.
 
T

Thomas A. Rowe

Are you splitting HTML tag with ASP code, like opening a table in ASP and then closing it in HTML,
etc.?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
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.
==============================================
 
J

jimt

Thanks, I think you called it right on. I haven't tested it yet but I did
notice I have a hanging </table> tag interlaced with the VBScript code.

Thanks Again
Jim T.
 

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