📄 add_class_1.asp
字号:
<%
if request.cookies("adminok")="" then
response.redirect "shop_login.htm"
end if
%>
<html>
<head>
<title>添加商品大类</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT language=javascript>
function FORM1_onsubmit()
{
if(document.FORM1.class_name.value.length<1)
{
alert("您必须输入商品大类名称!");
document.FORM1.class_name.focus();
return false;
}
}
</SCRIPT>
</head>
<body text="#000000">
<!--#include file="index_top.asp" -->
<p align="center">
<p align="center"><FORM language=javascript name=FORM1 onsubmit="return FORM1_onsubmit()"
action=add_class_1_ok.asp method=post>
<TABLE cellSpacing=1 cellPadding=4 width=258 bgColor=#416327 height="144" align="center">
<TBODY>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="244" height="10" bgcolor="#99ccff"></TD></TR>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="244" height="32">商品大类添加--</TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 width=102 bgColor=#99ccff height=25><SPAN
class=main1><font color="#FFFFFF">商品大类名称:</font></SPAN></TD>
<TD class=main1 width=130 height=25><INPUT maxLength=16 size=18
name=class_name style="font-size: 14px"> </TD></TR>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="244" height="15"></TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="244" height="27">
<p align="center">
<input class=main type=submit size=3 value=' 确定 ' name=Submit2>
</TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="244" height="4" bgcolor="#99ccff"></TD></TR></TBODY></TABLE>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -