We have done a lot of work in the past article to prepare a system for login and register. Of course some of them are very difficult. Now you can take easy. In this article we will finish the system for register and login. And the main passions consist of making the successful and unsuccessful login web pages and testing the system we have built in these article. Testing system is very important because it stands whether our system can use or not. Attention please, after learning this article, you will enjoy your masterpiece now. Let us begin.
|
Step1:
Open the web page you have built originally. Save it as dch.asp. Set focus on the right position. Select the [insert]—[table] command, inserting a table with one row and one column. Set the align as center, cell pad as 5, cell space as 2. Then set focus on the cell, and put the relevant text. Like the following:
|
Step2:
Open the web page you have built originally. Save it as dsh.asp. Set focus on the right position Select the [insert]—[table] command, inserting a table with one row and one column. Set the align as center, cell pad as 5, cell space as 2. Then set focus on the cell, and put the relevant text. Then, select “login again”, and set it to the link “dlu.asp”. Like the following:
|
Step3:
After these steps, the system is OK. Now you need to test the system. Open the register page in the explorer. You can register a new user name in the register page. Then your information will be submitted in the database. Then open the login web page, use your user name and password to login. If you succeed, the webpage will go to success login page. Otherwise, it will enter the failure page.
If all the steps are smooth, your system is a successful masterpiece. Or you maybe return to the last three articles to check what’s wrong.

