Log in

View Full Version : multiple Iframe src's change on back button hit



Beverleyh
07-27-2008, 04:21 PM
Hi,

I have several Iframes on my home page, each referencing a different "src" page.

My problem is that when someone navigates away from the page and presses the browser back button (IE) to return, the src pages dont appear in their original and correct frames.

This doesnt happen all the time though, maybe only 1 in 10 times, and the problem is easily rectified by a page refresh. The Iframes all have a name and ID and are all internally hosted pages.

Anyone know why this is happening and how to fix it?

Beverley

magicyte
07-28-2008, 07:59 PM
One good way to know how would first to post the script please.

-magicyte

Beverleyh
07-29-2008, 11:28 AM
Hi,

My Iframes all look like this (with different dimensions, src pages, ids and names. ids and names are paired)


<iframe src="rate.html"
id="5star" name="5star"
width="505"
height="45"
frameborder="0"
scrolling="no"
marginwidth="0"
marginheight="0">
</iframe>

Beverley