Solving development problems  |  About this blog

Submit query text in Image Button?

You got this message in your browser while using image as button.

Just replace your code with this (value attribute is crucial):

<input name="search" type="submit" />

to

<input name="search" type="submit" value="Search" />
blog comments powered by Disqus