Default browser page

  • Thread starter Thread starter kevin.bennett
  • Start date Start date
K

kevin.bennett

When you type in an URL that IE can't find, like in the case when you're not
online, the browser will display a default page telling you the page you
requested can't be displayed along with some helpful ideas as how you may
solve the problem. My question is, "where is the file located at by which
the default page is generated from?" How can I locate the information on
this and other default behaviors? Is there a URL at Microsoft's site with
this information?


-Kevin


Much thanks, ahead of time....
 
Type a wrong URL and you will get the 404 page.

Look at the source code, this is part of it.

Quote
function initPage()
{
document.body.insertAdjacentHTML("afterBegin","<object id=saOC
CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0
width=0></object>");
}
Unquote.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top