E
Eitan
Hello,
I need an example of "Trapping Errors" in ASP (not .net)
Thanks
I need an example of "Trapping Errors" in ASP (not .net)
Thanks
Eitan said:Hello,
I need an example of "Trapping Errors" in ASP (not .net)
Thanks![]()
Can I trap on specific label, and not after the error occured.
(I know : on error goto my_label ...
but this does not work in ASP pages)
Eitan said:Can I trap on specific label, and not after the error occured.
(I know : on error goto my_label ...
Actually, you can never trap on an error that doesn't occur.![]()
Eitan said:You didnt understand me.
I meant that : the error occurred, but I don't want just after line
that cause the error, but to goto a specific label.
(on "error goto my_label" doesn't work on asp,
but only on VB, and
"on error resume next" is not what I am searching for).
'Thanks![]()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.