<%LANGUAGE="VBSCRIPT" %> Login Example text text text <% IF IsEmpty(Request.Form("Name")) THEN Response.Write "Please enter your Name" %>
<% ELSE 'User verification code goes here Response.Write "Welcome " & Request.Form("Name") & "!" END IF %>