📄 new.php
字号:
<?
include_once("inc/auth.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<script>
function CheckForm()
{
if(document.form1.GROUP_NAME.value=="")
alert("组名不能为空!");
else
document.form1.submit();
}
</script>
<body class="bodycolor" topmargin="5" onload="form1.GROUP_NAME.focus()">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/notify_new.gif" align="absmiddle"><span class="big3"> 新建分组</span>
</td>
</tr>
</table>
<br>
<table border="0" width="400" cellpadding="2" cellspacing="1" align="center" bgcolor="#000000" class="small">
<form action="insert.php" name="form1">
<tr>
<td nowrap class="TableData">分组名称:</td>
<td class="TableData"><input type="text" name="GROUP_NAME" size="10" class="BigInput"></td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="2" align="center">
<input type="button" value="提交" class="BigButton" title="提交数据" name="button1" OnClick="CheckForm()">    
<input type="button" value="返回" class="BigButton" title="返回" name="button2" OnClick="location='index.php'">
</td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -