MODULO REGISTRAZIONE
Indirizzo e-mail:
Password:
<% dim errcode errcode = request.querystring("err") if len(errcode)>0 then %>
<% if errcode="email" then response.write("Devi inserire un indirizzo email!") elseif errcode="password" then response.write("Devi scegliere la password che intendi utilzzare per l'accesso alla tua area riservata!") elseif errcode="mailexist" then response.write("Esiste già un utente con lo stesso indirizzo e-mail!") end if %>
<% end if %>