I would like to know how to insert ASP code in FrontPage 2003.

Re: ASP Code by Kevin

Kevin
Wed Mar 09 08:50:09 CST 2005

Open the page you want to add the code to (must have a .asp extension) and
go to HTML view. Type in the following, anywhere in the page:

<%%>

You've just inserted ASP code into the page.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"L" <L@discussions.microsoft.com> wrote in message
news:4048D5EF-CAA9-4980-9DD2-F72FD1FD84ED@microsoft.com...
>I would like to know how to insert ASP code in FrontPage 2003.



Re: ASP Code by Kathleen

Kathleen
Wed Mar 09 08:51:17 CST 2005

Switch to Code View and start typing it in.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
blog: http://msmvps.com/spiderwebwoman/category/321.aspx


L <L@discussions.microsoft.com> wrote:
> I would like to know how to insert ASP code in FrontPage 2003.

Re: ASP Code by Mike

Mike
Wed Mar 09 08:53:18 CST 2005

<%
' your code goes here
%>


L wrote:
: I would like to know how to insert ASP code in FrontPage
: 2003.