Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/05/2003, 13:34
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 6 meses
Puntos: 0
Código:
On Error resume next
Set objeto = Server.CreateObject("Objeto.Clase")
if err.number<>0 then
 response.write "no instalado"
 response.end
end if