Skip to content Skip to sidebar Skip to footer

Javascript And Bookmarks

Lets say that I am on a page that has a significantly long list of URLs and I want to make sure that I have all of them bookmarked. I know that I already have many of them in my b

Solution 1:

You will never be able to access the user's bookmarks via JavaScript. In fact, that would be a severe security hole.

JavaScript gets executed in a socalled sandbox. That means that, at least in theorey, a JavaScript never will have access to the resources of the client machine (in practice, the sandboxes have bugs that allow nasty things, but that is a different story).

Solution 2:

You can also Check out Opera Link ;)

http://www.opera.com/link/

Filtering duplicates can be done on-line in your accout.

Post a Comment for "Javascript And Bookmarks"