?? select1.jsp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
@import url("_notes/ccc");
-->
</style>
</HEAD>
<BODY BGCOLOR=#0D85A6 BACKGROUND="images/bg.gif">
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page language="java" import="java.sql.*"%>
<%
String number=request.getParameter("number");
String pnum=request.getParameter("pnum");
%>
<br>
<br>
<table width="676" height="15" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="420"><img src="images/temp_01.jpg" width="420" height="15"></td>
<td width="256"><img src="images/temp_02.jpg" width="330" height="15"></td>
</tr>
</table>
<table width="747" height="229" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div align="center"><form name="form1" method="post" action="select2.jsp">
<table width="680" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="618"><div align="center" class="ccc">請您輸入此題的選項及答案(選擇每個選項后小方框確認此選項為答案)</div></td>
<td width="62"><input type="hidden" name="pnum" value="<%=pnum%>"></td>
</tr>
</table>
<% int num;
int i;
num=java.lang.Integer.parseInt(number);
for (i=1;i<=num;i++)
{
%>
<table width="667" height="95" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="65" align="right" valign="top"><strong><font color="#FF0000"><%=i%></font></strong></td>
<td width="602" valign="top"> <p>
<textarea name="answer" cols="50" rows="5"></textarea>
<span class="ccc">本選項是答案嗎?</span>
<select name="keys">
<option value="1">是</option>
<option value="2">否</option>
</select>
</p>
</td>
</tr>
</table><%}%>
<table width="396" height="24" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
<td><div align="center">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
</div></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td><div align="center"><form>
<p>
<input type="button" value="重新設置選項數" onClick="history.go(-1)" name="button2" class="fonts">
</form>
</div></td>
</tr>
</table>
<table width="751" height="16" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="420" height="16"><img src="images/temp_01.jpg" width="420" height="15"></td>
<td width="331"><img src="images/temp_02.jpg" width="330" height="15"></td>
</tr>
</table>
<p> </p>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -