Revisions

gist: 89191 Download_button fork
public
Description:
JavaDoc Search Bookmarklet
Public Clone URL: git://gist.github.com/89191.git
Embed All Files: show embed
JavaDocSearchBookmarklet.js #
1
2
3
4
5
6
7
8
9
// JavaDoc Search Bookmarklet by Josh Goebel
// Original source at Pastie.net: http://pastie.org/434851
//
// Select the text below, then drag it to your browser's toolbar. This creates a
// bookmark to perform Java 6 searches. After you create the bookmark, you probably
// want to edit the description. On FireFox, just right click the bookmark, select
// Properties, and change the name.
 
javascript:void(q=prompt('Java%20class%20Name:',''));if(q)void(location.href='http://www.google.com/search?q='+escape(q)+'%20site%3Ajava.sun.com%2Fjavase%2F6%2Fdocs')