|
Does anyone know how to access the users favorites list through javascript, assuming he wants to..? Let's assume a HTA file (so security is not a problem), and that yes the user wants to do it.
All google tells me is how to ADD a favorite, but not how to access them. ImportExportFavorites seems to be a feature no longer supported by MS.
I could write an application that the user could download, then send those favorites to the server, but that wouldn't work on a MAC. I could also ask the user to export his favorites, then upload the exported file and parse it, but I think that could be too complicated for most people.
Ideas?
JM
|