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

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

Thomas A. Rowe

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.
==============================================
 
Top