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

📄 poll.ascx

📁 欢迎使用新普网络商城
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Poll.ascx.cs" Inherits="XpShop.WebUI.Modules.Poll" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<script language=javascript>
	function pophtml(pollID){
		if(pollID==0)
		window.open('PollList.aspx', '_new', 'resizable=yes,scrollbars=yes,width=500,height=400');
		else
		window.open('PollView.aspx?type=view&pollID=' + pollID, '_new', 'resizable=yes,scrollbars=yes,width=500,height=400');
	}
</script>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
	<tr> 
		<td><img src="template/green/images/polls.gif" width=182 height=32></td>
	</tr>
</table>
<table width="100%"  border="0" cellspacing="1" cellpadding="0" background="template/green/images/23.gif">
	<tr valign="top"> 
		<td class="mm">
			<%=GetPoll()%>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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