- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
research.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:2k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <table width="180" border="0" align="left" cellpadding="0" cellspacing="0">
- <tr>
- <td><img src="skin/skin<%=skinid%>/left03.gif" width="180" /></td>
- </tr>
- <tr>
- <td ><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr><%
- set rs=conn.execute("SELECT * from vote where IsChecked=1 ")
- if rs.eof then
- %>
- 暂无投票
- <%else%>
- <td><div align="center"><b> <%=rs("Title")%></b></div></td>
- </tr>
- <tr>
- <td><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="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>