Arc Forumnew | comments | leaders | submit | johnLarson's commentslogin

Classic ASP: if Len(Session("x21")) then Response.Write "You said " & Session("x21") elseif Len(Request("x21")) then Session("x21") = Request("x21") Response.Write ""arc.asp"" else Response.Write "<form><input name=""x21"" /><input type=""submit"" /></form>" end if

-----