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

📄 info_vote.asp

📁 asp商城之王
💻 ASP
字号:
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>

<table width="178" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td background="images/bj_x.gif" height="1"></td>
  </tr>
  <tr> 
    <td height="14"> 
      <table cellspacing=0 cellpadding=0 width=170 height="20">
        <tr> 
          <td><img src="images/main/zxdc.gif" width="178" height="34"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td height="1" background="images/bj_x.gif"></td>
  </tr>
  <tr> 
    <td> 
      <table width="94%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="100%" align="center" height=50> 
            <%
		set rs=conn.execute("SELECT * from sh_toupiao where IsChecked=1 ") 
		if rs.eof then
	  %>
            暂无投票 
            <%else%>
            <table border="0" width="91%" cellspacing="2" cellpadding="2">
              <tr> 
                <td width=100% align="center"><br>
                  <span class="style1">   <%=rs("Title")%> </span> <br>
                </td>
              </tr>
              <form action="vote.asp" target="newwindow" method=post name=research>
                <tr> 
                  <td valign=top width="100%"> 
                    <%
for i=1 to 8
	if rs("Select"&i)<>"" then
%>
                    <input style="border: 0" <%if i=1 then%>checked<%end if%> name=Options type=radio value=<%=i%>>
                    <%=i%>.<%=rs("Select"&i)%><br>
                    <%
	end if
next
%>
                  </td>
                </tr>
                <tr> 
                  <td width="100%" height=30 align=center> 
                    <input type="image" border="0" name="submit" src="images/vote1.gif" width="59" height="19" style="cursor:hand">
                    <a href="vote.asp?stype=view" target="_blank"><img src="images/vote.gif" width="59" height="19" border="0"></a> 
                  </td>
                </tr>
              </form>
            </table>
            <%end if%>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
                    

⌨️ 快捷键说明

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