Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Javascript Bookmark' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Javascript Bookmark
Authored by: queixa on Wed, May 30 2007 at 8:47AM PDT
I've been doing something similar with a bookmark bar Javascript. I use the Search, instead of appending the name of the article, in case I don't have the title quite right.

I just create a new bookmark and edit the URL to the following:

javascript:a=prompt(%22Search%22);d=document;d.location.href=%22http://en.wikipedia.org/wiki/Special:Search?search=%22%20+%20a%20+%20%22&go=Go%22;

[ Reply to This | # ]