Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/01/2005, 07:53
yaviz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 371
Antigüedad: 19 años, 4 meses
Puntos: 0
OK, gasias ahora se me presento un nuevo problema ,me he atascado y no se me ocurre como haserlo,,weno lo ke kiero es ke al cargar la pagina se me vea el primer frame y luego dependiendo de al enlace ke de ke se me recargue un frame o el otro,,pero nolo consigo.

¿Se te ocurre como se podria haser?
Gasias.Un saludo.





<table border="0" cellpadding="0" cellspacing="0" width="770">
<tr>
<td valign="top">
<a href="#" onclick="historias.location.reload();return false" alt="Historias">1</a>
</td>
<td valign="top">
<a href="#" onclick="prueba.location.reload();return false" alt="prueba">2</a>
</td>
</tr>
</table>





<div style="position:absolute;top:170px;left:240px">
<iframe src ="Historias.html" marginwidth="0px" marginheight="0px" scrolling="no" frameborder="0" width="500px" height="700px" id="historias"> </iframe>
</div>
<div style="position:absolute;top:170px;left:240px">
<iframe src ="prueba.html" marginwidth="0px" marginheight="0px" scrolling="no" frameborder="0" width="500px" height="700px" id="prueba"> </iframe>
</div>