R
Rakesh Gupta
Hi,
I want to be able to set up hidden layers which only become visible on a page that already contains data, if the user is logged on to the website as a member. I've download a free applet that lets me creates a user login system, and passes the login information to each new page that is opened.
The script is as follows: -
'Get the users name passed from the previous page
strUserName = Session("userName")
userID = Session("userID")
userAdmin = Session("userAdmin")
Session("userID") = userID
%>
Is it possibel to do this using layers or is there another way I can achive the same result.
I want to be able to set up hidden layers which only become visible on a page that already contains data, if the user is logged on to the website as a member. I've download a free applet that lets me creates a user login system, and passes the login information to each new page that is opened.
The script is as follows: -
'Get the users name passed from the previous page
strUserName = Session("userName")
userID = Session("userID")
userAdmin = Session("userAdmin")
Session("userID") = userID
%>
Is it possibel to do this using layers or is there another way I can achive the same result.