📄 newsadd1.asp
字号:
<!--#include file="../include/bkconn.asp"-->
<!--#include file="checkUser.asp"-->
<html>
<head>
<title>商品添加</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../main.css" type="text/css">
<script language=Javascript>
<!--
function checkForm(){
//if (form1.productSort.value=='0'){
// alert("请选择商品具体小类");
// return false;
// }
return true;
}
//-->
</script>
</head>
<body bgcolor="#9CC7EF" text="#000000">
<br>
<%
dim Sort
Sort=Request("newsort")
%>
<form method="post" action="savenewsAdd1.asp" name="form1" onClick="return checkForm();" enctype="multipart/form-data" >
<table width="70%" border="1" bordercolordark=#9CC7EF bordercolorlight=#145AA0 cellspacing="0" cellpadding="4" align="center">
<tr>
<td colspan="2" bgcolor="#4296E7"> <div align="center"><font color="#FFFFFF">添加信息</font></div></td>
</tr>
<tr>
<td width="20%" nowrap> <div align="right">标题</div></td>
<td width="80%"> <input type="text" name="title" size="50"> <input name="newsdate" type="hidden" value="<%=now()%>">
<input name="Sort" type="hidden" value="<%=Sort%>"> <input name="Sort1" type="hidden" value="1">
</td>
</tr>
<tr>
<td width="20%" valign="top" nowrap> <div align="right">内容</div></td>
<td width="80%"> <input name="content" type="text" value="" size="50"></td>
</tr>
<tr>
<td colspan="2" nowrap> <div align="center">
<input type="submit" name="Submit" value="添加" >
<input type="button" name="button" value="清空">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -