Rob,

Thank you for the suggestion however, the changes you provided netted
the same result.  It has been my experience that you do not need to
provide that sort of detailed targeting while using AS in cfform.  For
example...

<cfinput type="text" name="input1" bind="{input2.text}">

<cfinput type="text" name="input2">

Typing text into 'input2' will immediately be entered into 'input1'. 

I do appreciate the input so please don't take my example the wrong way.
:-)

Jason

____________________________________________________________________
Jason,

You have to change the onClick to the following. 

<cfinput type="image" name="image1" width="65" height="65"
onClick="{document.formname.test.text = 'myvalue'}">

That will update it momentarily (you'll see it flash) and then it goes
back to being blank.  I am sure someone else will be able to help with
the rest, but that is the change required to the JS call.

Rob 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294381
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to