hi mates
is there any script to force the user to bookmark my site???
or in other words
when the user visits my website,it's bookmarked with out asking for the user permission
or to be his home page??
thankx for ur help
Printable View
hi mates
is there any script to force the user to bookmark my site???
or in other words
when the user visits my website,it's bookmarked with out asking for the user permission
or to be his home page??
thankx for ur help
I don't think that's possible (correct me if I'm wrong), and why do you want to do that?
function foo()
{
javascript:window.external.AddFavorite('http://www.url.com,'name')
}
<body onload="foo()">
I'm not 100% sure, but I think that will work.