Ok, so I thought I would try and be clever, i wanted the space which usually has the login form to change once logged in, however when I try it out nothing appears in that space. Im a tad confused, any ideas?
Code:
<%@LANGUAGE="VBSCRIPT"%> <% userid = (Request.Cookies("login1")("userid")) If userid = "" Then <!--#include file="welcome user.asp" --> else <!--#include file="logindex.asp" --> end if %>
Comment