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

📄 thisvote.asp

📁 一个FLASH投票源代码,支持多种定义,并附有后台管理
💻 ASP
字号:
<!--#include file="isy.asp"-->
<!--#include file="conn.asp"-->
<% 
thisid=Trim(Request.QueryString("voteid"))
set rs=conn.execute("select * from votepro where id="&thisid)
if rs.eof then Response.Redirect("rep.asp?operate=rsf")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>显示<%= rs("id") %>号投票内容 . 公用投票系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
	td{
			font-size:<%= rs("word_size") %>px;
			color:<%= rs("word_color") %>;
			background-color:<%= rs("bg_color") %>;
		}
</style>
</head>

<body>

<table width="98%" border="0" cellspacing="1" cellpadding="4">
  <tr> 
    <td colspan="2"  bgcolor="#8FE9FC"><em><strong>投票议题:</strong></em><%= rs("voteco") %>&nbsp;</td>
  </tr>
  <% 
  for i=1 to 5
 if isnull(rs("cs_"&i)) then exit for 
  %>
  <tr bgcolor="#FCFEEF"> 
    <td><b><%= i %></b> <%= rs("cs_"&i) %></td>
    <td><%= rs("cs_"&i&"_num") %></td>
  </tr>
    <% 
  next
  closers
closedb
   %>
  <tr> 
    <td colspan="2"  bgcolor="#8FE9FC"><div align="center">设计制作:<strong>蚁伐</strong> 
        Email:postmaster@lygpc.com</div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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