Apr 24, 2011 #1 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.
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.
Apr 24, 2011 #2 jbenson001 Programmer Jan 7, 2004 8,172 US 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. Upvote 0 Downvote
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.
Apr 24, 2011 #3 jmeckley Programmer Jul 15, 2002 5,269 US keep error handling as simple as possible to reduce the chance of errors in the error handling. Jason Meckley Programmer faq855-7190 faq732-7259 Upvote 0 Downvote
keep error handling as simple as possible to reduce the chance of errors in the error handling. Jason Meckley Programmer faq855-7190 faq732-7259