Skip to main content
Participant
August 16, 2012
Question

A pop for text entry

  • August 16, 2012
  • 1 reply
  • 356 views

I am new to coldfusion.. I need to know how to approach the following. I have a link and once I click that I need a popup window for the users to enter some text and save it. After I return to the parent window, I need the text entered by the user

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 16, 2012

    Your anchor tag can link to either javascript:window.open or javascript.window.showModalDialog, depending on how you want to do this. 

    A google search on "javascript update parent window from child" will help you.