📄 addsource.asp
字号:
<!-- #include file=fenlei.inc -->
<%qian=request("qian")
if qian<>"13727952683933" then
response.write"成功了!"
response.end
end if%>
<HTML><head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<link rel="stylesheet" type="text/css" href="../html/style.css">
<script language=JavaScript>
<!--
function form_onsubmit(obj)
{
ValidationPassed = true;
if(obj.fenleiid.value=="0")
{
alert("请选择分类!\n");
ValidationPassed = false;
return true;
}
}
-->
</script>
</head>
<BODY vlink=0000ff leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor=ccbbaa>
<br>
<FORM action=addsource2.asp?qian=13727952683933 method=post name=form1 onSubmit="return ValidationPassed">
<p align=center>添加新闻<br>
</p>
<TABLE border=0 class=font style="MARGIN-TOP: -20px; POSITION: relative"
width="322" align="center" cellpadding="0" cellspacing="0">
<TBODY>
<TR align=middle>
<TD colspan="2">
<TABLE border=0 class=font width="100%" cellpadding="0" cellspacing="0">
<TR>
<TD height=2 bgcolor="#ececff"><img src="blank.gif" width=1 height=1></TD>
<TD height=2 bgcolor="#ececff"><img src="blank.gif" width=1 height=1></TD>
</TR>
<TBODY>
<TR>
<TD height="25" align=center>
<p>资源标题:
</TD>
<TD height="25">
<p>
<INPUT maxLength=200 name="bt" size=28 class="input">
</TD>
</TR>
<tr>
<td height="25" align=center>
<p>资源地址:
</td>
<td height="25">
<input maxlength=100 name="url" size=28 class="input">
</td>
</tr>
<tr>
<td height="25" align=center>
<p>资源简介:
</td>
<td height="25">
<input maxlength=100 name="jiji" size=28 class="input">
</td>
</tr>
<tr>
<td height="25" align=center>
<p>资源类型:
</td>
<td height="25">
<select name="fenleiid">
<option value="0">请选择</option>
<%for n=1 to fenleinum
response.write "<option value="&n&">"&fenleiname(n-1)
next
%>
</select>
</td>
</tr>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD width="5%"> </TD>
<TD width="95%" height="30" align="center">
<input name=submit type=submit value=" 添 加 " class="p9" style="background-color: rgb(145,148,195); color: rgb(255,255,255)" onclick="form_onsubmit(this.form)">
<input name=b1 type=reset value=" 重 写 " class="p9" style="background-color: rgb(145,148,195); color: rgb(255,255,255)">
</TD>
</TR>
<TR>
<TD colspan="2" height=2 bgcolor="ececff"><img src="blank.gif" width=1 height=1></TD>
</TR>
</TBODY>
</TABLE>
</FORM></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -