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

📄 forjs.aspx

📁 基本的投票功能
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ForJS.aspx.cs" AutoEventWireup="false" Inherits="Web.Manage.Vote.ForJS" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

<html>
	<head>
		<title>ForJS</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<link href="../../Lib/Css/Style.css" type="text/css" rel="stylesheet">
	</head>
	<body ms_positioning="GridLayout" bgcolor="#d6dbef">

		<form id="Form1" method="post" runat="server">
			<table width="100%" border="0" cellpadding="1" class="Table_03" cellspacing="5">
				<tr>
					<td align="left" height="10" width="20%">投票调用地址:<font color="red">http://localhost/Web/VoteSample.aspx?VoteID=</font> 
						你的投票VoteID</td>
				</tr>
				<tr>
					<td align="left" height="10" width="20%">饼图调用地址:<font color="red">http://localhost/Web/ChartSample.aspx?VoteID=</font> 
						你的投票VoteID</td>
				</tr>
				<tr>
					<td align="left" height="10" width="20%">注意:<font color="red">http://localhost/Web/ 
							&nbsp;&nbsp;</font>替换为你的程序的虚拟目录</td>
				</tr>
			</table>

		</form>

	</body>
</html>

⌨️ 快捷键说明

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