| gate2 3/5/2002 |
| previous | home | next |
%@LANGUAGE="VBSCRIPT"%> <% ' log out the user If LCase(Request.QueryString("logout")) = "true" then Response.Cookies("gasafe") ("first_name")= "" Response.Cookies("gasafe") ("last_name")= "" Response.Cookies("gasafe") ("email_address")= "" Response.Cookies("gasafe") ("rememberme")= "" Response.Cookies("gasafe").Expires = "1 January, 2000" End If %> <% If Request.QueryString("UserStatus") = "New" Then Response.Write "This is your first visit to this Web site!" End if %>