codice:
<%
  On Error Resume Next
  Response.Clear
  Dim objError
  Set objError = Server.GetLastError()
if  objError.Number > 0 then
response.write "errore"
end if

Dim test, test

%>
questo script va in errore perchè esiste uan variabile ridefinita...
però lo script non gestisce l'errore...

per quale motivo ?