hey,
We have this site that does online renewals
We have 15000+ responses, which are fine - and lately we got calls of people who are having problems.
They are going to a specific page and the screen gets blank and all it says is done in the status bar or the page closes. It’s about less than a half of percent of people who are having this problem, but still we need to find out what is wrong.
I believe it has to do with IE and maybe the OS. I am trying to look into it.
I do have:
on error resume next
I started at looking how I can capture error data
I know at the end of file I can do
if err <> 0 then
err.number
err.description
err.source
and no err.line does not exist which what i really need
anyway to find the line the error code is in when the browser crashes to record some data
do i have to have client side debugging enabled ?
can i do something with global.asa to help me ??
thnx