This is a discussion on "EASY PEASY Displaying frame address in another frame question" within the JavaScript Forum section. This forum, and the thread "EASY PEASY Displaying frame address in another frame question are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
EASY PEASY Displaying frame address in another frame question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
Re: EASY PEASY Displaying frame address in another frame question
Will this help -
http://www.webcheatsheet.com/PHP/get...t_page_url.php Edit - Its a php solution but should do the trick. Read down the page though as the first solution has a bug which is solved a post or two down. |
|
|||
|
Re: EASY PEASY Displaying frame address in another frame question
The only problem is that, because I need to use frames (so that I dont get blammed with bandwidth), I cant actually put any code into the page i need the address of. Its just being pointed to in the frame src.
|
|
|||
|
Re: EASY PEASY Displaying frame address in another frame question
Ahh sorry.
Misunderstanding on my part. Good luck on solving this. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Peasy PC's - resubmission. | Absinthe Minded | Free Web Site Critique | 22 | Mar 16th, 2008 10:53 |
| a changed url in frame nav? | Mace | Web Page Design | 6 | Aug 23rd, 2007 02:27 |
| Displaying pages in a frame | smokeythebear | JavaScript Forum | 1 | Dec 25th, 2006 09:44 |
| Get frame contents | technosponge | JavaScript Forum | 3 | Feb 5th, 2006 03:04 |
| <frame> | Fox | Web Page Design | 1 | Aug 26th, 2005 20:58 |