📄 inframepopmenu.asp
字号:
<%@ LANGUAGE = VBScript.Encode %><link rel="stylesheet" href="/css/POPmenu.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--
//document.onclick=new Function(" parent.click(event); return false;")
var bDisable=false;
//document.onkeypress=new Function("alert('k'); parent.press(event,window); return false;")
//document.ondragstart = new Function("return false;")
function SetOver(sid)
{
obj=document.all["tr"+sid];
obj.style.backgroundColor="#08246b";
obj.style.color="FFFFFF";
objTD=document.all["td"+sid];
if (objTD.disabled)
{
bDisable=true;
objTD.disabled=false;
objTD.onmousedown=new Function("return false;");
//document.onmousedown = new Function(" return false;")
obj.style.color="#777777";
}
}
function SetOut(sid)
{
obj=document.all["tr"+sid];
objTD=document.all["td"+sid];
if (bDisable)
{
objTD.disabled=true;
objTD.onmousedown=new Function("parent.doClick(sid)");
//document.onmousedown = new Function(" click(event); return false;")
bDisable=false;
}
obj.style.backgroundColor="d6d3ce";
obj.style.color="#000000";
}
//-->
</SCRIPT>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ONDRAGSTART="window.event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false" onSelectStart="event.returnValue=false">
<table border=0 width=100% bordercolordark="#FFFFFF" bordercolorlight="#000000" height="100%" cellspacing="0" cellpadding="0" bgcolor="d6d3ce" class="table1" style="cursor:default" >
<tr id="trB" onmouseover="SetOver('B')" onmouseout="SetOut('B')">
<td width="100%" id="tdB" height=18 onmousedown="parent.doClick('B')" > 后退(<U>B</U>)
</td>
</tr>
<tr id="trO" onmouseover="SetOver('O')" onmouseout="SetOut('O')">
<td width="100%" id="tdO" height=18 onmousedown="parent.doClick('O')" disabled> 前进(<U>O</U>)
</td>
</tr>
<tr >
<td >
<TABLE width=100% border=0 >
<TR>
<TD><img src="/images/p2.gif" width=100% height=2></TD>
</TR>
</TABLE>
</td>
</tr>
<tr id="trD" onmouseover="SetOver('D')" onmouseout="SetOut('D')">
<td width="100%" id="tdD" height=18 onmousedown="parent.doClick('D')" > 我的办公桌(<U>D</U>)
</td>
</tr>
<tr id="trE" onmouseover="SetOver('E')" onmouseout="SetOut('E')">
<td width="100%" id="tdE" height=18 onmousedown="parent.doClick('E')" disabled> 收发电子邮件(<U>E</U>)
</td>
</tr>
<tr >
<td >
<TABLE width=100% border=0 >
<TR>
<TD><img src="/images/p2.gif" width=100% height=2></TD>
</TR>
</TABLE>
</td>
</tr>
<tr id="trS" onmouseover="SetOver('S')" onmouseout="SetOut('S')">
<td width="100%" id="tdS" height=18 onmousedown="parent.doClick('S')"> 查看源代码(<U>S</U>)
</td>
</tr>
<tr id="trR" onmouseover="SetOver('R')" onmouseout="SetOut('R')">
<td width="100%" id="tdR" height=18 onmousedown="parent.doClick('R')"> 刷新(<U>R</U>)
</td>
</tr>
<tr >
<td >
<TABLE width=100% border=0 >
<TR>
<TD><img src="/images/p2.gif" width=100% height=2></TD>
</TR>
</TABLE>
</td>
</tr>
<tr id="trX" onmouseover="SetOver('X')" onmouseout="SetOut('X')">
<td width="100%" id="tdX" height=20 onmousedown="parent.doClick('X')" > 注销用户(<U>X</U>)</td>
</tr>
<tr id="trQ" onmouseover="SetOver('Q')" onmouseout="SetOut('Q')">
<td width="100%" id="tdQ" height=20 onmousedown="parent.doClick('Q')" > 退出系统(<U>Q</U>)</td>
</tr>
</table>
</body>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -