Hi,

I am using 3 I-frames in a aspx page and each I-frame's src to 3 different aspx pages.

Now If I change the session variable in the aspx page of 1st I-frame the value for the same session variable in the 2nd or 3rd aspx file remains unchanged.

If I refresh the 2nd or 3rd I-frame by right click inside the I-frame and click refresh then it gets changed.

How can I do this (refreshing) other I-frames when 1 I-frame is clicked...?

Anybody have an idea about this...?
Thanks in advance