Hello, can anyone please check whether the following code is correct? It seem to be that it is not working.
<%
if (Request.Form ("submit") <> "") Then
Dim adoCon, adoRec ' ADO connection object
Dim ConnString
Dim myNameID, myUserID, myPwd, myDept, myYr, myEmail, sql...