Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/04/2006, 08:10
monkyta
 
Fecha de Ingreso: noviembre-2005
Mensajes: 658
Antigüedad: 19 años, 6 meses
Puntos: 3
Asi...

on error resume next
set com = server.createobject("tucomponente")

if err <> 0 then
response.write err & " ERROR = " & err.Description
response.end
end if