sharedworld
Programmer
I'm looking for a script like this: 'on error resume next' on the begining of the page, and then every time there is an error is saving the error let's say in a array or writing it with response.write.
I mean to say, that just after the declaration 'on error resume next' should be some declaration like 'on error response.write err.number'... or something like this. thank's
I mean to say, that just after the declaration 'on error resume next' should be some declaration like 'on error response.write err.number'... or something like this. thank's