furaisanjin wrote:
<button type="submit">search</button>
Hmm... I wonder whether it has something to do with ComplexButton. Does the following cause the problem as well? <html> <head> <title>test</title> </head> <body> <form action="http://search.itmedia.co.jp/" method="GET"> <input name="img" type="image" src="http://www.dillo.org/main-small.jpg"> </form> </body> </html>