I'd like to setup a CFINCLUDE that dynamically populates.. something like:
<CFINCLUDE TEMPLATE="#var#>
This would go to fill a <DIV> component with HTML that explains the
selection they are making..
Now, I obviously don't want them to have to submit the form in order to see
what the heck the option is, I need a way for once they click any of the
image options / radioboxes / or make a CFSELECT for, within the same page,
it to transfer the variable to the CFINCLUDE.
Or do I need to start thinking about a different solution?
---------
Following up myself, I'm beginning to wonder if this is the means..
have the <div><CFINCLUDE TEMPLATE="finder.cfm?#var#> </div>
And have the finder.cfm basically turn the var field into the HTML to load
where finder.cfm ends up starting a second spawn of <CFINCLUDE> with the
proper file selected ... the problem is turning the image map variables, or
just a Javascript feed into the #var#
then again, it's 2AM, the problem could be no sleep!
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.