
23/01/2002, 15:03
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: Como identifico en ASP el navegador ??NS o IE?? hi, me puse a trabajar un ratin y aqui esta
Explorador=Instr(1,Request.ServerVariables("H TTP_USER_AGENT"),"MSIE")
'Response.Write Explorador
If Explorador<> 0 Then
Response.Write "El explorador es Internet Explorer"
'IE=true
'Netscape=False
Else
Explorador=Instr(1,Request.ServerVariables("H TTP_USER_AGENT"),"Netscape")
If Explorador<>0 Then
Response.Write "El explorador es Netscape"
'IE=false
'Netscape=true
End if
End If
salu2
;) :)
<embed src="http://www.autocar.com.mx/images/logo.swf" type="application/x-shockwave-flash" width="468" height="60" play="true" wmode="transparent" menu="false" loop="true"> |