Dear Forum Readers,

I have three frame in a page i.e. topFrame, leftFrame and bottomFrame. i have some links in the left frame, and whenever the user clicks on these links, it will be redirected to bottomFrame.

The problem what i am facing is, whenever the user clicks refresh button, all the three frames gets refreshed. I want to leave the bottomFrame haing the current page intact.


Please guide me. Thanks in advance

Your web page can't really control what the browser refreshes. When you hit the refresh button it's going to reload the entire page, that includes all your frames. I suppose you could store a cookie and update a variable whenever the bottom frame changes and read that on a page refresh.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.