Gossamer Forum
Home : Products : DBMan : Customization :

image for submit button?

Quote Reply
image for submit button?
I found that using an image for the submit button ("View Reocords") causes an "unknown" action for dbman. Is there a way to use an image submit button instead of the standard input type="submit"?
Quote Reply
Re: image for submit button? In reply to
Read the following Topic:

http://www.gossamer-threads.com/...m12/HTML/001291.html

Found this Topic using the following search criteria:

image submit button

with Match exact words

in the DBMAN Discussion Forum

in less than a minute.

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


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