
04/12/2002, 15:28
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 4 meses Puntos: 535 | |
<%
' Detectamos la IP del usuario y la guardamos en la variable ip
ip = request.servervariables("remote_host")
if ip = "algo" then
%>
<img src="la_imagen.gif">
<% else %>
<img src="otra_imagen.gif">
<% End if %> |