📄 admindiffrateedit.asp
字号:
<!--#include file="conn.inc"-->
<link rel="stylesheet" type="text/css" href="css.css">
<!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>
<script language="javascript">
function addit(myform)
{
if ((myform.diffrateName.value == "请输入难度系数名称") || (myform.diffrateName.value == ""))
{
alert("请输入难度系数名称!名称不能为空");
return false;
}
else
{
return true
}
}
</script>
</head>
<body>
<form method="POST" name="editdiffrate" action="admindiffrateeditsave.asp" onSubmit="return addit(editdiffrate);">
<table border="1" cellpadding="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#c9def3" width="51%" id="AutoNumber3" height="20">
<tr>
<td nowrap width="18%" bgcolor="#ecf4ff" >难度系数名称</td>
<td nowrap width="82%" colspan="2" bgcolor="#ecf4ff">
<input type="text" name="diffrateName" value="<%=request("f_diffrateName")%>">
<input type="hidden" name="diffrate" value=<%=request("f_diffrateID")%>></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>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -