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

📄 georightmenu.htm

📁 一些Acjax的控件简单应用学习实例
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<link href="../map/style.css" type="text/css"  rel="stylesheet" />
	<script language="javascript">
	function ItemClick(obj)
			{
				for(var i=0;i<theTable.rows.length;i++)
				{
					theTable.rows(i).cells(0).innerHTML = "";
				}
				obj.cells(0).innerHTML = '<img src="images/dot1.gif" width="6" height="6" border=0 alt="">';
				for(var i=0;i<theTable.rows.length;i++)
				{
					if(theTable.rows(i).cells(0).innerHTML!='')
					{
						document.cookie=i-6;
					}
				}
				preObj = obj;
				obj.className = "PopMenuItem";
				parent.SwitchView(obj.id);
			}
			function CmdItemClick(obj)
			{
				obj.className = "PopMenuItem";
				parent.SwitchView(obj.id);
				
			}
	</script>
	</head>
	<body leftmargin="0" topmargin="0" scroll="no" style="BORDER-RIGHT:0px; BORDER-TOP:0px; BORDER-LEFT:0px; BORDER-BOTTOM:0px" oncontextmenu="javascript:event.srcElement.click();return false;">
	<table border="0" cellpadding="1" cellspacing="0" width="100%" height="100%" class="PopMenuInset">
		<tr>
		<td class="PopMenu">
		 <table id="theTable" border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" onselectstart="return false;">
			<tr height="18" onmouseover="this.className='PopMenuItemOver';" onmouseout="this.className='PopMenuItem';"
										onclick="ItemClick(this)" id="e">
										<td width="20" align="center"></td>
										<td>添加门牌号(<u>O</u>)</td>
									</tr>
			<tr height="18" onmouseover="this.className='PopMenuItemOver';" onmouseout="this.className='PopMenuItem';"
										onclick="ItemClick(this)" id="EditInfo">
										<td width="20" align="center"></td>
										<td>修改门牌号(<u>E</u>)</td>
									</tr>
			<tr height="18" onmouseover="this.className='PopMenuItemOver';" onmouseout="this.className='PopMenuItem';"
										onclick="ItemClick(this)" id="Tr1">
										<td width="20" align="center"></td>
										<td>删除门牌号(<u>E</u>)</td>
									</tr>
		</table>
		</td>
		</tr>
	</table>
	</body>
</html>

⌨️ 快捷键说明

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