%
Session("blnIsUserGood") = False
'Dimension Variables
Dim strUserName 'Holds the name of the user
'Get the users name passed from the previous page
strUserName = Request.QueryString("name")
%>
EDFN 475 (Human Relations)
---------------------------------------------------------------------- Welcome <% =strUserName %> to the non-protected area of the web site.
|