One way:
<A HREF="javascript:void()" onClick="myButton()"><IMG SRC="..."></A>
now, the JavaScript routine myButton can do anything you wish, such as:
set a form field value
popup a window
submit a form
HTH
Dick
At 4:41 PM +0930 7/28/00, Parker, Kevin wrote:
>Help please. I'm trying to replace a drop down list with a series of buttons
>but I need a click on the image to pass a value (different one depending on
>which button is clicked). CF studio lets me insert a value for an image
>based input but doesn't write the code which make me think its not possible.
>Can I pass a value with the code below - are image based input buttons
>limited to purely form submission?
>
><input type="image" name="Sort_Order" src="LibraryIcons/ViewDetail.gif"
>alt="Sort by TITLE" onClick="resort();">
>
>********************************
>Kevin Parker
>Service and Communication
>WorkCover Corporation
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.