frames and URLs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bergenpeak

    frames and URLs

    Got some pages using frames. I'd like to be able to determine and
    display the URL being reported inside of the main content frame.

    Is there a way to have one frame query the URL currently being
    displayed by another frame and then display this URL?

    Thanks
  • Andy Dingley

    #2
    Re: frames and URLs

    On 27 May, 14:33, bergenpeak <bergenp...@com cast.netwrote:
    Is there a way to have one frame query the URL currently being
    displayed by another frame and then display this URL?
    JavaScript DOM access code. Web searching ought to turn it up
    (especially for "DOM"), or try comp.lang.javas cript. This isn't
    something you can do in pure HTML (there is very little that is
    actively "done" by HTML, it's a markup language, not a programming
    language)

    Comment

    Working...