Bluemonkey
06-09-2003, 12:40 PM
i am doing the section on ASPError Object at http://www.w3schools.com/asp/asp_ref_error.asp
by when i run the page i get the error page made by windows not the page that i made from the code in the example i get the error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/dev/errortest/error.asp, line 6
dim i for i=1 to 1 next
------^
but thats not what i should get.
how do i get it to work?
thanks for the help
by when i run the page i get the error page made by windows not the page that i made from the code in the example i get the error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/dev/errortest/error.asp, line 6
dim i for i=1 to 1 next
------^
but thats not what i should get.
how do i get it to work?
thanks for the help