I'm trying to counter my corporate network trying to keep my homepage set upon their Intranet.
I made this script:
... but it doesn't work. When I load the page the first time, and then click the homepage button, I get the MSN homepage for some bizarre reason.
What's wrong with my script?
I made this script:
Code:
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
<!-- to counter autoreset of homepage
this.setHomePage('U:\homepage.html');
//-->
</SCRIPT>
... but it doesn't work. When I load the page the first time, and then click the homepage button, I get the MSN homepage for some bizarre reason.
What's wrong with my script?