Last article we have learned how to make a webpage for leaving message. But you know in a webpage, there must be a record for the message, otherwise the message cannot be saved in the webpage. You must remember the “list.asp” in the last article, which is used to save the leaved message. Just looking back to the last article a little, we will learn how to make a webpage for messages that have been left. Now let us begin.
|
Step1:
Open the html created in the last article. And save it as “list.asp”. By the steps learned in the last article, you need to make links for text, and make forms. Like the following picture showing:
|
Set the font as Verdana, the size as 13 pixels. Using forms and tables can make it.
Step2:
Select the WINDOW—BINDINGS command, open the binding dialog box, press the
button. Then select the record counters command. There will be a dialog box showed. In which you can name the record counters as Rs1. In the connection and table lists you can select the “list.asp” list item. Then we need set the message composited by the time and digressions. Click “OK”, creating the record counter. Like the image showing:
|
Step3:
Set focus on the second row and the first column. Open the binding inspector, select the subject data, click the insert button, binding the data, and the same way to binding the “writer” and “time”. Then open the repeat region dialog box, select the Rs1 list item. And set show as 10 records at a time.
|
Step4:
Select the “RS1.subject”, click the
button in the sever behaviors. Select the GO to detail page command, and open the “go to detail page” dialog box. Fill it as the follow picture.
|
In the end, the page for leaving messages is ready? The final impact is like this.
|

