Click to See Complete Forum and Search --> : Desktop shortcut


jdthelen
05-19-2003, 06:57 PM
I am looking for a script that will place a shortcut for my webpage on a visitors desktop when prompted. Visitor would click on a link to place the icon on the desktop.

Any help would be appreciated.

JD :)

Jona
05-19-2003, 07:05 PM
This can be done using the Windows Scripting Host (WSH) but not online. You cannot interact with the FSO (FileSystemObject) object unless your script is exclusively on the local disk drive. In short, you cannot do it.