House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Writing content to a cfwindow from JavaScript

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
I am creating a cfwindow from JS with this:
Steve Sequenzia
04/22/08 06:54 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Steve Sequenzia
04/22/2008 06:54 PM

I am creating a cfwindow from JS with this: ColdFusion.Window.create('testwindow', 'This is a test'); I also need to be able to write content to the window from JavaScript. That will include JavaScript variables. I have tried doing it with this: elementName_body.innerHTML='This is the body'; I cannot get it to work at all. It pops the window up but noting in the content. Anyone have any ideas? Thanks in advance for any help.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists