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

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%
  3.   try{
  4. %>
  5. <html>
  6. <head>
  7. <script>
  8.   function openbag(id) { window.open("eshop.jsp?cpbm="+id,"","height=400,width=630,left=200,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}
  9. </script>
  10. <script
  11.   language="javascript">
  12. <!--
  13. function winopen(url)
  14.      {
  15.         window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=640,height=450,top=200,left=100");
  16.       }
  17. function MM_openBrWindow(theURL,winName,features) { //v2.0
  18.   window.open(theURL,winName,features);
  19. }
  20. //-->
  21. </script>
  22. <title>电子商城</title>
  23. <href="style.css">
  24. <link rel="stylesheet" type="text/css" href="style.css">
  25. </head>
  26. <body bgcolor="#8caae7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
  27. <table class="main" cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
  28.   <tbody>
  29.   <tr>
  30.     <td width="18" valign="top">   </td>
  31.       <td width="1001" height="60"><font color="#000000"><strong style="font-size:18px">网上商城在线管理</strong></font>
  32.       </td>
  33.   </tr>
  34.   </tbody>
  35. </table>
  36. </body>
  37. </html>
  38. <%
  39.   }catch(Exception e){
  40.     throw (e);
  41.   }
  42. %>