feature:
1. The interface adopts the European test style and the design is beautiful.
2. It can call messages and can be used as a comment module for the development of other systems.
3. The code is concise and the functions are practical.
Instructions for use:
1. index.asp and ys.gif are demo files and cannot be deleted.
2. Modify the account password and some parameters in gustbook_Conn.asp, open it with Notepad, and there are comments inside. The initial account password is: admin
3. How to call comments?
First write on the page where you want to call the comment: and
gustbook_Conn.asp is the connection database file, and gustbook_sub.asp is the function file.
Then write where you want to call the comment:
For example: Call DQE_gustbook(0,4,25,1,"Message Area")
Detailed parameter description:
lanmu ------- Call the comment column: the fault tolerance defaults to 0
bookNum ------- Number of comments: The default fault tolerance is 5
LeftNum ------- Displays the number of characters on the leftmost side of the title. The default is 40. One Chinese character counts as two characters.
bookform ------- Whether to display the speech form, the default value is 0 for not displaying, 1 for displaying, and customized. The fault tolerance default is 0.
bookname ------- The title displayed on the comment page: must be enclosed in double quotes
Expand