 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Guest
|
Posted: Tue Feb 01, 2005 6:06 pm Post subject: Opvragen URL in een ander frame |
|
|
Ik zoek een stuk javascript dat een geladen URL in een ander frame
opvraagt. Ik heb zelf niets kunnen vinden.
Volgens mij moet het hier op lijken
parent.framename.location
Wie kan mij helpen
Groet,
Paul Kanters
|
|
| Back to top |
|
 |
Evertjan. Guest
|
Posted: Tue Feb 01, 2005 6:17 pm Post subject: Re: Opvragen URL in een ander frame |
|
|
Paul wrote on 01 feb 2005 in comp.lang.java.javascript:
| Quote: | Ik zoek een stuk javascript dat een geladen URL in een ander frame
opvraagt. Ik heb zelf niets kunnen vinden.
Volgens mij moet het hier op lijken
parent.framename.location
|
If the frame is specified:
<FRAME NAME="frameName" ...>
alert(parent.frameName.location.href)
should do, unless this is a write only method.
If the frameset page is on another domain,
you would not be allowed to see the other frame, I think.
====
[je krijgt meer respons als je op deze NG in het Engels post]
Als de frameset pagina in een ander domein is,
mag je er waarschijnlijk niet bij.
Allemaal theorie, Ik gebruik nooit meer frames, they are evil!
Hooguit een iframe soms.
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|