select the search window on focus so its easy to type in another query

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7878 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 13 years ago
parent 9ab0ba41e2
commit 6361f1d875

@ -56,7 +56,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<fieldset class="yacys">
<input type="hidden" name="maximumRecords" value="#[maximumRecords]#" />
<input type="hidden" name="startRecord" value="#[startRecord]#" />
<input id="search" name="query" type="text" value="#[query]#" size="50" maxlength="80" />
<input id="search" name="query" type="text" value="#[query]#" size="50" maxlength="80" onFocus="this.select()" />
#(allowrealtime)#
<input id="Enter" type="submit" name="Enter" value="Search" />::
#(/allowrealtime)#

Loading…
Cancel
Save