Analog online examination system, in the request.jsp page output single selection and multiple-choice topics, after the title, click on "Test Completed", the page jumps to requesthandle.jsp, the page to the submitted data processing, and the test results of the data output to the page.
The 1.request.jsp code is as follows:
<%@ page language= "java" import= "java.util.*" pageencoding= "Utf-8"%> <! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" >
The results of the operation are as follows:
The 2.requesthandle.jsp code is as follows:
<%@ page language= "java" import= "java.util.*" pageencoding= "Utf-8"%> <! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" >
The results of the operation are as follows:
The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.