📄 editsoft.asp
字号:
<%
if session("admin")="" then
response.redirect "admin.asp"
else
if session("flag")>2 then
response.write "<br><p align=center>您没有操作的权限</p>"
response.end
end if
end if
%>
<!--#include file="conn.asp"-->
<!--#include file="../inc/const.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>修 改 下 载 程 序</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<%
dim rs
dim sql
dim count
set rs=server.createobject("adodb.recordset")
sql = "select * from Nclass order by Nclassid asc"
rs.open sql,conn,1,1
%>
<SCRIPT language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
<%
count = 0
do while not rs.eof
%>
subcat[<%=count%>] = new Array("<%= trim(rs("Nclass"))%>","<%= trim(rs("classid"))%>","<%= trim(rs("Nclassid"))%>");
<%
count = count + 1
rs.movenext
loop
rs.close
%>
onecount=<%=count%>;
function changelocation(locationid)
{
document.myform.Nclassid.length = 0;
var locationid=locationid;
var i;
for (i=0;i < onecount; i++)
{
if (subcat[i][1] == locationid)
{
document.myform.Nclassid.options[document.myform.Nclassid.length] = new Option(subcat[i][0], subcat[i][2]);
}
}
}
</SCRIPT>
<body bgcolor=#468ea3 style="background-color: #FFFFFF">
<form method="POST" name="myform" action="adminsave.asp?id=<%=request("id")%>&action=edit">
<TABLE width="80%" border="0" align="center" cellspacing="1">
<TR align="center">
<TD colspan="6" height="25" bgcolor="#6699FF"><b><FONT color="#FFFFFF">修 改 下 载 程 序</FONT></b></TD>
</TR>
<tr>
<td width="15%" align="right" valign="top" height="20"><b>软件类型:</b></td>
<td width="85%" colspan="3">
<SELECT name="classid" onChange="changelocation(document.myform.classid.options[document.myform.classid.selectedIndex].value)" size="1">
<%dim classid,Nclassid
classid=request("classid")
Nclassid=request("Nclassid")
sql="select * from class"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "Not record."
else
do while not rs.eof
if classid=cstr(rs("classid")) then
sel="selected"
else
sel=""
end if
response.write "<option " & sel & " value='"+CStr(rs("classID"))+"' name=classid>"+rs("class")+"</option>"+chr(13)+chr(10)
rs.movenext
loop
end if
rs.close
%></SELECT>
<B>选择分类:</B>
<SELECT name="Nclassid" size="1">
<%
sql="select * from Nclass"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "Not record."
else
do while not rs.eof
if Nclassid=cstr(rs("Nclassid")) then
sel="selected"
else
sel=""
end if
response.write "<option " & sel & " value='" + Cstr(rs("Nclassid")) + "'>" + rs("Nclass") + "</option>"
rs.MoveNext
Loop
end if
rs.close
%>
</SELECT>
<FONT color="#FF0000">**
</FONT></td>
</tr>
<%
sql="select * from download where id="&request("id")
rs.open sql,conn,1,1
%>
<tr bgcolor="#cce6ed">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>下载地址1:</b></td>
<td width="85%" height="30" colspan="3" bgcolor="#FFFFFF">
<input type="text" name="txtfilename" size="60"
class="smallinput" maxlength="100" value="<%=rs("filename")%>">
<FONT color="#FF0000">**</FONT></td>
</tr>
<tr>
<td width="15%" align="right" height="30"><b>下载地址2:</b></td>
<td width="85%" height="30" colspan="3">
<input type="text" name="txtfilename1" size="60"
class="smallinput" maxlength="100" value="<%=rs("filename1")%>">
</td>
</tr>
<tr bgcolor="#cce6ed">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>下载地址3:</b></td>
<td width="85%" height="30" colspan="3" bgcolor="#FFFFFF">
<input type="text" name="txtfilename2" size="60"
class="smallinput" maxlength="100" value="<%=rs("filename2")%>">
</td>
</tr>
<tr>
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>显示名称:</b></td>
<td width="85%" height="30" bgcolor="#FFFFFF" colspan="3">
<FONT color="#FF0000">
<input type="text" name="txtshowname" size="60"
class="smallinput" maxlength="100" value="<%=rs("showname")%>">
**</FONT></td>
</tr>
<tr bgcolor="#cce6ed">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>推荐度:</b></td>
<td width="85%" height="30" colspan="3" bgcolor="#FFFFFF">
<select name="hot" size="1">
<option <%if rs("hot")=1 then%> selected <%end if%> value="1" name="hot">一星级</option>
<option <%if rs("hot")=2 then%> selected <%end if%> value="2" name="hot">二星级</option>
<option <%if rs("hot")=3 then%> selected <%end if%> value="3" name="hot">三星级</option>
<option <%if rs("hot")=4 then%> selected <%end if%> value="4" name="hot">四星级</option>
<option <%if rs("hot")=5 then%> selected <%end if%> value="5" name="hot">五星级</option>
</select>
<FONT color="#FF0000">**</FONT>
<!--<input type="text" name="hot" size="60" class="smallinput" maxlength="100" value="3">-->
</td>
</tr>
<tr>
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>运行环境:</b></td>
<td width="85%" height="30" bgcolor="#FFFFFF" colspan="3">
<select name="system" size="1">
<option value="Win9x/WinNT/Win2000/WinME" selected name="system">Win9x/WinNT/Win2000/WinME</option>
<option value="Win9x/WinNT/Win2000" name="system">Win9x/WinNT/Win2000</option>
<option value="Windows9x/NT" name="system">Win9x/WinNT</option>
<option value="Win9x/WinME" name="system">Win9x/WinME</option>
<option value="WinNT/Win2000" name="system">WinNT/Win2000</option>
<option value="ASP环境" name="system">ASP环境</option>
<option value="PHP环境" name="system">PHP环境</option>
<option value="CGI环境" name="system">CGI环境</option>
<option value="JSP环境" name="system">JSP环境</option>
<option value="Linux环境" name="system">Linux环境</option>
</select>
<FONT color="#FF0000">**</FONT>
<!--<input type="text" name="system" size="60" class="smallinput" maxlength="100" value="Win98/2000+PWS4&NT+IIS4/5">-->
</td>
</tr>
<tr bgcolor="#cce6ed">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>软件大小:</b></td>
<td height="30" bgcolor="#FFFFFF" width="35%">
<input type="text" name="size" size="20"
class="smallinput" maxlength="100" value="<%=rs("size")%>">
</td>
<td height="30" bgcolor="#FFFFFF" width="15%" align="right"><B>软件图片:</B></td>
<td height="30" bgcolor="#FFFFFF" width="35%">
<INPUT type="text" name="images" size="20"
class="smallinput" maxlength="160" value="<%=rs("images")%>">
</td>
</tr>
<tr bgcolor="#a5d0dc">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>软件来源:</b></td>
<td width="85%" height="30" colspan="3" bgcolor="#FFFFFF">
<input type="text" name="fromurl" size="60"
class="smallinput" maxlength="100" value="<%=rs("fromurl")%>">
</td>
</tr>
<tr bgcolor="#cce6ed">
<td width="15%" align="right" height="30" bgcolor="#FFFFFF"><b>授权形式:</b></td>
<td width="85%" height="30" colspan="3" bgcolor="#FFFFFF">
<select name="order" size="1">
<option selected value="共享软件" name="order">共享软件</option>
<option value="免费软件" name="order">免费软件</option>
<option value="商业软件" name="order">商业软件</option>
</select>
<!--<input type="text" name="order" size="60" class="smallinput" maxlength="100" value="免费">-->
是否推荐
<input type="checkbox" name="hots" value="on">
是否隐藏
<input type="checkbox" name="hide" value="on">
</td>
</tr>
<tr bgcolor="#a5d0dc">
<td width="15%" align="right" valign="top" bgcolor="#FFFFFF"><b>程式简介:</b></td>
<td width="85%" colspan="3" bgcolor="#FFFFFF">
<textarea rows="6" name="txtnote" cols="60" class="smallarea">
<%
content=replace(rs("note"),"<br>",chr(13))
content=replace(content," "," ")
response.write content
%>
</textarea>
<FONT color="#FF0000">**</FONT></td>
</tr>
</table>
<div align="center"><center><p><input type="submit" value=" 添 加 "
name="cmdok" class="buttonface"> <input type="reset" value=" 清 除 "
name="cmdcancel" class="buttonface"></p>
</center></div>
</form>
</body>
</html>
<%
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -