Hola, tengo una web donde al hacer login, me carga 2 veces tanto el frame superior como el inferior, pero al darle a actualizar al navegador se soluciona quedandose 1 de ambos...a que creeis que puede deberse??
Código:
<frameset rows="165,*,44" frameborder="no" border="0" framespacing="0">
<frame src="topframe.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="inicio.php" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="bottomframe.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>