Hi.
I'm using this script to set my site has home page on IE (I know it is not possible on FF and CH):
if (document.all) {
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('myurl');
}
But this function shows always a confirmation prompt.
Is possible to setHomePage
without showing the prompt?