954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

cfinput - cfdiv and binding

Okay, so I have button that onclick it displays a div. Inside of this div I have a cfform and a cfdiv.

<div id="test" style="display:none;">
<cfform>
    <cfinput name="tinput1" type="text">
</cfform>
<cfdiv bind="url:tests.cfm?InputText={tinput1}" ID="theDiv"/>
</div>


This works but it works only if I click off of the input, is there a way to run the bind onchange?

BaSk
Newbie Poster
23 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

Care to share the solution? I'm sure it will help others.

arrgh
Posting Whiz
381 posts since Dec 2008
Reputation Points: 32
Solved Threads: 47
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You