12-21-2010, 03:59 PM
Hi All,
I want to know the situation.
Suppose when we navigae to different pages in web application, and that pages use SSL at that time Window pop ups stating sometihing like ' The page you are moving is Secuure. R u want to continue'.
How we can handle this ?
I know we can handle this by simpel If ...else statment. But i want to know Should On Error Resume Next handle the situation ?
Or Recovery scenario is more useful for this ?
Another Question on Recovery Scenario, as per my knowledge we have to use it when we cannot predict at which step the error will occur.
But we know the type of error right ? I mean Certain Run time error, Certain Pop up ? So have those objects added in our OR to recover from the error . Am I right ?
I want to know the situation.
Suppose when we navigae to different pages in web application, and that pages use SSL at that time Window pop ups stating sometihing like ' The page you are moving is Secuure. R u want to continue'.
How we can handle this ?
I know we can handle this by simpel If ...else statment. But i want to know Should On Error Resume Next handle the situation ?
Or Recovery scenario is more useful for this ?
Another Question on Recovery Scenario, as per my knowledge we have to use it when we cannot predict at which step the error will occur.
But we know the type of error right ? I mean Certain Run time error, Certain Pop up ? So have those objects added in our OR to recover from the error . Am I right ?