Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2002, 08:58
jlmm
 
Fecha de Ingreso: julio-2001
Ubicación: Internet
Mensajes: 1.690
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: Como se la version del browser

Hola!,

Con El Codigo:

<pre>
&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!--
//Cargar la página según el explorador
if (navigator.appName == &quot;Netscape&quot;)
{
window.location.href=&quot;indice_netscape.htm&quo t;
}
else if (navigator.appName.indexOf(&quot;Explorer&quot;) != -1)
{
window.location.href=&quot;indice_explorer.htm&quo t;
}
//--&gt;
&lt;/script&gt;
</pre>

Mas Informacion En:

<a href='ir.asp?http://www.pangea.org/pacoc/manuales/javascript9.htm' target='_blank'>http://www.pangea.org/pacoc/manuales/jav...</a>

<FONT COLOR=gray SIZE=2><I>"Los Temas Mas Sencillos Son Aquellos De Los Que No Se Sabe Nada"</I></FONT>