Can I insert ASP scripts in a FP 2k file?

  • Thread starter Thread starter tmb
  • Start date Start date
T

tmb

Can I use... Insert | dvanced | HTML to insert ASP into a Front Page 2000
file?

One concern is inserting the standard ASP header like...

<%@ Language=VBScript %>
<%
Option explicit
Response.Buffer = true
%>

I'm not sure if I put this at the start of a file using Front Page that it
will actually be the first thing in the file... as does not FP insert some
of it's own stuff at the head of each file?

thanks for any comments on this.
 
No. You have to switch to HTML / Code view and insert your ASP/VBScript and you would insert the
specific code indicated below before the open <html> tag.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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

Back
Top