HighDots Forums  

Re: how to access document from a pop up

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: how to access document from a pop up in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VK
 
Posts: n/a

Default Re: how to access document from a pop up - 07-01-2005 , 09:07 PM






(1) in your pop-up:
....
self.opener.myFunction(var1, var2, var3);
....

(2) in the main window:
....
myFunction(v1, v2, v3) {
myVar1 = v1;
myVar2 = v2;
myVar3 = v3;
}
....


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.