Solving development problems  |  About this blog

Archive for the ‘ie’ tag

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" />

Written by Avivo

April 9th, 2010 at 5:55 pm