Sphider v1.3.5 Modification
---------------------------
Name And Version
----------------
[MOD] Set Focus v1.0.0
Description
-----------
This mod will give focus to the search input box and allow
the user to start typing without clicking on the search box.
the code should be placed in the footer.html file in your
templates folder before the closing body tag.
CODE.TXT
<script type="text/javascript" language="JavaScript">
<!--
var s=document.getElementById('query');
s.focus();
//-->
</script>
<!-- By David Sierowski -->
By David Sierowski