PDA

View Full Version : bookmark code


drumsicle
10-15-2001, 02:16 AM
I am looking for the code that does this. It is a link but says "bookmark this site" and when they click the link it automatically bookmarks it.

Unknown
10-15-2001, 02:22 AM
You need the AutoBookmark exploit for that to work.

Unknown
10-15-2001, 03:38 AM
If you want it to add the bookmark(s) without any kind of prompt that is.

drumsicle
10-15-2001, 04:48 AM
No Unknown, I mean, they click the link and the "add to favorites" box comes up.

Hyde
10-15-2001, 05:54 AM
This works for me:

A HREF="javascript:window.external.AddFavorite('http://www.yourdomain.com', 'Your Description')"

drumsicle
10-15-2001, 05:55 AM
Ok thanks Hyde, I'll try that. :)