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

📄 index.jsp

📁 用JSP程序语言编写的购物车
💻 JSP
字号:

<%@page contentType="text/html; charset=gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎来到jsp网上书店!</title>
</head>

<body>
<tr>
<td colspan=2 align='center'><h1>
 
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="755" height="168">
            <param name="movie" value="images/lucky.swf">
            <param name="quality" value="high">
            <embed src="images/lucky.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="755" height="168"></embed></object></td>
      </tr>
    </table>
    
    
</tr>
<form name="form1" method="post" action="login.jsp">
  <p>帐号 
    <input type="text" name="name">
  </p>
  密码 
    <input type="password" name="password">
 
  <tr> 
		<td width="179" valign="top"><p align="left">
                        &nbsp;  <input type="image" name="B1" src="pic/denglu.gif" onClick="check()">   

                    &nbsp;    <a href="register.jsp"><img src="pic/zhuce.gif" border="0"></a></td>
  </tr></p>
</form>
</body>
</html>

⌨️ 快捷键说明

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