Forum Moderators: open
<FRAMESET border=0
frameSpacing=0 rows=100%,* frameBorder=no SCROLLING="no">
<FRAME src="apage.php" frameBorder=0 SCROLLING=auto BORDER=0></FRAMESET>
<noframes>
<body>
</body>
</noframes>
apage.php has one line: header("Location: redirect.html");
THe page loads fine the first time. but if you hit refresh, the second time around, all the graphics show the little read 'x' and no longer load...
However if you hit CTRL-F5 everything is fine. What would make hitting CTRL-F5 vs. F5 not make the page load properly.
Is it a cache issue and if so what code can be placed to not cache?