📄 dz.jsp~2~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="JS/check.jsp"></script>
<table width="760" height="52" border="0" align="center" cellpadding="0" cellspacing="0" background="images/5.png">
<tr>
<td height="52" background="images/li.png">
<form id="form1" action="Login_U.jsp" method="post">
<%String username=(String)session.getAttribute("username");
if (username==null || username==""){%>
<table width="758">
<tr>
<td> 用户名
<input name="username" type="text" size="16"/>
密码 <input name="PWD" type="text" size="16"/>
<input name="Submit1" type="button" id="Submit1" value="登陆" onClick="checkU(form1)"/>
<input type="button" name="Submit2" id="Submit2" value="注册" onClick="window.location.href='zhuce.jsp'"/>
</td>
</tr></table>
<%}else{%> <table><tr><td></td></tr></table><%}%>
</form>
<form id="form2" name="form1" method="post" action="search.jsp">
请选择查询条件</span>
<select name="select_name" >
<option value="fuzhuang" selected>服装</option>
<option value="shipin">饰品</option>
<option value="shenghuoyongpin">生活用品</option>
<option value="qita">其他</option>
</select>
<input type="submit" name="Submit" value="搜索"/>
</form>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -