Thread
:
Button visibility problem
View Single Post
#
4
(
permalink
)
01-27-10, 09:10 AM
wirehopper
-
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
wirehopper
View Public Profile
Find all posts by wirehopper