Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Help with Frames and BACK button...

Reply
Thread Tools

Help with Frames and BACK button...

 
 
M. Magistri
Guest
Posts: n/a
 
      04-08-2004
Hi all!

I think that it isn't the first time you read this question (I think it is a
FAQ)....however....
....
I have a 3-frame page: left, top and main. When i push the back browser
button, change only main frame.

I would like to know, how to make "change-able" the others two frames....

HOW TO DO IT?

Thank U

Massimiliano from Rome.


 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      04-08-2004
in post: <news:W_adc.29206$>
"M. Magistri" <> said:

> I think that it isn't the first time you read this question


correct

> (I think it is a FAQ)


it is

> ....however....


you're too lazy to look for it yourself?

> I have a 3-frame page


the best advice is to remove the frames. simple.

--
b r u c i e
 
Reply With Quote
 
 
 
 
Thomas Mlynarczyk
Guest
Posts: n/a
 
      04-09-2004
Also sprach M. Magistri:

> I have a 3-frame page: left, top and main. When i push the back
> browser button, change only main frame.
> I would like to know, how to make "change-able" the others two
> frames....


By calling a JavaScript function when the new main frame is loaded. That
function will then load the other frames. Something like

<body onload="parent.frames.left.location.replace('newle ft.html');">

Of course this will not work if the user has JavaScript disabled. But then:
if ALL the frames are to be changed by a click, then even I (!) cannot see
ANY reason for using frames here...



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames and borders around specific frames meyousikmann@yahoo.com HTML 1 02-10-2006 11:12 PM
Frames or not Frames... Ale HTML 17 08-05-2005 12:10 AM
Frames within Frames - help! contrapositive Javascript 1 01-24-2005 11:51 PM
Link needed to go from a non-frames page to a Frames page, and load a particular frame. How? - Newbe Philip HTML 3 06-28-2004 03:06 PM
From Frames to no frames? Powerslave2112 HTML 2 01-20-2004 10:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57