📄 addtypewind.asp
字号:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加题型</title>
<script language="javascript">
function addit(myform)
{
if ((myform.quetypeName.value == "请输入题型名称") || (myform. quetypeName.value == ""))
{
alert("请输入题型名称!题型不能为空");
return false;
}
else
{
return true
}
}
</script>
<style type="text/css">
<!--
.STYLE1 {
font-family: "宋体";
font-size: 9pt;
font-weight: bold;
}
.STYLE2 {font-family: "宋体"}
.STYLE4 {font-family: "宋体"; font-size: 9pt; }
-->
</style>
</head>
<body>
<table width="100%" border="0" bgcolor="#ecf4ff">
<tr>
<td><span class="style2"> <span class="STYLE4">当前位置:<a href="news.asp">系统管理</a> > <a href="admindatabaseselect.asp">题库管理</a></span></span> <span class="STYLE4">> <a href="adminquetype.asp">题型管理</a> > 添加题型</span></td>
</tr>
</table>
<p> </p>
<p> </p>
<form method="POST" name="addquetype" action="adminquetypesave.asp" onSubmit="return
addit(addquetype);">
<table border="1" cellpadding="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#ecf4ff" width="100%" id="AutoNumber3" height="20">
<tr>
<td width="16%" align="center" nowrap bgcolor="#ecf4ff" ><span class="STYLE1">题型名称</span></td>
<td nowrap width="84%" colspan="2" bgcolor="#ecf4ff" > <input name="quetypeName" type="text" value="请输入题型名称"></td>
</tr>
<tr>
<td align="right" colspan="3" bgcolor="#ffffff" ><input type="submit" name="Submit" value="添加题型"> <input type="reset" name="reset" value="重填"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -