i have a web application using asp.net, c# and MVC3.
I want to set my website as default home page to all browsers when i click the link button of my web site. how i can done it ? using code ?? plz help me ..
i have a web application using asp.net, c# and MVC3.
I want to set my website as default home page to all browsers when i click the link button of my web site. how i can done it ? using code ?? plz help me ..
You can't do that anymore since IE6 or 7. I don't think it ever worked in Firefox and other browsers. IE used to have a document.sethomepage()
method.