mikemastah Posted November 29, 2008 Posted November 29, 2008 someone taught me this some time ago and it's really helpfull. it works like this. 1. click the bookmark 2. enter 'your searchterm' 3. hit enter.... and tadaa you just searched 'your searchterm' on php.net. here's the code, which goes in the bookmark's URL field . javascript:var%20id=document.getSelection();if(!id){void(id=prompt('Enter%20searchterm'))}if(id){document.location='http://php.net/manual-lookup.php?pattern='+escape(id)} works in FF and other Mozilla based browsers. Should also work in IE but I can't test it because my computer runs a Linux OS. Quote
mikemastah Posted December 7, 2008 Author Posted December 7, 2008 Re: PHP.net search bookmark 70 views and still no reply.... Quote
Tezza` Posted December 7, 2008 Posted December 7, 2008 Re: PHP.net search bookmark oo -- i like this, nice one! Quote
POG1 Posted December 7, 2008 Posted December 7, 2008 Re: PHP.net search bookmark Very handy, i just added it. Saves like 3 clicks!! Quote
Karlos Posted April 15, 2009 Posted April 15, 2009 Re: PHP.net search bookmark Old topic.. Yes. Good Topic.. Yes. Very handy.. :wink: Quote
POG1 Posted April 15, 2009 Posted April 15, 2009 Re: PHP.net search bookmark Should also work in IE but I can't test it because my computer runs a Linux OS. I have IE 8 on linux ;) Quote
DELETE ME NOW! Posted April 16, 2009 Posted April 16, 2009 Re: PHP.net search bookmark Should also work in IE but I can't test it because my computer runs a Linux OS. I have IE 8 on linux ;) lol Nice :-P Quote
mikemastah Posted April 17, 2009 Author Posted April 17, 2009 Re: PHP.net search bookmark I have IE 8 on linux ;) huh, how? oh Wine/Cedega? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.