matty_g
-
Total Posts
:
93
- Scores: 0
-
Reward points
:
0
- Joined: 1/19/2005
- Location:
-
Status: offline
|
getting a value from a different window
Monday, March 07, 2005 4:54 AM
( permalink)
I have a pop up window which has a textbox, I need the value entered in the textbox. But I need the value in the window which opened the popup. Can anyone let me know how to do this? Thanks, Matt
|
|
|
|
token
-
Total Posts
:
1917
- Scores: 0
-
Reward points
:
0
- Joined: 1/14/2005
- Location:
-
Status: offline
|
Re: getting a value from a different window
Monday, March 07, 2005 5:36 AM
( permalink)
Can you provide some examples, I don't understand what your question was.
|
|
|
|
matty_g
-
Total Posts
:
93
- Scores: 0
-
Reward points
:
0
- Joined: 1/19/2005
- Location:
-
Status: offline
|
Re: getting a value from a different window
Monday, March 07, 2005 5:40 AM
( permalink)
when I click on a certain value in a drop down list I use: window.open("solution.htm") to open a window where the user will enter the path to a file. The user then submit the file. I need to be able to get the value of the users input in my original window.
|
|
|
|