Click to See Complete Forum and Search --> : Reference


border20
04-11-2003, 09:02 AM
I have a form with text boxes and a button.

My button opens a popup wich displays the content of a folder
(folder content retrieved with php)

What I want : When I click on a file name ( in the popup ) i want the file name to be transfered in a specific text box in the form... how do i do this ?

thx

khalidali63
04-11-2003, 09:41 AM
Take a look at this link

http://68.145.35.86/skills/javascripts/ParentWinInteractionWithChildWin.html

Open a window, select the radio button to communicate with window, it shows you how to pass value to a popup window and how to get it back to a particular text field


Cheers

khalid