Gossamer Forum
Home : Products : DBMan : Customization :

Re: image for submit button?

Quote Reply
Re: image for submit button? In reply to
Yep.

Add a line to your form

Code:
<input type="hidden" name="view_records" value="1">

Then, where you want your button to appear, use

Code:
<INPUT TYPE=image src="http://url/to/button.jpg" border=0 ALT="Text" VALUE="Submit">



------------------
JPD






Subject Author Views Date
Thread image for submit button? driverant 1031 May 3, 2000, 1:52 PM
Post Re: image for submit button?
Stealth 975 May 3, 2000, 1:58 PM
Post Re: image for submit button?
JPDeni 962 May 3, 2000, 2:02 PM