Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a Safari dictionary button' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a Safari dictionary button
Authored by: ruebenschuss on Jul 23, '03 01:53:05AM

How cool is that ???
I did'n know either about java-script buttons. But it will be my favorite toy in the next couple of days...

I use it for the LEO German-English dictionary and amended the code. Try this:

javascript:x=escape(getSelection());if(!x)%7Bvoid(x=prompt('Word?',''))%7D;window.location='http://dict.leo.org/?search='+x+'&searchLoc=0&relink=on&spellToler=standard&sectHdr=on&tableBorder=1&cmpType=relaxed&lang=en'



[ Reply to This | # ]