ASP Code

K

Kevin Spencer

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

Mike Mueller

<%
' your code goes here
%>


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