Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/12/2005, 04:22
xias
 
Fecha de Ingreso: enero-2002
Mensajes: 838
Antigüedad: 23 años, 1 mes
Puntos: 1
hola:

pues entonces estare haciendo algo mal...

este codigo me funciona desde el explorer, pero al ver mi pagina desde firefox no...

llamo a este codigo desde un map con mouseover:

function imagen_a()
{
document.getElementById('imagen').src='img/imagen_a.gif';
inter();
document.contenido.location.href="inicio_a.htm";
document.getElementById('flecha1').src='img/flecha_b.gif';
document.getElementById('flecha2').src='img/flecha_b.gif';
}

var mostrar=false;
function inter()
{
col= (mostrar) ? '#000000' : '#9933ff';
document.getElementById('clikee').style.color=col;
mostrar = !mostrar;
int=setTimeout('inter()',500);
}

q puedo estar haciendo mal?

y por q ami no me funciona: document.contenido.location.src="inicio_a.htm";??? ?

gracias, un saludo
__________________
Muchas gracias, saludos.