codice:
<%
txt = ""
if bolEmail then 'Errore nell'email
txt = "email="& email
end if
if bolSito then 'Errore nel link
if bolEmail then 'Errore nell'email
txt = txt &"&url="& url
else 'Email corretta
txt = "url="& url
end if
end if

if txt <> "" then
response.redirect("iscrizione.asp?compilazione=errore&"& txt)
end if
%>
Roby