|
You are here:->
Home
-> Tips
-> Computer
-> Softwares ->
Browsers ->
Internet Explorer ->
Changing The Look
Changing Internet Explorer's Blank Page
Tired of looking at the page "BLANK.HTM" whenever Internet explorer can
not connect to a site on the internet.
Try this simple trick to make this page remove itself whenever it is
displayed. You will however still receive a error message telling you that
you could not connect to the site.
All you need to do is to edit the file:
C:\WINDOWS\SYSTEM\BLANK.HTM until it looks like this:
<html> <head> <title>Microsoft Internet
Explorer</title> </head> <body> <script
language="JavaScript"> window.close("blank.htm", "Microsoft
Internet
Explorer") </script> </body> </html>
|