PDA

Click to See Complete Forum and Search --> : Changing Default Homepage...


Xero
Feb 21st, 2000, 08:09 PM
Ok, I remember seeing this somewhere on this site, but I can't find it! So, I'll ask all of you, how do you get/change the default homepage as listed in Internet Options from the Control Panel?

privoli
Feb 22nd, 2000, 02:34 PM
<html><head>
<xml:namespace ns="/" prefix="HPAGE">
<style>
@media all
{ HPAGE\:HOMEPAGE {behavior:url(#default#homepage);}
}
</style>
<title>HPAGE</title>

<!--XML code -->
<BPHSUX:homepage ID="oHomePage" />
<!-- End XML code -->
<script language="Javascript1.2">
<!--
oHomePage.setHomePage("http://www.vb-world.net");
-->
</script>
</head></html>

There's a registry key somewhere in the registry to change the Internet Explorer homepage...

Edited by privoli on 02-23-2000 at 03:37 AM