|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-10-26 12:13 UTC] damiencola at wanadoo dot fr
Why putting shortcuts on php.net when the basic thing hasn't been done. Basic thing is like google.com and many others. First you have to give a name to the search FORM, it hasn't got one at the moment, give it say MYFORM. The input textfield is actually nammed pattern. then use this at the end of your html document : <script>document.MYFORM.pattern.focus()</script> this will give the focus to the search box.. honestly php.net I use it MAINLY for looking up php functions.. I know I could have installed a php help by now. but I suppose am not alone, potherwise why creating key shortcuts if not to make it more convenient to frequent web site users ? And if they're frequent it must be for the same reason as I.. Byebye and thank you so much, I don't know who to thank, but PHP is a benediction (gift god in english). PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 17:00:02 2025 UTC |
I am just experimenting with IE Search Bars, and come up with this simple solution. Drag this link to your favorites/links list in IE and see what comes up if you click on it. <a href="javascript:void(open('http://php.net/searchbar.php','_search'))">PHP.net Search Bar</a> If all goes well, this will go live with a news item on the php.net page tomorrow or today evening (CET).