
19/05/2006, 03:38
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
Es que si no das más datos de cómo lo haces pues es complicado. Mira este ejemplito que he hecho. A mi me funciona perfectamente en los dos navegadores: http://karlankas.net/iframe/
el código del index es: Código PHP: <html> <head><style> *{ font:normal 10px/15px verdana; }</style> <title>Untitled</title> </head>
<body>
<input type="button" style="border:dotted 1px maroon;background:maroon;color:white;" value="volver" onclick="top.frames['pepe'].history.back()"><br />
<iframe src="1.html" name="pepe" width="400" height="150" frameborder="0" style="border:dotted 1px black;"></iframe><br />
<a target="pepe" href="1.html">Visitar 1</a> <a target="pepe" href="2.html">Visitar 2</a> <a target="pepe" href="3.html">Visitar 3</a> <a target="pepe" href="4.html">Visitar 4</a> </body> </html>
Un saludo!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |