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

📄 tjlianjie.asp

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

<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>
<form action=tjlianjiecheck.asp method="post">
  <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">
          <%
sql="select * from Hyperlinkbig"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
do while not rs.eof
%>
          <option value="<%=rs("big")%>"><%=rs("big")%></option>
          <%rs.movenext
			  loop%>
        </select> &nbsp;&nbsp; </td>
    </tr>
    <tr> 
      <td align="center">小类名称:</td>
      <td> <input name="small" type="text" class="face" id="small"> 
        &nbsp;&nbsp; </td>
    </tr>
    <tr> 
      <td align="center">小类链接:</td>
      <td> <input name="www" type="text" class="face" id="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=gsjj_edit.asp> </a><a href="javascript:history.go(-1)"><img src="../image/reset.gif" width="50" height="19" border="0" ></a></td>
    </tr>
  </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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