For some reason when I click on my simple input box, the input box does not accept focus. Has anyone seen this before? Here is a link to the webpage:
www laudontech com / garmin
Here is my code:
<form name="form1" method="POST" action="test5.php5">
</br>
<P ALIGN=CENTER>
<INPUT TYPE = "TEXT" VALUE ="Enter a search term" NAME="SearchItem" ID="SearchItem" onfocus="clearDefault(this)" onclick="set_focus()" >
<INPUT TYPE = "Submit" Name = "Submit1" VALUE = "Find">
Thanks in advance,
Mapper