📄 dz.jsp~5~
字号:
<%@ 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>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
<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 name="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="password" 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{%><br><marquee direction="left" scrollamount="2" onMouseOver="this.stop();" onMouseOut="this.start();">
<span class="style1"><%=username%>欢迎光临贸易网</span>
</marquee><%}%></form>
<form id="form2" name="form2" 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 + -