Ok... I have a page... it has a button...
It happens to sit within a form, there's nothing I can do about that.
It's great... works nicely... however, I decided it just didn't look right, the text took up too much room. so I swapped it to an image type instead of a button type, added a source... and walah that worked too... except that clicking the image would always submit the form as well... which is bad. Anyone know any workarounds for this?
Behavior same in IE6 and Firebird .7+
Thanks,
Rob
Code:
<input type="button" value="View List" ... onClick='window.open("newpage", "blahblah", "height=600,etc")' />
It happens to sit within a form, there's nothing I can do about that.
It's great... works nicely... however, I decided it just didn't look right, the text took up too much room. so I swapped it to an image type instead of a button type, added a source... and walah that worked too... except that clicking the image would always submit the form as well... which is bad. Anyone know any workarounds for this?
Behavior same in IE6 and Firebird .7+
Thanks,
Rob