top.jsp
上传用户:xjrzjk
上传日期:2022-07-31
资源大小:1585k
文件大小:1k
- <%@ page contentType="text/html; charset=GBK" %>
- <%
- try{
- %>
- <html>
- <head>
- <script>
- 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");}
- </script>
- <script
- language="javascript">
- <!--
- function winopen(url)
- {
- 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");
- }
- function MM_openBrWindow(theURL,winName,features) { //v2.0
- window.open(theURL,winName,features);
- }
- //-->
- </script>
- <title>电子商城</title>
- <href="style.css">
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
- <body bgcolor="#8caae7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
- <table class="main" cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
- <tbody>
- <tr>
- <td width="18" valign="top"> </td>
- <td width="1001" height="60"><font color="#000000"><strong style="font-size:18px">网上商城在线管理</strong></font>
- </td>
- </tr>
- </tbody>
- </table>
- </body>
- </html>
- <%
- }catch(Exception e){
- throw (e);
- }
- %>