GeekArticles
Web Programming
Java ScriptA Custom ASP Error Class with Pop-up Dialog Box
Author: asp101.com |
Published: 10th Aug 2005 |
Visited: 529 times |
Add CommentFiled in: Java Scriptby Matt Rutledge Have you ever needed some custom error handling for your asp site. I found that we had a need for it at my office, so I came up with a class that uses VBScripts Error handling object. The error class, CError, allows you to display a custom dialog box with the option to have a detailed message, a general message, and log the error in a file for later reference. It also uses some JavaScript and DHTML to allow the user to drag the dialog box around. But since this article...n
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...
• Ajax Uncaught Exception Error When building an Ajax based website, one can encounter uncaught exception error while using Mozilla/Firefox.
Error: uncaught exception: Permission denied to call method
Even though everything appear to be fine except for this error, it could be that the Ajax based website will be working well fro ...