|
-
Feb 18th, 2005, 10:46 AM
#1
Thread Starter
Fanatic Member
problem in passing variables
Hi,
i have a opened a pop up window using window.open().how can i send the parameters back to main window from pop up?cause i am not even able to access session varaibles in popup.how can i pass the variables back to main window?
Regards
Vivek.s
Last edited by vivek.shankar; Feb 18th, 2005 at 11:06 AM.
-
Feb 22nd, 2005, 06:16 AM
#2
Re: problem in passing variables
The parent object is opener. You can have an element in the opener window's javascript which you set from the popup window.
Code:
window.opener.document.textboxname.value = 'dfkj';
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|