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

📄 index.jsp

📁 一个真实的网络选课系统,由实际需求得到的,本人实际开发出来,运用JSP+TOMCAT
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>网上调查</title>
<meta http-equiv="Content-type" content="text/html;charset=gbk">
</head>
<body>
<table border=0 width=134 align=center>
 <tr>
 <td colsan=2 align=center ><font color=bule><b>在线调查</b></font><br><br>
 你认为企业电子商务网站应包括以下功能:
 </td>
 </tr>
 <tr>
 <td colspan=2 align=center>
 <form name=vote method=post action="poll_result.jsp">
 <input type=hidden name="action" value=poll>
 <input type=radio name="vote" value=shopping checked>在线调查<br>
 <input type=radio name="vote" value=support>技术支持<br>
 <input type=radio name="vote" value=product>产品介绍<br>
 <input type=submit name=submit value=提交>&nbsp;&nbsp;
 <input type=reset name=submit value=重选>
 </form>
 </td>
 </tr>
 <tr>
 <td colspan=2 align=center><font color=blue><b><a href="show.jsp"
  onClick="return new win(this.href);">查看调查结果</a></b></font></td>
  </tr> 
</body>
</html>

⌨️ 快捷键说明

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