|
-
Sep 15th, 2000, 09:44 AM
#1
Thread Starter
Member
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
-
Sep 15th, 2000, 12:18 PM
#2
New Member
Try:
<!--#Include file = "aspcommon.asp"-->
-
Sep 15th, 2000, 12:54 PM
#3
Thread Starter
Member
It did not work!
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"-->
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|