JScript
- Code: Select all
<%#SCRIPT sql_library.js%><%
VBScript
- Code: Select all
<%#SCRIPT mike.inc%><%
The include files must be in the same directory as the template. However, you can use full path names to located the include file.
In DotNetScript (C# or VB.NET) you include files like this:
- Code: Select all
<%#FILE filename.cs %>
You can include it in a specific spot like this:
- Code: Select all
%><%#FILE mike.cs%><%
