Tema: Ie6.0 ¿?
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/05/2002, 13:53
Avatar de adex
adex
 
Fecha de Ingreso: marzo-2002
Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 23 años
Puntos: 0
Ie6.0 ¿?

gracias por atender este post... tan solo quiero indicar que este JS fuciona con todas las Versiones IE pero en la version 6.0 no da... alguien me puede ayudar...¿?

:::::::::::::::::::::::::::::::::::::::::::::::
</script>
<script language="JavaScript">
<!--
function FrameRefreshUSE05()
{
if (parent.window.g_iIEVer>=4) {
if (parent.document.readyState=="complete"
&& parent.frames['frTabs'].document.readyState=="complete")
parent.fnSetActiveSheet(6);
else
window.setTimeout("FrameRefreshUSE05();" ,150);
}
}

if (window.name!="inicio")
window.location.replace("../../index.htm");
else
FrameRefreshUSE05();
//-->
</script>
:::::::::::::::::::::::::::::::::::::::::::::::
- saudos -