Script Editor inserts code

  • Thread starter Thread starter Paul Kyber
  • Start date Start date
P

Paul Kyber

I just started using FrontPage 2003. I do a lot of server-side scripting
(using ASP and vbscript), so I have to use the Script Editor.

Every time I switch to the Script Editor from Front Page, it inserts a <base
href="...> tag on my page.

This is bad, because I'm working on a test server and don't want to have the
links pointing to that server when I put the page onto our production
server.

Is there any way to keep script editor from doing this?
 
The MSE should just be adding that tag temporarily while you are in MSE from FrontPage
- identifying to MSE that you are editing a page w/i a FP site
When you save your changes (not save as) and close the MSE the tag should be removed by FP
- test your pages from the FP Site, not in MSE

--




| I just started using FrontPage 2003. I do a lot of server-side scripting
| (using ASP and vbscript), so I have to use the Script Editor.
|
| Every time I switch to the Script Editor from Front Page, it inserts a <base
| href="...> tag on my page.
|
| This is bad, because I'm working on a test server and don't want to have the
| links pointing to that server when I put the page onto our production
| server.
|
| Is there any way to keep script editor from doing this?
|
|
 
Back
Top