|
-
Jan 5th, 2001, 12:32 AM
#1
Thread Starter
Guru
As far as I know, all includes are processed before the ASP script executes. This makes sense because what if your included file had a function in it that your base page needed?
-
Jan 5th, 2001, 01:29 PM
#2
Banned
That's what I thought. Thanks!
-
Jan 5th, 2001, 03:57 PM
#3
It also depends on where your include statements are located.
If it is in a sub of function of your script, the code of the included file would not be exposed until you enter the sub or function.
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
|