Skip to main content
Known Participant
August 11, 2008
Question

Coldfusion and Ajax

  • August 11, 2008
  • 1 reply
  • 214 views
I am trying to create a template building function in my application where a user can input data into a form that is located in a pod (or a separate window), and as they are putting the data in, the data is also being displayed into a template that will be used to show their profile. I know this is possible with ajax and the binding feature of coldfusion tags, but I have not found any information that deals directly with what I am looking for. My explanation may seem a bit rough. If anyone has any information in the form of web pages that might point me in the right direction, I would be most grateful! Thanks so much.
dan
This topic has been closed for replies.

1 reply

Inspiring
August 11, 2008
Hi,

I presume you are popping out a javascript window.

You can make use of "opener" object to reference the actual form (and its controls) from where the popup window is originated.