main_site.asp

来自「Access的投票系统」· ASP 代码 · 共 32 行

ASP
32
字号
<%@ Language=VBScript %>
<html>

<head>
<title>:::: ͶƱϵͳ ::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="vote.css" type="text/css">

<script language="JavaScript">
<!--
function openWin(URL,Name,butt) 
{
	window.open(URL,Name,butt);
}
-->
</script>

</head>

<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td width="150" bgcolor="#eeeeee" valign="top"><br>
		<!--#include file="poll_inc.asp"-->
		</td>
		<td>&nbsp;</td>
	</tr>
</table>

</BODY>
</HTML>

⌨️ 快捷键说明

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