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?
Printable View
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?
For example, on your ASP pages type the following at the top:Note: Don't put '<%@ Language=VBScript %>' at the top of the setcookie.asp, as only one @ is allowed per ASP page. :cool:Code:<%@ Language=VBScript %>
<!-- #INCLUDE FILE="setcookie.asp" -->
<%
'// This is my VbScript //
%>