![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Nothing else needs to be configured for this to process the form?? |
|
So this code is sufficient? input name="imageField" type="image" src="images/submitbutton.gif" width="100" height="20" border="0" |
#3
| |||
| |||
|
|
.oO(primostudent) Nothing else needs to be configured for this to process the form?? Depends on how you define "process" ... So this code is sufficient? input name="imageField" type="image" src="images/submitbutton.gif" width="100" height="20" border="0" At least it will work like a submit button and send the data to the server. But remove the width-, height- and border-attributes, they don't make sense there (and are invalid code). Micha |
#4
| |||
| |||
|
|
Yes, 'send the data to the server'.. Dreamweaver inserted the width, height and border.. Guess that's the size of the image.. |
#5
| |||
| |||
|
|
.oO(primostudent) Yes, 'send the data to the server'.. Dreamweaver inserted the width, height and border.. Guess that's the size of the image.. width-, height- and border-attributes are valid for img-elements, not for buttons, even if they are of type "image". Micha |
#6
| |||
| |||
|
|
Thanks I'll remove the excess.. Does MM read these? They could really benefit from this and other similar posts.. Michael Fesser wrote: .oO(primostudent) Yes, 'send the data to the server'.. Dreamweaver inserted the width, height and border.. Guess that's the size of the image.. width-, height- and border-attributes are valid for img-elements, not for buttons, even if they are of type "image". Micha |
![]() |
| Thread Tools | |
| Display Modes | |
| |