poll.ascx
来自「新普商城是基于.Net平台开发的免费商城系统。功能强大」· ASCX 代码 · 共 22 行
ASCX
22 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?