nothing.jsp
上传用户:xjrzjk
上传日期:2022-07-31
资源大小:1585k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <html>
  3. <head>
  4. <title>
  5. 未选购任何商品
  6. </title>
  7. <STYLE type=text/css>.main {
  8. FONT-SIZE: 9pt
  9. }
  10. .main1 {
  11. FONT-SIZE: 14px
  12. }
  13. </STYLE>
  14. <link rel="stylesheet" type="text/css" href="style.css">
  15. </head>
  16. <body topmargin="5">
  17. <div align="center">
  18. <table width="100%" border="0" bordercolor="#62ACFF" cellspacing="0" >
  19.   <tr>
  20.     <td width="80%" valign="top"> <p align="center"><font color="#FF0000">您未选购任何商品。</font></p>
  21. </td>
  22.   </tr>
  23. </table>
  24. </div>
  25. </body>
  26. </html>