View Single Post
  #4 (permalink)  
Old 01-27-10, 09:10 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
You might want to use input type="image", and they shouldn't all have the same name.

HTML Code:
<input type="image" src="submit.gif" alt="Submit" /> 
HTML input type Attribute

Also, you shouldn't have the word 'javascript' in the onclick attribute.

onclick Event
Reply With Quote