Answered
simple CFDIV question
Hi Gang-
I'm dipping my toes into the "CF8 Ajax Tool Pool" and need a little help with CFDIV.
I have a simple string of text that I want to wrap in a HREF in order to show users a drilldown page in the CFDIV directly beneath the string. For the life of me I'm drawing a complete blank on how to set up the href code! It's basically the same exact thing as the Adobe docs use for CFDIV (pasted below) but I don't want to use a form, I want to use the href instead. Any ideas?
<cfform>
<cfinput name="tinput1" type="text">
</cfform>
<h3> using a div</h3>
<cfdiv bind="url:divsource.cfm?InputText={tinput1}" ID="theDiv"
style="background-color:##CCffFF; color:red; height:350"/>
Thanks in advance,
Rich
I'm dipping my toes into the "CF8 Ajax Tool Pool" and need a little help with CFDIV.
I have a simple string of text that I want to wrap in a HREF in order to show users a drilldown page in the CFDIV directly beneath the string. For the life of me I'm drawing a complete blank on how to set up the href code! It's basically the same exact thing as the Adobe docs use for CFDIV (pasted below) but I don't want to use a form, I want to use the href instead. Any ideas?
<cfform>
<cfinput name="tinput1" type="text">
</cfform>
<h3> using a div</h3>
<cfdiv bind="url:divsource.cfm?InputText={tinput1}" ID="theDiv"
style="background-color:##CCffFF; color:red; height:350"/>
Thanks in advance,
Rich
