Thursday, March 22, 2012

Setting The Home Page

Is there a function within .NET that will give the user the option of setting the Current Home page. I have tried the Javascript function:

<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