No comment has been added to this question in more than 21 days, so it is now classified as abandoned..
I will leave the following recommendation for this question in the Cleanup topic area:
Accept dr_binks' comment as answer.
Any objections should be posted here in the next 4 days. After that time, the question will be closed.
Huji
EE Cleanup Volunteer
Main Topics
Browse All Topics





by: dr_binksPosted on 2005-08-27 at 06:10:18ID: 14767738
---- inside a finction in your ASP page ----
on error goto err
----- your function code here -----
exit sub
err:
------ do what you want when there is an error, here -----
End Function
hope this helps
~Binks