📄 iheeo_vote.asp
字号:
<TABLE cellSpacing=0 cellPadding=0 width=185 border=0 bgcolor="#FAFAFA" class="wenbenkuang">
<TBODY>
<TR>
<TD align=middle>
<TABLE cellSpacing=0 cellPadding=0 width=175 border=0>
<TBODY>
<TR>
<TD align=middle>
<TABLE class=sub_basic cellSpacing=0
cellPadding=0 width=175 border=0>
<TBODY>
<TR>
<TD height=24><IMG height=18
src="images/vote_icon.gif" width=17
align=absMiddle>网上调查</TD>
<TD vAlign=bottom width=19> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD height=5></TD>
</TR>
<TR>
<TD align=middle>
<TABLE class=sub_basic cellSpacing=0
cellPadding=0 width=175 border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=175
border=0>
<%
set rs=conn.execute("SELECT * from BJX_toupiao where IsChecked=1 ")
if rs.eof then
%>
暂无投票
<%else%>
<TBODY>
<TR>
<TD align=middle bgColor=#f3f3f3>
<TABLE class=sub_basic cellSpacing=2
cellPadding=0 width=175 border=0>
<TBODY>
<TR>
<TD class=title_01><b><%=rs("Title")%></b></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD height=5></TD>
</TR>
<TR>
<TD align=middle height=17><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height=50 align="center" valign="top">
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<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="submit2" 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>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD
height=5></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -