📄 add.asp
字号:
<!--#include file="66hc.asp"-->
<card id="login" title="申请连接">
<p>
<%if request("cw")=1 then%>
网站名称有人使用了!<BR/>
<%elseif request("cw")=2 then%>
首链简称有人使用了!<BR/>
<%elseif request("cw")=3 then%>
网站地址已经存在!<BR/>
<%end if%>
网站名称(20字内):
<br/><input type="text" name="lina<%=minute(now)%><%=second(now)%>" maxlength="20" value="<%=request("name")%>" />
<br/>首链简称(2字内):
<br/><input type="text" name="linasot<%=minute(now)%><%=second(now)%>" maxlength="2" value="<%=request("syname")%>"/>
<br/>网站地址:
<br/><input type="text" name="link<%=minute(now)%><%=second(now)%>" value="http://"/>
<br/>网站类型:<select title="分类" name="classs<%=minute(now)%><%=second(now)%>" value="<%=ids%>">
<option title="请选择" value="">请选择分类</option>
<%
set rst=server.createobject("ADODB.Recordset")
Sql="select * from [66hc_class] order by [66hc_id] asc"
rst.open Sql,conn,1,1
i=1
do while not rst.eof
%>
<option title="<%=rst("66hc_name")%>" value="<%=rst("66hc_id")%>"><%=rst("66hc_name")%></option>
<%
i=i+1
rst.movenext
loop
rst.Close
set rst=nothing
%>
</select>
<br/><br/><anchor>我清楚审核要求,确定提交<go method="post" href="addcl.asp">
<postfield name="name" value="$(lina<%=minute(now)%><%=second(now)%>)"/><postfield name="syname" value="$(linasot<%=minute(now)%><%=second(now)%>)"/><postfield name="url" value="$(link<%=minute(now)%><%=second(now)%>)"/><postfield name="classid" value="$(classs<%=minute(now)%><%=second(now)%>)"/>
</go></anchor>
<!--#include file="66hcw.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -