<script language="javascript">
function HomePageSet() {
oHomePage.setHomePage('http://www.cbtstybee.com');
returnValue = false;
}
</script
This function appears to work, the popup window asking if the user want to set the Home page to www.Mywebpage.com, but nothing happens, at least when running in MS XP.
Thanks,
ArtHello, you are trying to access the browser's properties and set the homepage, so this is a client-based issue, only JS can do it.
regards.
0 comments:
Post a Comment