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.