1. 1 dynamic webpage introduction 1
1. 1. 1 What is a dynamic web page 1?
1. 1.2 Application scope of dynamic webpages 2
1. 1.3 Common Dynamic Web Technology II
Overview of 1.2 ASP 6
1.2. 1 Understanding ASP 6
The basic syntax of1.2.2ap7
1.2.3 ASP development tool 8
1.2.4 Dreamweaver supports ASP 9.
1.3 Configure ASP development environment 10
Installation and configuration of1.3.1IIS10
1.3.2 Building Dreamweaver Server
Field and test 18
1.4 Summary 22
Chapter 2 Dreamweaver CS3 Foundation 23
2. 1 Dreamweaver CS3 23
2. 1. 1 Dreamweaver CS3
Working environment 24
2. 1.2 Create Site 29
2.2 Text and Layout Controls 36
2.2. 1 Page control 36
2.2.2 Text Input and Attribute Setting of Web Page 40
2.2.3 Settings for other elements of the webpage 43
2.2.4 Create "Eight Honors and Eight Disgraces"
Web page 45
2.3 Use of images and multimedia 49
2.3. 1 webpage image insertion and attribute setting 49
2.3.2 Create a Dream of Red Mansions Character Introduction Web page 53
2.4 Application of forms 55
2.4. 1 page layout 56
2.4.2 Basic operation of forms 58
2.4.3 Other views of the table 63
2.4.4 Create the webpage "Twelve Women in Jinling" 67
2.5 Hyperlinks 68
2.5. 1 Hyperlink Overview 68
2.5.2 Create a webpage of "Twelve Women in Jinling" 70
2.6 Page Layout 73
2.6. Basic operation of1apdiv 74
2.6.2 Creating "Shi Xiangyun" Web Page 76
2.7 Use Form 77
2.7. 1 table overview 77
2.7.2 Create a "Guest Book of the Red Chamber Characters" webpage 85
2.8 using CSS styles 87
2.8. 1 CSS style overview
2.8.2 the use of CSS style panel 90
2.8.3 Create a "column navigation of figures in the Red Chamber" webpage 96
2.9 Using Frame 98
2.9. 1 Basic operation of the framework
2.9.2 Create the "Theme of Figures in the Red Chamber" webpage 103.
2. 10 comprehensive example 104
2. 1 1 summary 106
Chapter 3 ASP scripting language 107
3. 1 Overview of scripting languages 107
3. 1. 1 Introduction to scripting language 107
The basic format is 3. 1.2 VBScript 108.
3.2 VBScript Grammar Basis 109
3.2. 1 data type 109
3.2.2 Operator 1 10
Constants and variables 1 1 1
Array 1 14
3.2.5 If conditional statement 1 17
3.2.6 Select conditional statement 120
Applicable to ... the next loop statement 12 1
Do ... Loop loop statement 124
Process 126
3.2. 10 defines the function 128.
3.2. 1 1 internal function 129
3.3 Comprehensive example 132
3.4 Summary 133
Chapter 4 Request/Response Object 134
4. 1 object introduction 134
4.2 Using the Request Object to Obtain Information from the Client 134
4.2. 1 table set 135
Query string set 140
4. 2. 3 cookie set 143
4.2.4 Server variable set 148
4.2.5 Client certificate collection 150
4.2.6 Request Comprehensive Example 150
4.3 Using response objects to transmit information to clients 155
4.3. 1 writing method 156
4.3.2 redirection method 158
4. 3. 3 cookie set 159
4.3.4 Comprehensive response example 160
4.4 Summary 162
Chapter 5 Application/Session Object 163
5. 1 applicant 163
5. 1. 1 application properties 164
5. 1.2 application method 164
5. 1.3 Application Example 1:
Counter 165
5. 1.4 Application Example 2: Simple Chat Room 167
5.2 Session Object 169
5.2. 1 General properties and methods of session objects 170
5.2.2 Example of session application 1: Use session to store information 172.
5.2.3 Session Application Example 2: Counter 175
5.3 Global.asa file 176
5.3. 1 Show the number of people online 177.
Knowledge base 178
5.3.3 Operating Steps 178
5.4 Summary 179
Chapter 6 Server Object 180
6. 1 Introduction to server object properties 180
6.2 Method of server object 182
Implementation method 182
6.2.2 Transfer Method 185
MapPath method 186
Html encoding method 187
URLEncode method 188
6.2.6 Method of Creating Objects 189
6.2.7 server comprehensive example 189
6.3 Summary 196
Chapter 7 Using ADO to Access Database 197
7.1Basic Operation of Access Database 197
7.1.1Basic concepts of access database 197
7.2.2 Creating an Access Database Instance 198
7.2 SQL Foundation 200
7.2. 1 choice statement 20 1
7.2.2 Insert statement 204
7.2.3 Update Update Data 206
7.2.4 Delete statement 208
7.3 Using ADO to Access Database 208
Introduction of ADO 208
7.3.2 Connection object 2 1 1
7.3.3 Recordset Object 2 14
Command object 228
7.4 Summary 230
Chapter 8 ASP Universal Built-in Component 23 1
8. 1 ASP 23 1 Introduction to Built-in Components
8.2 File Access Component 232
8.2. 1 file system object233
8.2.2 Text Stream Object 236
8.2.3 Application Example 238
8.3 Advertisement Wheel Display Assembly 240
8.3. Properties and methods of1adrotator object 24 1
8.3.2 Steps of using the advertisement wheel display component 24 1
8.3.3 Application Example 242
8.4 Browser Compatibility Component 245
8.4. 1 browscap.ini file 245
8.4.2 Application Example 246
8.5 File Hyperlink Component 248
8.5. 1 Step 248 of Using Content Link Component
8.5.2 Application Example 249
8.6 Counter component 252
8.6. 1 Create an instance object of the counter component 252
Method of counter object 252
Application example 253
8.7 Summary 255
Chapter 9 Chatroom 256
9. 1 Analysis and Overall Design of Chat Room System119966.1996686686666
9. 1. 1 Introduction to chat room function 256
9. 1.2 General Layout 257
9. 1.3 database structure and implementation 257
9.2 Module design 259
9.2. 1 database connection design 259
9.2.2 User Registration and Login 26 1
9.2.3 Login Processing Page (main 1.asp) 265
System home page (main.asp)266
9.2.5 chatter (add.asp)267
9.2.6 logout (exit.asp)270
9.2.7 Display chat information (content.asp)27 1
9.2.8 Display online users (online.asp)272
9.3 Overview 273
Chapter 10 Forum 274
10. 1 system analysis and overall design 274
10. 1. 1 function introduction 274
10. 1.2 General Layout 275
10. 1.3 database structure and implementation 276
10.2 module design 278
10.2. 1 home page (index.asp) design 278
10.2.2 post (add.asp)283
10.2.3 Browse posts and reply to posts 286
Search after 10.2.4 (search.asp)29 1
10.2.5 Forum Management 293
10.3 Summary 303
Chapter 1 1 Online Shopping Website 304
1 1. 1 system analysis and overall design 304
1 1. 1 function introduction 304
1 1. 1.2 general plan 306
1 1. 1.3 database structure and implementation 307
1 1.2 former user module design 3 10
1 1.2. 1 homepage design 3 10
1 1.2.2 product information browsing 3 13
1 1.2.3 Search for goods 3 17
1 1.2.4 is added to the shopping cart 320.
1 1.2.5 View the shopping cart 323
1 1.2.6 Generate Order 326
1 1.2.7 View Order 327
1 1.3 design of background administrator module 332
1 1.3. 1 commodity classification 332
1 1.3.2 Add commodity information 336
1 1.3.3 Commodity Information Management 340
1 1.3.4 order management 345
1 1.4 Summary 348
Chapter 12 news release system 349
12. 1 system analysis and overall design 349
12. 1. 1 function introduction 349
General layout drawing 35 1
12. 1.3 database structure and implementation 35 1
Design and implementation of 12.2 module 353
1 news display 353
12.2.2 news browsing 358
12.2.3 news search 362
12.2.4 news presentation page 364
Information section management 366
12.2.6 news information management 370
12.3 summary 376
Chapter 13 Student Information Management System 377
13. 1 system analysis and overall design 377
13. 1. 1 function introduction 377
13. 1.2 general plan 378
13. 1.3 database structure and implementation 378
13.2 module design 38 1
13.2. 1 homepage design (index.asp)38 1
Student registration (student_reg.asp) 383
13.2.3 student login
(student_login.asp) 385
13.2.4 basic information management of students
13.2.5 teacher login
(teacher _ login. asp) 396
13.2.6 Basic information management of teachers 396
13.2.7 Administration and Educational Administration 404
13.3 Summary 4 10
Chapter 14 Online Examination System 4 1 1
14. 1 Analysis and overall design of online examination system
14. 1. 1 Introduction to test system functions 4 1 1
14. 1.2 General plan 4 12
14. 1.3 database structure and its implementation 4 12
14.2 module design 4 15
14. 2. 1 database connection design
14.2.2 system homepage 4 17
User registration 4 17
14.2.4 User login 420
14.2.5 User test page 422
14.2.6 performance evaluation page 426
14.2.7 Save the results on page 428
14.2.8 User Score Query 429
14.2.9 teacher login 43 1
14.2. 10 project bank category management 432
14.2. 1 1 question bank management 436
14.3 summary 442
……