
April 7th, 2013, 09:55 AM
|
|
Contributing User
|
|
Join Date: Jul 2006
Posts: 65
Time spent in forums: 2 Days 15 h 21 m 26 sec
Reputation Power: 7
|
|
|
Image button not working
Hi everyone,
i was wondering if anyone had any idea why my image button will not work? but if i were to use a normal submit button it will work great thanks.
PHP Code:
Image button not working:
<input name="submit" type="image" SRC="images/go.png" HEIGHT="39" WIDTH="42" BORDER="0">
Normal button that works:
<input name="submit" type="submit" value="Check" />
|