eve
Junior Member
Posts: 2
Registered: 7/25/2005
Member Is Offline
|
| posted on 7/25/2005 at 08:41 AM |
|
|
pass value from child window to parent window
when i click on the link of my child window (pop up window), i want pass the value to the parent window.. how should i do it?
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/10/2005 at 08:51 PM |
|
|
check out tigra calendar's code. when you open the window you store the reference to the parent (opener) in new window object and then you can use
that to modify variables in the opener window.
|
|
|