Wednesday, March 4, 2009

Ever wondered how come you get into those HTML error pages ? Want to

Some times, I type a webpage address and instead of seeing the page, see an
error message. Do you know that all these error messages are stored in a
DLL file. That is correct ! All of this message are burned into SHDOCLC.DLL
file. Here is the syntax to see all of these error messages . If you want
to see server busy error message type in Internet address field,
res://c:\Windows\System32\SHDOCLC.DLL/servbusy.htm Similarly If you want to
try out any other error message simply replace servbusy.htm by that html
file (just the names) Here are some complete examples html files that you
can try .
http_400.htm, http_404.htm, http_406.htm, http_410.htm, http_500.htm,
http_501.htm, http_gen.htm, servbusy.htm, syntax.htm, navcancl.htm,
offcancl.htm, policyerror.htm, policylooking.htm, policynone.htm,
policysyntaxerror.htm, privacypolicy.dlg, preview.dlg, printerr.htm,
printnf.htm, printnof.htm, printunk.htm, wcee.htm, ietext.bmp,
ietext256.bmp, world.bmp, world256.gif, ie.gif, ie256.gif, orgfav.dlg,
about.dlg, analyze.dlg, bidifind.dlg, docppg.ppg, error.dlg, find.dlg,
findic.dlg, ieerror.dlg, imageppg.ppg, orgfav.dlg, and pstemplate.dlg
If you need to customize these messages, write an error message that you
want to see as displayed and store it somewhere on your harddisk, open
registry by going to START-RUN and entering REGEDIT and navigate to
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\AboutURLs and changing entries associated with various keys and
provide complete path name to your own custom html file.

No comments:

Post a Comment