Here's the latest version of the code. It's coming together well, thank you for all your feedback:
_______________________________
<%@ Language=VBScript %>
<%
dim adoConn
dim rsTest
dim strSQL
dim sProctorID
dim sProctorPW
dim sLMSCourseCode
dim sStudentID
dim sSecurityCheck...
Yes,
It's a request. Basically here's what the SQL should (eventually) trigger.
1. Look for a record in the database that contains ALL of the variable data submitted through the HTML form.
2. IF RECORD IS LOCATED IN DB: The user is forwarded on to begintest.html
3. IF RECORED IS NOT...
'verify' was the name of the form (named in Lectora, the HTML/course development software).
I have changed it to 'Request' though. Sounds like 'Rrequest' here is a command to 'request' form data?
Hi,
I'm working on a page that will check a database for a unique record containing EVERY one of the four elements that were submitted to the page through an HTML form.
If the record is located, the ASP variable "SecurityCheck" should change from 0 to 1.
Here is the page so far. I appreciate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.