⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xglianjie.asp

📁 在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在
💻 ASP
字号:
<!-- #include file="conn.asp"-->
<!-- #include file="logincheck.asp"-->

<%
id=request("id")
sql="select * from Hyperlink where id="&id
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
@import url("../css/Site.css");
-->
</style>
</head>

<body>
<tr> 
  <td colspan="3" align="center"> 
    <form action=xglianjiecheck.asp?id=<%=id%> method="post" name="myform" id="myform">
      <table border="1" cellspacing="0" cellpadding="4" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" align="center" width="360">
        <tr> 
          <td colspan="2" align="center" bgcolor="#EEEEEE"><b> 修改 链接小类</b></td>
        </tr>
        <tr> 
          <td width="79" align="center">大类名称:</td>
          <td width="259"> <select name="big" id="big">
              <option value="<%=rs("big")%>"><%=rs("big")%></option>
			  <%
sql1="select * from Hyperlinkbig"
set rs1=server.CreateObject("adodb.recordset")
rs1.open sql1,conn,1,1
do while not rs1.eof
%>
              <option value="<%=rs1("big")%>"><%=rs1("big")%></option>
			  <%rs1.movenext
			  loop%>
            </select> &nbsp;&nbsp; </td>
        </tr>
        <tr> 
          <td align="center">小类名称:</td>
          <td> <input name="small" type="text" class="face" id="small" value="<%=rs("small")%>"> 
            &nbsp;&nbsp; </td>
        </tr>
        <tr> 
          <td align="center">小类链接:</td>
          <td> <input name="www" type="text" class="face" id="www" value="<%=rs("www")%>"> 
            &nbsp;&nbsp; </td>
        </tr>
        <tr> 
          <td colspan="2" align="center"><input name="submit2" type="image" src="../image/submit.gif" width="50" height="19">
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:history.go(-1)"><img src="../image/reset.gif" width="50" height="19" border="0" ></a></td>
        </tr>
      </table>
    </form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -