userInfo.jsp
资源名称:gouwuche.rar [点击查看]
上传用户:joneshu
上传日期:2022-07-30
资源大小:8k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
Java
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>无标题文档</title>
- </head>
- <body>
- 在线用户列表
- <table width="989" height="213" border="1">
- <tr valign="top">
- <td height="20">
- <a href="index.htm">首页</a>
- <a href="register.htm">注册</a>
- <a href="login.htm">登录</a>
- <a href="shpping.htm"> 购物</a>
- <a href="shopingCart.htm">我的购物车</a>
- <a href="checkOut.htm">买单</a>
- <a href="userList.htm"> 在线用户列表</a>
- </td>
- </tr>
- <tr valign="top">
- <td><table border="1">
- <tr>
- <th>姓名</th><th>性别</th><th>学历</th><th>爱好</th>
- </tr>
- <tr><td>张三</td>
- <td>男</td>
- <td>博士后</td>
- <td>高尔夫、音乐</td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>