il codice mi sembra corretto ma in realtà non gira, anche quando le due stringhe inserite sono uguali dà come fossero diverse ...
codice:
<%@LANGUAGE = JScript%>
<%
var stremail = new String(Request.Form("email"));
var stremail2 = new String(Request.Form("email2"));

if (stremail != stremail2)
{
Response.Redirect("errore.asp?id=8");
}