Results 1 to 3 of 3

Thread: ASP Execution Order

  1. #1

    Thread Starter
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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?

  2. #2
    Banned
    Join Date
    Feb 2000
    Location
    Edmonton, AB, Canada
    Posts
    64
    That's what I thought. Thanks!

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width