I am trying to use the include file in my program like this but I can not?
I tried this:
#include file="aspcommon.asp"
and also I tried this
< #include file="aspcommon.asp"
Can you help please. thanks
Printable View
I am trying to use the include file in my program like this but I can not?
I tried this:
#include file="aspcommon.asp"
and also I tried this
< #include file="aspcommon.asp"
Can you help please. thanks
Try:
<!--#Include file = "aspcommon.asp"-->
This is a comment. in vbscript, can you tell me where to out it exactly like
<% Option Explicit %>
<script LANGUAGE="VBScript" RUNAT="Server">
</script>
<!-- #Include file = "aspcommon.asp"-->