Every time I have used an image for a clear button, I do with JavaScript
like so:
<a href="javascript:clearForm()"><img src="clear_button.jpg"></a>
<script language="JavaScript">
<!--
function clearForm()
{
document.formname.fieldname.value="";
.
.
.
etc.
}
// -->
</script>
For submit buttons, I do it with the type="image" statement in the input tag
like you had below.
That's my two cents ...
Tony
-----Original Message-----
From: Aimee Abbott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 31, 2000 11:47 AM
To: CF-Server
Subject: Can you use images for Clear and Submit buttons in CF?
Hello all,
I've designed a query form that uses images for the Submit and Clear form
buttons.
I have placed an image around my Submit button, set the input type="image"
and it works just fine. However, tried this and multiple variations on the
Clear and it either submits or doesn't do anything. Does CF handle this
somehow?
Example: <img src="artwork/peoplefinder-bottom.png" width=54
height=31><input type="image" src="artwork/peoplefinder-submit.png"
width=146 height=31 border=0>
Any suggestions would be greatly appreciated. Thanks.
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
The information contained in this message is privileged and confidential. It is
intended solely for the use of the named recipient. If you are not the intended
recipient, you are hereby notified that any disclosure, copying, distribution, or use
of the contents of this transmission is strictly prohibited. If you receive this
message in error, please notify the sender immediately. Thank you.
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com