Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2009, 08:47
mandagenberke
 
Fecha de Ingreso: octubre-2009
Mensajes: 4
Antigüedad: 14 años, 6 meses
Puntos: 0
comportamiento URL into IFRAME con firefox

Hola! buenos días,

Tengo un problema con mi web, me instalé el comportamiento de dreamweaver URL into Layer y me funciona perfectamente en IE y en Google Chrome, però en firefox no. Os pongo el còdigo. El iframe inicialmente ya carga una URL, pero me interesa que al pulsar un boton cargue otra pagina, como os digo, me funiona en IE y en Google Chrome, pero en firefox no.

este es el IFRAME:

<iframe src="textpresentacio.html" frameborder="0" width="80%" height="80%" id="textcentral" allowtransparency="true"><a href="textpresentacio.html"></a></iframe>

y este es el codigo del botón:

<a href="javascript:;" onclick="OK_loadit('textoposmestre.html','textcent ral','*');return document.MM_returnValue">Mestre</a>


Muchas gracias por todo!