-
Hi folks...
How can I get Informations about another browser-window(or frame)?
If I'd open two windows from my basic-window ;
win1=self.open("win1.html","win1");
win2=self.open("win2.html","win2");
I do know how to handle them :
loc1=win1.location.href;
or in "win1.html"
loc0=opener.location.href;
But how can I communicate between win1 and win2 ?
How can I,eg., get win2.location.href from window win2 ?
It's the same, as you do with frames I think, so if you'd done this already with frames, please help me !
pheidrias
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
Bookmarks