📄 back_voteadd.jsp~2~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
back_voteAdd
</title>
</head>
<body bgcolor="#ffffff">
<table width="576" border="0" align="center" cellpadding="0" cellspacing="0" background="images/back1.gif">
<tr>
<td width="576" valign="top"><table width="227" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="myimage/back_noword_03.jpg" width="573" height="25" alt=""></td>
</tr>
</table>
<table width="573" border="0" cellpadding="0" cellspacing="0" background="images/back_noword_05.jpg">
<tr>
<td valign="top" align="center">
<%out.println("<p align=left> <img src=images/icon.gif width=10 height=10> 投票内容添加</p>");%>
<form name="form" method="post" action="VoteServlet?method=0" onSubmit="return voteAdd()">
<table width="340" border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#FECE62">
<tr>
<td width="77" height="30"><div align="center">投票内容:</div></td>
<td width="250" bgcolor="#FFFFFF"><div align="center">
<input name="voteName" type="text" class="inputinput" size="30">
</div></td>
</tr>
<tr>
<td height="30"><div align="center">票数:</div></td>
<td bgcolor="#FFFFFF"><div align="center">
0
</div></td>
</tr>
</table>
<br>
<input type="image" class="inputinputinput" src="myimage/save.gif">
<a href="#" onClick="javascript:form.reset()"><img src="myimage/reset.gif" width="51" height="20" alt=""></a>
</form>
<%if(request.getAttribute("result")!=null){
out.print(request.getAttribute("result"));
} %></td>
</tr>
</table>
<table width="227" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="myimage/back_noword_18.jpg" width="573" height="21" alt=""></td>
</tr>
</table></td>
</tr>
</table></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -