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

📄 default.asp

📁 曙光网络使用的投票调查系统   软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 投票系统 运行环境: Win9x/NT/2000/XP/ 软件大小: 26KB 软件等级:
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link href="biotcss.css" type="text/css" rel="stylesheet">
<title>新曙光网络</title>
</head>

<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000">

<script language="JavaScript">
<!--
function openWindow(theURL) { //v2.0
  window.open(theURL,'show','scrollbars=yes,width=350,height=280');
}
//-->
</script>
<%
Set conn = Server.CreateObject ("ADODB.Connection")
conn.Open "Dbq=" & Server.MapPath("vote/vote.mdb") &";Driver=Microsoft Access Driver (*.mdb)"
for id = 1 to 2
Sql = "Select * From voteform Where ID_F='" & id & "'"

Set rs = Conn.Execute (Sql)
%>
<br>
<form method="GET" action="vote/vote.asp" target="show" onsubmit=openWindow('/search/s_stuinf.asp')>                          
  <table border="0" width="210" cellspacing="1" cellpadding="0" align="center">
    <tr>          
        <td width="208" colspan="2" bgcolor="#FF99CC">
          <p align="left"><b><font color="#F2F2F2" size="2"><%=rs("voteform")%></font></b></p>
        </td>         
      </tr>
  <%for i = 1 to 9
		if rs("vote" & Cstr(i))="Null" then exit for
  %>             
      <tr>          
        <td width="28" align="right" bgcolor="#F2F2F2">         
          <input type="radio" value="1" name="R1">
        </td>         
        <td width="178" bgcolor="#F2F2F2"><font size="2"><%=rs("vote" & Cstr(i))%></font></td>         
      </tr> 
  <%next%>
      <tr>          
        <td width="208" colspan="2" bgcolor="#F2F2F2">          
          <p align="center">          
            
          <input border="0" src="vote/vote.gif" name="I2" type="image" width="35" height="22" target="_blank">&nbsp;
          <a href="vote/vote.asp?send=<%=id%>&items=<%=i-1%>&name=<%=rs("voteform")%>" target="show" onclick=openWindow('')>
          <img border="0" src="vote/result.gif" width="35" height="22"></a>&nbsp;
          <a href="notes/chat.asp?send=<%=id%>&name=<%=rs("voteform")%>" target="show" onclick=openWindow('')><img border="0" src="vote/chat.gif" width="35" height="22"></a>  
         
      </td>         
      </tr>         
      <tr>          
        <td width="208" colspan="2" bgcolor="#F2F2F2">          
          <p align="center">本投票调查系统由 <a href="mailto:pqcom@263.net">碧波 
          青</a> 开发  
         
      </td>         
      </tr>         
    </table>         
    <input type="hidden" name="send" value="<%=id%>">         
    <input type="hidden" name="items" value="<%=i-1%>"> 
    <input type="hidden" name="name" value="<%=rs("voteform")%>">          
  </form>  
<%  
next
rs.close
Set rs = nothing
Set conn = nothing  
  %>    
</body>                       
                                                                       
</html>                                                                       

⌨️ 快捷键说明

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