llwalker
02-23-2007, 04:58 PM
1) Script Title: DHTML Window widget 1.01
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using the Div call for the script.
I am using coldfusion to pull data for an online agenda. I have placed my coldfusion output code in the <div> container.
<strong>Session Description</strong>
<hr><br>
<font color="##003946">#rereplace(speakers.description," ","<li>", "ALL")#</font><br>
<hr>
<h1>Speakers</h1><br>
<cfset variables.biofile = "#speakers.st_id#.pdf">
<!--- check to see if the speaker was unregistered or not, if so the quantity will be zero for this product--->
<cfif #SPEAKERS.quantity_ordered# EQ 1.0>
<cfloop query="speakers">
<strong>#speakers.full_name#</strong>
<cfif #speakers.title# is not ""><strong>- #speakers.title#</strong></cfif>
<br><cfif #speakers.company# is not ""> - <i><font size="2" color="##1D5C42">#speakers.company#</font></i><br></cfif>
</cfloop>
<cfelse>
</cfif>
</i></font>
If i just use plain text within the div tag, the text displays when the window appears, but the output for the coldfusion tags are empty.
Any thoughts for how to get the cf data top display in this tag?
:eek:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using the Div call for the script.
I am using coldfusion to pull data for an online agenda. I have placed my coldfusion output code in the <div> container.
<strong>Session Description</strong>
<hr><br>
<font color="##003946">#rereplace(speakers.description," ","<li>", "ALL")#</font><br>
<hr>
<h1>Speakers</h1><br>
<cfset variables.biofile = "#speakers.st_id#.pdf">
<!--- check to see if the speaker was unregistered or not, if so the quantity will be zero for this product--->
<cfif #SPEAKERS.quantity_ordered# EQ 1.0>
<cfloop query="speakers">
<strong>#speakers.full_name#</strong>
<cfif #speakers.title# is not ""><strong>- #speakers.title#</strong></cfif>
<br><cfif #speakers.company# is not ""> - <i><font size="2" color="##1D5C42">#speakers.company#</font></i><br></cfif>
</cfloop>
<cfelse>
</cfif>
</i></font>
If i just use plain text within the div tag, the text displays when the window appears, but the output for the coldfusion tags are empty.
Any thoughts for how to get the cf data top display in this tag?
:eek: