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

📄 test.jsp

📁 用java写的网上售书系统 功能详尽 支持各种类别书目查询 分页显示 购物车的暂存功能 内部附有数据库
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312"%>
<%@ page language="java" %>
<HTML>
    <HEAD>
	<link href="mytable.css" rel="stylesheet" type="text/css" />
	<link href="myCss.css" rel="stylesheet" type="text/css" />
         <TITLE>存取session数据</TITLE></HEAD>
<BODY class="myCss">
<table width="860" border="1" cellpadding="1" cellspacing="0" bordercolor="#0066CC" class="mytable">
  <tr>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
  </tr>
  <tr>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
  </tr>
  <tr>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
    <td class="mytable">&nbsp;</td>
  </tr>
</table>
<p><br>
<img src="pic/1002.jpg" width="90" height="120" longdesc="pic/1002.jpg"> <a href="notes.jsp" target="mainFrame"><img src="pic/1002.jpg" width="90" height="120" longdesc="pic/1002.jpg"> </a>
<input type="hidden" name="hiddenField">
</p>
<table width="860" border="1" cellspacing="0" bordercolor="#99CCFF" class="mytable">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<html> 
<head> 
<script type=text/javascript> 
function myf() 
{ 
alert("test"); 
} 
</script> 
<table> 
<tr> 
<td onClick="javascript:myf()">第一个</td> 
<td onClick="javascript:alert('test')">第二个</td> 
</tr></table> 
<%!
void num()
{
System.out.println("11111111111");
}
 %>

   <button onclick="<%num();%>">1111<button>

<P id=p_universityname style="DISPLAY: none"><LABEL for=schId>大学:</LABEL> <INPUT 
id=universityid type=hidden name=universityid> <INPUT class=inputtext 
id=universityname onclick=showpan();bodyclick=false; tabIndex=3 readOnly 
name=universityname> <SPAN id=universityname_error_span 
style="DISPLAY: inline">校内网现在对全球大学生开放</SPAN> </P>
<P id=p_highSchoolName0 style="DISPLAY: none"><LABEL for=schId>高中:</LABEL> 
<INPUT id=highSchoolCode0 type=hidden name=highSchoolCode> <INPUT 
class=inputtext id=highSchoolName0 onclick=HighSchoolComponent.show(0); 
tabIndex=3 readOnly name=highSchoolName> <SPAN id=highSchoolName0_error_span 
style="DISPLAY: inline">校内网现已开通全国20000所高中</SPAN> </P>
<P id=d3 style="DISPLAY: none"><INPUT id=workplacename type=hidden 
name=workplacename> <INPUT id=workplaceid type=hidden name=workplaceid> 
</P></FIELDSET> 
<FIELDSET>
<P id=p_pwd><LABEL for=passwd>设置密码:</LABEL><INPUT class=inputtext id=pwd 
onblur=checkPassword(); onFocus="showRegMsg('pwd');" tabIndex=4 type=password 
value="" name=pwd> <SPAN id=pwd_error_span 
style="DISPLAY: none">密码必须由6-20个字符组成</SPAN> </P>
<P id=p_repwd><LABEL for=reenter>确认密码:</LABEL><INPUT class=inputtext id=repwd 
onblur=checkRePassword(); onFocus="showRegMsg('repwd');" tabIndex=5 
type=password value="" name=repwd> <SPAN id=repwd_error_span 
style="DISPLAY: none">请再输一次上面输入的密码</SPAN> </P>
<P id=p_regEmail><LABEL for=regemail>电子邮箱:</LABEL><INPUT class=inputtext 
id=regEmail onblur=checkRegEmail(); onFocus="showRegMsg('regEmail');" tabIndex=6 
name=regEmail> <SPAN id=regEmail_error_span 
style="DISPLAY: none">请输入你的电子邮箱</SPAN> </P></FIELDSET> 
<FIELDSET>
<P><LABEL for=code>验证码:</LABEL><SPAN class=code>请输入以下验证码,<A 
onclick=refreshCode(); href="#">看不清换一张?</A></SPAN> <LABEL 
class=empty>输入验证码:</LABEL><INPUT class="inputtext validate-code" id=icode 
onblur=checkICode(); tabIndex=9 maxLength=5 size=5 name=icode> <IMG 
class=validate-num id=verifyPic 
src="http://icode.xiaonei.com/getcode.do?t=register&amp;rnd=1207968123363"> 
</P></FIELDSET> 
<FIELDSET>
<P><INPUT id=olympic type=hidden value=0 name=olympic> <INPUT id=iv type=hidden 
value=0 name=iv> <INPUT id=from type=hidden name=from> <INPUT id=inviteid 
type=hidden name=inviteid> <LABEL class=empty></LABEL><INPUT class=inputsubmit id=submit tabIndex=9 type=submit value=接受条款并注册 name=submit> 
</P></FIELDSET> 
<P class=foottext><LABEL class=empty></LABEL>点击以上的注册按钮,我们将认为您已阅读并同意遵守<A 
href="/agreement.do" target=_blank>校内网服务条款 </A></P>
</body>

</HTML>

⌨️ 快捷键说明

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