|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Creating a HTTP Error |
|
From: |
haowing |
|
Date: |
11/26/1999 10:01:33 PM |
|
IP: |
210.72.43.8 |
Sub OnErrStatement()
On error goto ErrorHandler
.....
On error goto 0
On error Resume Next
If err.number=401 or err.number=404 then
Msg=....
Msgbox Msg,,"Error Message"
End if
Exit Sub
Further questions,contact me! |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|