Hi,
I set the GP to make the homepage my companys intranet, and disabled the
"change homepage option" so users couldn't cahnage it.
Problem is IE7 has the home button on the toolbar, which still allows me to
change it . I can remove that button through GP, but thats really anyoing not
having a home button.
is there another way?
thanks
Rob ^_^ - 22 Jun 2007 03:27 GMT
Hi Booster,
You could create and distribute your own Command bar button or replace it
with an Internet Shortcut on the Links toolbar using your company's favicon
as the button/link button icon.
Button Script
<script language="javascript">
external.menuArguments.document.location.href="about:home";
</script>
Link URL
javascript:document.location.href='about:home";
Regards.
> Hi,
>
[quoted text clipped - 10 lines]
>
> thanks