Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

A pop for text entry

New Here ,
Aug 16, 2012 Aug 16, 2012

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

331
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 16, 2012 Aug 16, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources