Hello,
I have a tripple framed site (top frame, left frame, and content frame). At one point I have an option for a member to reselect the color scheme they want for their experience on the site, however, to reset the colors in all the frame, I need to refresh them all. I can't use parent.window.location.href = "myWebSite.com"; because there is the origianl page with the top and bottom frame, and within the bottom frame there is the left and right frames. If I used that, it would only relocate the bottom two frames.
Is there a way to direct the top and left frames to refresh such as browser.top.refresh(); or something to that effect?
Thanks for any help in advance! -Ovatvvon :-Q
I have a tripple framed site (top frame, left frame, and content frame). At one point I have an option for a member to reselect the color scheme they want for their experience on the site, however, to reset the colors in all the frame, I need to refresh them all. I can't use parent.window.location.href = "myWebSite.com"; because there is the origianl page with the top and bottom frame, and within the bottom frame there is the left and right frames. If I used that, it would only relocate the bottom two frames.
Is there a way to direct the top and left frames to refresh such as browser.top.refresh(); or something to that effect?
Thanks for any help in advance! -Ovatvvon :-Q