Javascript and bookmarks -


lets on page has long list of urls , want make sure have of them bookmarked. know have many of them in bookmarks list , avoid duplications as possible.

with in mind, able grab of links , open new tabs not contained in bookmarks list. can of getting links, , comparing links, don't know how access bookmarks via javascript.

i can in whatever pc/mac browser has workable solution. have ideas?

you never able access user's bookmarks via javascript. in fact, severe security hole.

javascript gets executed in socalled sandbox. means that, @ least in theorey, javascript never have access resources of client machine (in practice, sandboxes have bugs allow nasty things, different story).


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -