📄 addq222.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>试题修改</title>
<link href="../img/cssexamin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.unnamed1 { font-size: 12px;
font-weight: lighter;
color: #FF0000;
text-decoration: none;
}
.style9 {
font-size: 24px;
color: #660000;
}
.style10 {
color: #0000FF;
font-size: 24px;
}
.style14 {
color: #000000;
font-size: 14px;
}
.style15 {font-size: 14px}
-->
</style>
</head>
<jsp:useBean id="linejdbc" scope="page" class="examinline.DBConnectionBean" />
<%!
int id;
%>
<body>
<h3 align="center" class="style10">执行试题库的添加操作</h3>
<hr align="center" width="85%" size="5" class="table">
<form name="form1" method="post" action="AddQuestion.jsp">
<div align="center"></div>
<div align="center">
<table width="442" border="0">
<tr>
<th height="39" colspan="2" scope="col"><div align="center">
<select name="type1" id="type1">
<option value="0">考试科目</option>
<option value="1" selected>语文</option>
<option value="2">数学</option>
<option value="3">英语</option>
<option value="4">逻辑</option>
</select>
<span class="style15">(请</span><span class="style14">选择</span><span class="style15">添加的科目)</span> </div></th>
</tr>
<tr>
<td width="170"><div align="right">问题内容:</div></td>
<td width="256"><div align="left">
<textarea name="question" id="question" width="221"></textarea>
</div></td>
</tr>
<tr>
<td height="33"><div align="right">选项A:</div></td>
<td><div align="left">
<textarea name="keya" id="keya" width="221"></textarea>
</div></td>
</tr>
<tr>
<td height="31"><div align="right">选项B:</div></td>
<td> <div align="left">
<textarea name="keyb" id="keyb" width="221"></textarea>
</div></td>
</tr>
<tr>
<td height="28"><div align="right">选项C:</div></td>
<td><div align="left">
<textarea name="keyc" id="keyc" width="221"></textarea>
</div></td>
</tr>
<tr>
<td height="33"><div align="right">选项D:</div></td>
<td><div align="left">
<textarea name="keyd" id="keyd" width="221"></textarea>
</div></td>
</tr>
<tr>
<td height="33"><div align="right">正确答案:</div></td>
<td><div align="left">
<input type="text" name="answer" width="30" height="20">
</div></td>
</tr>
<tr>
<td height="45" colspan="2"><div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table>
</div>
</form>
<!-- ****************************** //添加试题部分到此结束//******************************** -->
<h3 align="center" class="style9">删除试题操作</h3>
<hr align="center" width="80%" class="table">
<form name="form2" method="post" action="DeleteQuestion.jsp">
<div align="center">
<table width="509" border="0">
<tr>
<th width="378" scope="col"> 点击这里选择要删除的科目名称
<select name="type2" id="select5">
<option value="0">考试科目</option>
<option value="1" selected>语文</option>
<option value="2">数学</option>
<option value="3">英语</option>
<option value="4">逻辑</option>
</select></th>
<th width="121" scope="col"><input type="submit" id="ok" value="确定"></th>
</tr>
</table>
</div>
<p align="center"> </p>
</form>
<p align="center"><a href="../index.jsp" target="_parent"><img src="../img/tuichu.jpg" width="72" height="42" border="0"></a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -