P
paul
I have
<input type="text" id="ip" class="input" value="" />
<input type="submit" value="Find" onclick="Find()" />
Now... if I click the submit button it works fine. but not when i press
enter in the text box. How do i get around this?
Thanks
Paul
www.pjenkins.co.uk
<input type="text" id="ip" class="input" value="" />
<input type="submit" value="Find" onclick="Find()" />
Now... if I click the submit button it works fine. but not when i press
enter in the text box. How do i get around this?
Thanks
Paul
www.pjenkins.co.uk