|
|
On Error Resume Next |
|
|
Minwar.com |
|
|
ASP / Error Handling |
|
|
Click to Visit |
|
|
325 |
It is an ASP based online tutorial that briefly explains the 'On Error Resume Next' function to execute the web applications. This function commands the server to continue the process even if it finds an error with a line on the ASP code. The author suggests to include this function at the top of ASP page. It is widely useful to get error trapping code for an application.
|