Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shortcuts?

Status
Not open for further replies.

sleuth

Programmer
Jan 12, 2001
134
US
Can javascript prompt a visitor to set a shortcut on their desktop?

I'm looking for a way to allow a user to click a link to set a shortcut on their desktop to my site, but I need to be able to have the javascript do it for the user, so they don't have to browse to the path of the program or anything, I'd send this info

"C:\Program Files\Internet Explorer\Iexplore.exe"
Thanks A Lot!

Tony
 
I don't think it's possible, because JavaScript operates within the browser with strict security scheme disallowing access to any part of the client's machine (apart from the cookies file) ---
---
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top