Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in Custom error page

Status
Not open for further replies.

johnbal3

Programmer
Apr 24, 2011
1
GB
What if an error occurs while generating a custom error page?

Example:
The error page needs to display a user friendly page with some images on it, and it fails to load that images.
 
That's not really an error, it will just show up as a broken image. You can always check for the image prior to trying to display it.
 
keep error handling as simple as possible to reduce the chance of errors in the error handling.

Jason Meckley
Programmer

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top