main.asp:首页面,选择购物区!
1<html>
2<head><title>网上书城</title></head>
3<body background="b01.jpg"><br/>
4<center><h1><font color="red">网上书城</font></h1><hr width="40%"/>
5<a href="buy.asp?CategoryID=1&Description=电脑类">
6电脑类</a><p>
7<a href="buy.asp?CategoryID=2&Description=文学类">
8文学类</a><p>
9<a href="buy.asp?CategoryID=3&Description=财经类">
10财经类</a><p>
11<hr width="40%"/>
12</p></p></p></center></body>
13</html>