Thought it might be an issue. I'm in a semi-closed environment, so limited
permission changes could be allowed. What about the route like the message
you get at the top of your browser pane that says "do you want to allow...".
Could that be used to open a hole to the browser oblects?
Yes, it can be done with WSH (Windows Sripting Host) SpecialFolders.
Favorites is one of the special folders. Google for something like
"SpecialFolders wsh favorites" for more info.
All this, of course, is on client side. All server side can do is just to
emit the script text to the client. And you can ask the user to setup
security to allow running WSH scripts for your site with no prompt.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Thought it might be an issue. I'm in a semi-closed environment, so
> limited permission changes could be allowed. What about the route like
[quoted text clipped - 10 lines]
>>>controling browsers so I'm looking for a place to start. BTW - I'd like
>>>to keep as much server side as possible. Thnx
randy.buchholz - 31 Jan 2008 17:08 GMT
Thanks, "Special Folders" brings up a few places to get started. This
should do what I need.
> Yes, it can be done with WSH (Windows Sripting Host) SpecialFolders.
> Favorites is one of the special folders. Google for something like
[quoted text clipped - 19 lines]
>>>>controling browsers so I'm looking for a place to start. BTW - I'd like
>>>>to keep as much server side as possible. Thnx