Click to See Complete Forum and Search --> : Refresh all all frames in a frameset


mrao
07-19-2007, 05:47 AM
Hi,

I have a page with three frames (top, left and right).

I have a button in my page (right frame), which post the page to the server, do some operations, now I see the updated data in my right frame.

Question: How do I refresh the page in left frame along with the page in right frame?

Thanks

iziizi
07-19-2007, 06:50 AM
i know this doesn't help, but i would consider not using frames all together and this would eradicate the problem!

i havent used frames for years but if i remember correctly javascript is required. search google.

Major Payne
07-20-2007, 01:20 AM
Try adding the following <meta> tag between the <head> tags of each page you want to refresh at intervals on its own. Set the refresh time as needed (shown at 165 seconds):

<meta http-equiv="refresh" content="165" />

Ron