Bookmarking Links

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Bookmarking Links

Post by JellyFish »

Whenever I bookmark an anchor the name of the bookmarklet is the links href. What I'd like to know, is there an attribute for an anchor element that allows me to set the name of the bookmark when the link is dragged up to the bookmarks bar?

Hopefully you understand what I mean by this.

Thanks. :D
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

You're probably referring to the alt and/or title attributes. I assume you're bookmarking anchors in Firefox? The alt attribute is required to validate certain (if not all) versions of XHTML. I use title attributes whenever I can (or at least insert them blank to later be filled in on all my work on anchors and images though sometimes other elements too).
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

[quote="JAB Creations"]You're probably referring to the alt and/or title attributes. I assume you're bookmarking anchors in Firefox? The alt attribute is required to validate certain (if not all) versions of XHTML. I use title attributes whenever I can (or at least insert them blank to later be filled in on all my work on anchors and images though sometimes other elements too).[/quote

Ooot! Thanks yous! :D
Post Reply