Click to See Complete Forum and Search --> : Adding your Site to a Users Desktop as a shortcut! Can it be done?


mcmcom
May 25th, 2004, 02:48 PM
Is there a way to put some sort of link on my website that will allow a user to click it and have my Website link added to their desktop AS A SHORTCUT? Even Add it to favourites then add a shortcut to the desktop?

Can this be accessed through the browser without any kind of
SpyWare or anything?

Thanks

MCM

coolbiz
May 27th, 2004, 05:52 AM
I don't think this is possible. It would be a big security hole if it does exists :)

-Cool Bizs

babakanoush
June 1st, 2004, 11:06 AM
You can use a Java script to add your web site as a favorite.


function pref(){
if (document.all) window.external.AddFavorite("http://www.YourDomain.com/","YourDomain.com - Enter a description here")
}

use this in your HTML code:

<A href="javascript:pref()"><FONT style="FONT-SIZE: x-small; FONT-FAMILY: Arial">Save as Favorite</FONT></A>