userInfo.jsp
上传用户:joneshu
上传日期:2022-07-30
资源大小:8k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title>无标题文档</title>
  7. </head>
  8. <body>
  9. 在线用户列表
  10. <table width="989" height="213" border="1">
  11.   <tr valign="top">
  12.     <td height="20">
  13. <a href="index.htm">首页</a> 
  14. <a href="register.htm">注册</a> 
  15. <a href="login.htm">登录</a>
  16. <a href="shpping.htm"> 购物</a>
  17. <a href="shopingCart.htm">我的购物车</a> 
  18. <a href="checkOut.htm">买单</a>
  19. <a href="userList.htm"> 在线用户列表</a>
  20. </td>
  21.   </tr>
  22.   <tr valign="top">
  23.     <td><table border="1">
  24.   
  25.       <tr>
  26.         <th>姓名</th><th>性别</th><th>学历</th><th>爱好</th>
  27.        </tr>
  28.        <tr><td>张三</td>
  29.         <td>男</td>
  30.         <td>博士后</td>
  31.         <td>高尔夫、音乐</td>
  32.       </tr>
  33.       
  34.       
  35.     </table></td>
  36.   </tr>
  37. </table>
  38. </body>
  39. </html>