⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.jsp

📁 网上购物系统 使用structs access 实现
💻 JSP
字号:
<%@ 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);
  }
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -