toupiao.jsp

来自「简单实现的商品购物系统」· JSP 代码 · 共 37 行

JSP
37
字号
<%@ page contentType="text/html; charset=GBK" %>
<style type="text/css">
<!--
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>

<script language="javascript" type="">
function openScript(url,name, width, height){
	var Win = window.open(url,name,'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no,status=yes' );
}
</script>
<table border=1 cellspacing=0 cellpadding=0 width=100% align=center height=30% style="border-collapse:collapse" bordercolor=#0099CC>
<tr>
	<td width=100% align=center bgcolor=#0099CC height=35><span class="style1">有奖投票</span> </td>
</tr>
<tr><td bgcolor=#FFFFFF align=center><p><br>
  你认为本站做得怎么样?
      <form action="addpollservlet" method="post" name="dddd" >
  <input type="radio" name="poll" value="A" checked>
  很好!<br>
  <input type="radio" name="poll" value="B">
  还不错 <br>
  <input type="radio" name="poll" value="C">
  一般般 <br>
  <input type="radio" name="poll" value="D">
  关了吧
  <p>
    <input name="imageField" type="image" src="./image/voteSubmit.gif" width="52" height="18" border="0">
    &nbsp;&nbsp; <a href="#" onclick="openScript('poll.jsp','news',530,300)"><img src="image/voteView.gif" width="52" height="18" border="0"></a></p>
      </form></td>
</tr>
</table>

⌨️ 快捷键说明

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