[thelist] 1st line of ASP Scripts (option explicit/on error/transaction)

Michael K. Ahn mike at ahnfire.com
Fri Jul 26 16:40:00 CDT 2002


Hey, it seems like everything is supposed to be on the 1st line of an
asp script.  Does anyone know the definitive order?

Ie.
Transaction=Required
Option Explicit
On Error Resume Next
Response.ContentType = "video/x-ms-asf"
Response.expires = 0

Dim x
Etc

Facts?  Opinions?



More information about the thelist mailing list