For hosting, production, research, technical support and private teaching please use the links on the left. |
%@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 %>
www.colinisaacs.com newmedia designer |
For hosting, production, research, technical support and private teaching please use the links on the left. |