<%@LANGUAGE="VBSCRIPT"%> <% Dim rsCourse__MMColParam rsCourse__MMColParam = "1" If (Request.QueryString("ID_course") <> "") Then rsCourse__MMColParam = Request.QueryString("ID_course") End If %> <% Dim rsCourse Dim rsCourse_numRows Set rsCourse = Server.CreateObject("ADODB.Recordset") rsCourse.ActiveConnection = MM_connEDIT6170_STRING rsCourse.Source = "SELECT * FROM course WHERE ID_course = " + Replace(rsCourse__MMColParam, "'", "''") + "" rsCourse.CursorType = 0 rsCourse.CursorLocation = 2 rsCourse.LockType = 1 rsCourse.Open() rsCourse_numRows = 0 %> Participant Log-in

<%=(rsCourse.Fields.Item("title").Value)%>

<%=(rsCourse.Fields.Item("instructor").Value)%>

<%=(rsCourse.Fields.Item("term").Value)%>

Participant Log-in Page

">
User name
Password:

Account Information will be distributed during the first face-to-face meeting of the class.

Forgot your user name or password? Click here to have them emailed to you.

<% rsCourse.Close() Set rsCourse = Nothing %>