I'm working on a website where there is a need to know the visitors' bookmarks. For security reasons the visitors could put a login and a password.
I have no idea on how to proceed and the languages I could use to do this (JavaScript or PHP would be great).
Someone has any idea or already done something similar?
To do this, you'll have to create a browser plug-in/add-on/extension and have the user install it and give it permission to access their bookmarks; or similarly with a signed script. For obvious reasons, there's nothing you can do in a plain old web page that will give you this information.