K
klhaines
Hello.
This is the first time I've ever used JavaScript to write the global.asa
file. I don't have extensive JavaScript experience and use it mostly for
simple website functions (mouse rollovers, etc.). I would normally use
VBScript but am working on a coworker's script and don't have time to
rewrite it.
How can I handle errors in the global.asa?
I'm having global.asa update a database table. If there is an error, I want
to show nothing to the user and just end the function. But *I* would like
to know if and why the script stops working. Writing error codes to a
session variable would be an idea, as I could call them up on a different
page. But I'm not sure how to do this.
Any assistance would be appreciated.
Thank you,
Kim
This is the first time I've ever used JavaScript to write the global.asa
file. I don't have extensive JavaScript experience and use it mostly for
simple website functions (mouse rollovers, etc.). I would normally use
VBScript but am working on a coworker's script and don't have time to
rewrite it.
How can I handle errors in the global.asa?
I'm having global.asa update a database table. If there is an error, I want
to show nothing to the user and just end the function. But *I* would like
to know if and why the script stops working. Writing error codes to a
session variable would be an idea, as I could call them up on a different
page. But I'm not sure how to do this.
Any assistance would be appreciated.
Thank you,
Kim