mikemastah Posted November 29, 2008 Share 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 Link to comment Share on other sites More sharing options...
mikemastah Posted December 7, 2008 Author Share Posted December 7, 2008 Re: PHP.net search bookmark 70 views and still no reply.... Quote Link to comment Share on other sites More sharing options...
Tezza` Posted December 7, 2008 Share Posted December 7, 2008 Re: PHP.net search bookmark oo -- i like this, nice one! Quote Link to comment Share on other sites More sharing options...
POG1 Posted December 7, 2008 Share Posted December 7, 2008 Re: PHP.net search bookmark Very handy, i just added it. Saves like 3 clicks!! Quote Link to comment Share on other sites More sharing options...
Karlos Posted April 15, 2009 Share Posted April 15, 2009 Re: PHP.net search bookmark Old topic.. Yes. Good Topic.. Yes. Very handy.. :wink: Quote Link to comment Share on other sites More sharing options...
POG1 Posted April 15, 2009 Share 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 Link to comment Share on other sites More sharing options...
DELETE ME NOW! Posted April 16, 2009 Share 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 Link to comment Share on other sites More sharing options...
mikemastah Posted April 17, 2009 Author Share Posted April 17, 2009 Re: PHP.net search bookmark I have IE 8 on linux ;) huh, how? oh Wine/Cedega? Quote Link to comment Share on other sites More sharing options...
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.