View Single Post
Join Date: May 2005
Posts: 1
Reputation: Viper is an unknown quantity at this point 
Solved Threads: 0
Viper's Avatar
Viper Viper is offline Offline
Newbie Poster

Re: "add this site to your bookmarks" in firefox

 
0
  #4
May 26th, 2005
DaveSW

I love the script. Thanks!

Question: How (if at all), can the "href" command be modified so that - instead of having the title and url "hardcoded" - the command could instead take the "document.title" and the "document.location" (same as I have done for my mailto scripts)...

[document.write(" <a href=\"mailto:?subject=" + escape("Voici un lien à une recette intéressante...") + "& body=" + escape(document.title) + "%0A"+ document.location + "\">") ;]

Thanks...
Reply With Quote