Hello all,
As a feature of the application I am creating - I wish to enable the importing of bookmarks from different browsers. I have two questions, the first is a bit silly:
Is it possible to import bookmarks from the browser using JavaScript - I am guessing no?
Does anyone know of any pre-written classes that I can make use of to allow me to import bookmarks from different browsers when a bookmark.html file is supplied by the user?
Pointing me in the right direction will also help or letting me know of a better implementation method.
I am using PHP and Javascript (JQuery). More specifically Codeigniter.
Thanks all
Update
As I thought question 1 is not possible.
What about 2? Anyone know of any php classes to parse bookmarks from different browsers?