Forum Moderators: open
<frameset cols="*,170" frameborder="NO" border="0" framespacing="0">
<frameset rows="30,*,35" cols="*">
<frame src="supremo.php" name="supremo" scrolling="NO">
<frame src="textocom.php" name="arriba">
<frame src="escribirtexto.php" name="abajo" scrolling="NO">
</frameset>
<frameset rows="38,*,35,0" cols="*">
<frame src="bienvenido.php" name="derechaarriba" scrolling="NO">
<frame src="presentes.php" name="derecha">
<frame src="util1.php" name="util1" scrolling="NO">
<frame src="util2.php" name="util2" scrolling="NO">
</frameset>
</frameset>
i need to refresh the frames named "arriba" and "derecha". at developing moment i used the meta refresh property or method, i only tested it in IE5 and it worked just fine, but a few days ago, i seated in a pc with IE6 and i noticed that only one of the frames was really refreshin.
does any know the reason or how to fix it?
thanks anyway!1
if i'm not clear, just ask me, and i'll try to make me be underestood.
<META HTTP-EQUIV="REFRESH" CONTENT="10;URL=thesamepage.php">
where "thesamepage" means the name of the page that is originally in that frame(im refreshing each one of that 2 frames with the same page that is the original src of them).
i have found that many users of IE6 have had the same problem with my site, so, it is a html rule that i ignore or it is a IE6 bug.
actually, im refreshing using javascript, but i don't like it too much due to it's imcompatibilities, or the fact that users may disable it if they want.
so i would like to keep refreshing with the meta refresh, but it seems impossible to me.
please help me.
thanks