Is this an internal application. If so another way to accomplish this would be via Group Policy if you are setup on a domain Keidrick Pettaway http://kpettaway.com
-----Original Message----- From: Cerebrus <[email protected]> Date: Thu, 8 Oct 2009 08:18:56 To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting<[email protected]> Subject: [DotNetDevelopment] Re: Home page You don't write any code to do this because you don't want to do this. Changing a user's home page via any scripted means counts as a Browser hijack attempt and will be flagged by any anti-spyware application. Before IE 7.0, it was possible to do this using the document.setHomePage() method. However, all modern browsers consider this a security flaw and do not provide any such method. If you want to provide a means to set your site as a user's home page, it is much wiser to provide browser-specific instructions to the user so that they can set it manually. On Oct 8, 11:34 am, Suraj <[email protected]> wrote: > All, > > I am planning to give a link in my project as "Set as home page". What code > should i write to set the page as home page. > > Regards, > Vikas
