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

📄 refurbishnews.asp

📁 天创商务网客户资源管理系统 v1,asp+Access,iis5
💻 ASP
字号:
<!--#include file = include.asp-->
<!--#include file = CheckPurview.asp-->
<%
'==========================================
'
'  
'
'  
'
'==========================================
'
'此程序作用:备份数据
'程序创建时间:2002-11-02
'程序完成时间:2002-11-02
'最后修改时间:2002-11-02
'==========================================
  Set MyFile=Server.CreateObject("Scripting.FileSystemObject")
  set rs=conn.execute("select BigClassEN,BigClassCN from BigClass")
  if request.form("action")="Refurbish" then
  end if
%>
<body background="images/BLogo.gif">
<form name=form method=post action="RefurbishNewsSave.asp?result=Refurbish&RefurbishCount=zero")>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <table width="348" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#4397c5">
    <tr valign="middle"> 
      <td onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="16" colspan="7" ><!--#include file = topMenu.htm--></td>
    </tr>
	<form method=post action="">
    <tr valign="middle"> 
      <td onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="60" bgcolor="#FFFFFF" align="center" >请选择需要刷新的栏目</td>
      <td colspan="6" onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="60" align="center" bgcolor="#FFFFFF" > 
        <select name=BigClassEN>
		<%while not rs.eof%>
          <option value=<%=rs("BigClassEN")%>><%=rs("BigClassCN")%></option>
		<%rs.movenext:wend%>
		</select>
      </td>
    </tr>
    <tr valign="middle" align="center"> 
      <td onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="60" colspan="7" bgcolor="#FFFFFF" > 
	  </td>
    </tr>
    <tr valign="middle" align="center"> 
      <td onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="20" colspan="7" bgcolor="#FFFFFF" > 
      <font color=red>此功能主要用于系统移值、恢复数据、批量更新新闻模板</font>
	  </td>
    </tr>
    <tr valign="middle" align="center"> 
      <td onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; height="30" colspan="7" bgcolor="#FFFFFF" > 
          <input type="submit" value=" 刷 新 ">
      </td>
    </tr>
	</tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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