In the past articles, we learn many techniques to build web pages. However, there is more knowledge we haven’t learned about. The past articles just introduced some techniques to build static web pages. From now on, we will learn how to build dynamic web pages. You can achieve the dynamic effect by using code, creating database, using server action and so on. Now let us learn how to make a webpage to release messages. This effect mainly uses form and server action to achieve. Attention? Now begin.

DoNotYet Dreamweaver 8.0 Tutorial ---- Make A Webpage For Release Messages 000

Step1:

In a whole website, you can use a template to create the message webpage. Anyway, build a new webpage to create a leave message system. After build the new webpage, save which as “release. asp”. The FILE—SAVE AS command can help you achieve this effect.

Step2:

Just like the following image. Select the “release page”, and set a link to “release. asp” in the properties inspector.

Then select “list page”, set a link to “list. asp”.

DoNotYet Dreamweaver 8.0 Tutorial ---- Make A Webpage For Release Messages 001

Step3:

Set focus on the blank region, select the INSERT—FORM—FORM command and insert a form. Set focus on the form, in which put a table which has 5 rows and 2 columns. Set the table as align center.

Step4:

Put the right text in the appropriate cell, set the size as 13 pixels. Now you need to add the text field into the second column in every row. If you forget the techniques, look up them in the <how to add form to the web pages>.

You need to give the four text filed names, such as “caption”,”writer”,”email” and so on. For example the fist text field, we name it as “caption”, need to set its properties in the inspector. Set type as single, and char width as 30. You can set other text field in the same ways. Then, we need insert buttons in the forms. Like the picture showing:

DoNotYet Dreamweaver 8.0 Tutorial ---- Make A Webpage For Release Messages 002

Step5:

Select the window—behaviors command, open the behaviors dialog box, click the add button, set the value as required, accept as anything. But the text area3 must be in required value and email address accept. Just like the following image show. Click OK, adding behaviors.

DoNotYet Dreamweaver 8.0 Tutorial ---- Make A Webpage For Release Messages 003

Now a webpage for releasing leave-message is ready. Have you found that we have a list. asp not done? Yeah, that is used for save all the leave-messages. We will learn it in the next article and you will see a whole leave-message system.

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