I have one page that is a form that will be included in a java script popup.
I was thinking about setting the page to a variable then outputting the page
into the java script popup.  Can anyone help me with this one?

What I want to do:

<cfset content=<cfinclude template="content.cfm">>

Java Script Pop Up:

<script language="JavaScript">
window.onload=function(){

 new popUp(155, 400, 696, 250, "Div_ID1", "<cfoutput>#content#</cfoutput>",
"FFFFCC", "0000FF", "bold 10pt sans-serif", "Add Users to
<cfoutput>#appname.applname#</cfoutput>", "999966", "white", "#dddddd",
"gray", "black", false, true, true, true, false);
}
</script>

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to