hi

I have two frames.The left frame and the right frame.In the left frame i have one combobox,which contains different options.when i select any one option the contents in right frame is changing.this is working very fine.but when i click back button of browser,only the contents of the right frames are changing.actually i want to refresh the left frame as well when i click the back button.how i can move with this.Instead of back button of browser,if i use back link then again i want the same effect.I want help in this.

    What I can propose is to use JavaScript - set "onLoad" in your right frame source which will refresh left frame each time right frame is refreched. But it is not really good for a normal work: you select smth in the left frame --> you reload right frame --> right frame reloads your left frame. But if it suits you, it is a way.
    May be, there are some other events in JavaScript which you can use, something like "onRefresh", I don't know. Check it first if you'll decide to do it this way - may be, some of them act only on "refresh", not on "load", and you will have no problem with refreshing left frame each time you change right one. But I have a big doubt such events exist. I don't know one, at least :-)

      Write a Reply...