Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/01/2002, 07:28
Avatar de Ruchu
Ruchu
 
Fecha de Ingreso: octubre-2001
Mensajes: 698
Antigüedad: 22 años, 7 meses
Puntos: 2
porque esta func no va en netscape6 ??

esta func no va en netscape6 y si va en explorer, xq??

<script>
//funcion del frame 'pantalla'; recuperar valor de divs y pasar a frame 'web'
function pasaInfo() {
var temporizador=window.setTimeout("pasaInfo()&qu ot;, 200)

if (parent.web.document.readyState=="complete&qu ot;) {
window.clearTimeout(temporizador)
parent.web.document.getElementById('textoLateral') .innerHTML=''

parent.web.controlMenu('por','par','pir')

parent.web.document.getElementById('contenidoWeb') .innerHTML=document.getElementById('contenido').in nerHTML
var existe=(document.getElementById('textoLateral'))? true:false
if (existe) parent.web.document.getElementById('textoLateral') .innerHTML=document.getElementById('textoLateral') .innerHTML
}

}
</script>

<ilayer src="http://www.micache.com/perso/ar.htm" width=100 height=25 left="0"><iframe src="http://www.micache.com/perso/ar.htm" width=100 height=25></iframe></ilayer>