Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2004, 10:29
Avatar de jrsouto
jrsouto
 
Fecha de Ingreso: junio-2003
Ubicación: en una cabina de 2,2 x 2 x 2,2
Mensajes: 112
Antigüedad: 21 años, 10 meses
Puntos: 0
Set ObjFso= Server.CreateObject("Scripting.FileSystemObject")
If ObjFSO.FileExists(Server.Mappath("TUDIRECTORIO\"& TUBASEDATOS("TUCCAMPO"))) Then %>

<img src="TUDIRECTORIO/<% =TUBASEDATOS("TUCAMPO")%>" >

<% ELSE %>

<img src="LA QUE QUIERES QUE SALGA EN LUGAR DEL ERROR">

<%
END IF
%>
__________________
Mientras mas aprendo mas me doy cuenta de lo poco que sé