PDA

Click to See Complete Forum and Search --> : include file in vbscript


farah
Sep 15th, 2000, 09:44 AM
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

ajc
Sep 15th, 2000, 12:18 PM
Try:

<!--#Include file = "aspcommon.asp"-->

farah
Sep 15th, 2000, 12:54 PM
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"-->