Forum Moderators: open
I have look around in the forum and i have googled a fair amount but i can not find an answer to the following question: "where i can find or how can i make a popup bookmark window WHICH will stop poping up if the user bookmarks the site or it has already bookmark the site?"
I know that popups are annoying and my precious firefox kill them all :-)...although i am designing a page for someone else and it is required. Thank you in advance for your help
First, you cannot read bookmarks directly on someone else's computer (that would be a huge security problem if you could!)
So, you would need to use cookies - give a cookie when someone clicks on your bookmark script. Then read cookies and serve up a different page if the bookmark cookie was present.
This is all server side scripting (or in a pinch, javascript) and cannot be dome with HTML on its own.