Hi.
I have an html page that has links to 4 asp pages.
I've included error handling logic in the first link's asp page, including
"On Error Resume Next".
I have not yet included error handling logic in the second link's asp page.
When I select link #2 (no error handling yet) and an error occurs, I get
the error displayed in a table as created for link #1's asp page.
Obviously it seems to be filtering down but there's no connection between
link #1 and link #2.
Could somebody please explain this phenomenon to me!
Thanks, Rita