Developing an online examination program with ASP (II.)

Source: Internet
Author: User
Tags html page reset
program | Online 2000-09-06 · Compiling green Apple Computer Studio Yesky

The HTML code to create these fields is as follows:
< table border= "0" cellpadding= "0" >
< tr >
< TD width= "50%" >
< font face= "Verdana" size= "2" >user Name: </font >
</td >
< TD width= "50%" >
< font face= "Verdana" size= "2" >< input Type=text Name=username
size=20 maxlength=50 ></font >
</td >
</tr >
< tr >
< TD width= "50%" >
< font face= "Verdana" size= "2" >password:</font >
</td >
< TD width= "50%" >
< font face= "Vedana" size=2 >< input Type=password Name=password
size=20 maxlength= ></font >
</td >
</tr >
< tr >
< TD width= "100%" colspan= "2" align= "Center" >
< font face= "Verdana" size= "2" >< br > < input type= "submit" value= "Submit" Name= "B3" >
< input type= "reset" value= "reset" name= "B4" >
</font >
</td >
</tr >
</table >
Note that this ASP page is more or less an HTML page, and the reason for ASP pages is to display error messages, such as "wrong username or password or select
A new username, or any other information that needs to be displayed. The registration form contains some personal information, such as name, Email, password, etc. can also
Access to information from visitors about age, education, occupation, etc. Once the personal information is successfully entered, the visitor becomes a member and can use
Other parts of the site. Depending on the design requirements of your application, these fields can be either entered or not.

Login Code
Register.asp
This page is displayed when a new visitor registers an online exam. It may require a lot of personal information, but in this case only the name,
Email and password. After the form is submitted, the user is led to the sendregister.asp.



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.