PDA

Click to See Complete Forum and Search --> : <!-- #INCLUDE FILE="site.asp" -->


jesus4u
Feb 23rd, 2001, 09:48 AM
Can this statement <!-- #INCLUDE FILE="setcookie.asp" -->
be included within the VB script code ...you know the <% and %> or does it have to go at the top?

Jerry Grant
Feb 23rd, 2001, 10:45 AM
For example, on your ASP pages type the following at the top:
<%@ Language=VBScript %>
<!-- #INCLUDE FILE="setcookie.asp" -->
<%
'// This is my VbScript //
%>


Note: Don't put '<%@ Language=VBScript %>' at the top of the setcookie.asp, as only one @ is allowed per ASP page. :cool: