|
| |
Shops
Shops : Übersicht
17-Jun-2001/07-Jan-06
Übersicht
| |
|
Wer ist online? |

Login |
Logoff
<%
VisitorName = request.cookies("name")
If VisitorName ="" then
%>Ihr Name: Besucher
Online: <%= Application("ActiveUsers") %> aktive User.
<%
End if
If VisitorName <> "" then
%> <%
user = Request.Cookies("name")
%>Ihr Name: <%=user%>!
Online: <%= Application("ActiveUsers") %> aktive User.
<%
End if
%> |
|

|