<%@ LANGUAGE="VBSCRIPT" %>

Hello <% = Session("First_Name") %> <% = Session("Last_Name") %>. You are Logged in. Welcome to the Delphi Institute

Click to Enter the Virtual Classroom

Delphi Group

This page is available only to paid subscribers. If you have arrived here with a password that was not issued to you direclty by Delphi Group please Logout by clicking the link below. If you proceed you agree that the username/password and/or you directly will be billed for any additional users beyond those licensed.

LOG OFF SYSTEM

<% If Session("Admin") = "True" Then %>

You are currently logged in as an "Admin"

Click Here For User Admin Area

<% End if %>