View Single Post
  #1 (permalink)  
Old Nov 20th, 2007, 13:45
molotov molotov is offline
New Member
Join Date: Nov 2007
Location: england
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Smile EASY PEASY Displaying frame address in another frame question

Alright guys? I have a problem that I am still unable to solve, even though it feels like the solution should be sweet and simple.

I have two frames.
A bottom, browsing frame named "browser" with src = www.google.com
And a top, display frame named "displayer" with src = displayer.html

I need the "displayer" frame to always display the address of the "browser" frame. For example, if someone navigates in the "browser" frame to www.cool.com/awesome.html , I need the "displayer" frame to update and display the text "www.cool.com/awesome.html"

I need to use frames so that all the source doesnt go through my server and munch up my bandwidth.

Is this even possible in javascript?
All help is much appreciated. Even a point in the right direction would rock.

Anoush.
Reply With Quote