Create shortcut for website programlly

  • Thread starter Thread starter baroque Chou
  • Start date Start date
B

baroque Chou

We build a web site and have some registred user, we want to offer such
a feature that the user can access our site from his or her desktop
shortcut and want it be log on automatic.
So I plan to add some code , that create the shortcut for our user, the
user might click some button telling "I want make a shortcut for this
site"
 
You users can add the link or site into their FAVORITEs.
But to create a link on desktop you would need help of an activex control
kind of component. Web app can't directly interact with local system.
 
I would think that to automate the logon would require the use of
querystring appended to the end of the shortcut URL. That would show as
plain text in the browser window, and probably would not be a good
idea!

....unless you have some other way to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top