Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: AW: getting location.content of an external link from a child frame


Message #1 by =?iso-8859-1?Q?Hans_J=F6rg_Friedrich?= <hans.friedrich@b...> on Thu, 26 Apr 2001 11:19:58 +0200
Hello Eric,

I don't know if I got your problem right, but you can access the URL of
a given document with document.URL

Hans

-----Urspr=FCngliche Nachricht-----
Von: Eric Fehrenbacher [mailto:ericf@m...]
Gesendet: Donnerstag, 26. April 2001 09:27
An: javascript
Betreff: [javascript] getting location.content of an external link from
a child frame


I have a multi-frame environment I am developing for work to use as a
tool
to keep debug, reference, and the pages I am viewing all accessible in
one
window. I am using pseudo classes and methods to engage all my commands
from each different frame.
In my reference frame I want to load external URLs. After a URL is
loaded
into that frame (via a link or some other method) I want to display that

URL in another frames text box. I also want to use the URL to reload
that
page in the same frame, essentially refreshing the frame.
Is there a way to do this ??
Using location.content continues to give me errors... with which in
different combinations I have received the following errors.
1. Permission denied
2. Access denied

Is there not a way to get the current URL residing in a child frame
which
is housing an external link ??
hans.friedrich@b...
$subst('Email.Unsub')


  Return to Index