G
Gustavo De la Espriella
Hi,
I have the following problem.
To fill a textbox in one page, I call a popup window with the choices. And
when I click OK in this popup window, I need its data to go directly to the
text box in the page that called the Popup.
So far I call the popup with a
"window.open('SeleccionDirectorio.aspx',...etc)" code.
And use a session variable to store the choice the user made in the
SeleccionDirectorio.aspx popup page.
How can I make that information go to the text box in the first page as soon
as I close the popup?
Your help will be appreciated,
Gustavo De la Espriella
I have the following problem.
To fill a textbox in one page, I call a popup window with the choices. And
when I click OK in this popup window, I need its data to go directly to the
text box in the page that called the Popup.
So far I call the popup with a
"window.open('SeleccionDirectorio.aspx',...etc)" code.
And use a session variable to store the choice the user made in the
SeleccionDirectorio.aspx popup page.
How can I make that information go to the text box in the first page as soon
as I close the popup?
Your help will be appreciated,
Gustavo De la Espriella