Still, this article is relevant to the last article. In the last two articles, we have learned how to make pages for register, including success register and unsuccessful register. In this article, we will learn how to make the page for login. You can find that the late articles build up a whole system of register and login. Yeah, after learning these articles, you are expected to know how to build a system. But like the register page, the progress for login page is a little difficult. But you can master it finally. Now, let us begin.

DoNotYet Dreamweaver 8.0 Tutorial ---- How To Make The Page For Login 000

Step1:

Open the web page you have built originally. Save it as dlu.asp. Set focus on the right position and insert a table with five rows and two columns. Set the align as center, cell pad as 5, cell space as 1.

Step2:

Select the first row and merge it. Put the appropriate text in the merged cell and set properties. And put the relevant text in other cells. Like the following picture showing:

DoNotYet Dreamweaver 8.0 Tutorial ---- How To Make The Page For Login 001

Step3:

Set focus on the third row and the second column, inserting a text area. Set its name as username in the properties inspector, and set the pixel as 20, style as single line.

Step4:

Set focus on the fourth row and the second column, inserting text area. Set its name as password, pixel width as 20, and style as password.

Step5:

Set focus on the fifth row and second column, inserting two buttons. Set value as login in, action as summit form for the login button. Set value as reset, action as reset forms for the reset button.

Step6:

Select the form. Open the behavior inspector, and click the DoNotYet Dreamweaver 8.0 Tutorial ---- How To Make The Page For Login 002 button. Select the validate form dialog box. Set value as required, acceptable as anything for the username and password form. Click OK and add the behaviors.

Step7:

Click the DoNotYet Dreamweaver 8.0 Tutorial ---- How To Make The Page For Login 002 button in the sever behavior inspector and select the [user authentication]—[log in user] command, and open the log in user dialog box. Fill in it as the following picture:

DoNotYet Dreamweaver 8.0 Tutorial ---- How To Make The Page For Login 003

Then click OK, and add the sever behavior.

Now the login page is ok. We will learn how to make pages for success login and unsuccessful login.

For help, advice, tips and tricks, challenges, feel free to visit ourDoNotYet forum or Submit your good resource to share.

Reminder: Unless stated otherwise, all resources published on this site are NOT for commercial use. To use any resource from this site for commercial purposes, please contact the author.

Related Posts