28,409
社区成员




<head>
<script language="javascript">
document.onclick = popUp
function popUp(){
if (document.all.g1.value==2)
{document.all.d1.style.visibility='hidden';}
document.all.g1.value=2;
}
function sh(divid,viz,valuex){
document.all.d1.style.pixelLeft=event.x;
document.all.d1.style.pixelTop=event.y;
document.all.d1.style.display='block';
document.all.d1.style.visibility=viz;
document.all.s1.value=valuex;
}
</script>
</head>
<body oncontextmenu='popUp();' ondragstart='popUp();' onselectstart='popUp();'>
<table border='0' cellspacing='1' cellpadding='3' bgcolor='#dddddd'><tr bgcolor='#FFFFFF' onmouseover=javascript:this.bgColor='#F9F8F2' onmouseout=javascript:this.bgColor='#ffffff'><td width="65%" height="28"><a href='javascript:' onClick="sh('d1','visible','1');document.all.g1.value=1;" ><font color=black>张三</font></a> </td></tr><tr bgcolor='#FFFFFF' onmouseover=javascript:this.bgColor='#F9F8F2' onmouseout=javascript:this.bgColor='#ffffff'><td height="28"><a href='javascript:' onClick="sh('d1','visible','2');document.all.g1.value=1;" ><font color=black>李四</font></a> </td></tr><tr bgcolor='#FFFFFF' onmouseover=javascript:this.bgColor='#F9F8F2' onmouseout=javascript:this.bgColor='#ffffff'><td height="28"><a href='javascript:' onClick="sh('d1','visible','3');document.all.g1.value=1;" ><font color=black>王五</font></a> </td></tr></table>
<div id=d1 style='BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; DISPLAY: none; Z-INDEX: 102; BORDER-LEFT: #333333 1px solid; WIDTH: 100px; BORDER-BOTTOM: #333333 1px solid; POSITION: absolute; HEIGHT: 60px; BACKGROUND-COLOR: #eeeeee' onclick='event.cancelBubble=true;' >
<table style="cursor:hand" >
<tr onmouseover=javascript:this.bgColor='#333333' onmouseout=javascript:this.bgColor='#eeeeee'>
<td><input id="g1" type="hidden">
<input id="s1" type="hidden">
<input onClick="document.all.d1.style.visibility=='hidden';openwin(410,300,'info.asp?A_Id='+document.all.s1.value)" value="查看详细信息" type="button" style='BORDER-RIGHT: #eeeeee 1px solid; BORDER-TOP: #eeeeee 1px solid; Z-INDEX: 102; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100px; BORDER-BOTTOM: #eeeeee 1px solid; POSITION:inherit; HEIGHT: 18px; BACKGROUND-COLOR: #eeeeee' >
</td>
</tr>
<tr onmouseover=javascript:this.bgColor='#333333' onmouseout=javascript:this.bgColor='#eeeeee'>
<td><input onClick="location.href='Add1.asp?A_Id='+document.all.s1.value" value="发送电子邮件" type="button" style='BORDER-RIGHT: #eeeeee 1px solid; BORDER-TOP: #eeeeee 1px solid; Z-INDEX: 102; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100px; BORDER-BOTTOM: #eeeeee 1px solid; POSITION:inherit; HEIGHT: 18px; BACKGROUND-COLOR: #eeeeee'></td>
</tr>
<tr onmouseover=javascript:this.bgColor='#333333' onmouseout=javascript:this.bgColor='#eeeeee'>
<td><input onClick="location.href='Add3.asp?A_Id='+document.all.s1.value" value="发送站内短信" type="button" style='BORDER-RIGHT: #eeeeee 1px solid; BORDER-TOP: #eeeeee 1px solid; Z-INDEX: 102; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100px; BORDER-BOTTOM: #eeeeee 1px solid; POSITION:inherit; HEIGHT: 18px; BACKGROUND-COLOR: #eeeeee'></td>
</tr>
<tr onmouseover=javascript:this.bgColor='#333333' onmouseout=javascript:this.bgColor='#eeeeee'>
<td><input onClick="location.href='Add4.asp?A_Id='+document.all.s1.value" value="发送手机短信" type="button" style='BORDER-RIGHT: #eeeeee 1px solid; BORDER-TOP: #eeeeee 1px solid; Z-INDEX: 102; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100px; BORDER-BOTTOM: #eeeeee 1px solid; POSITION:inherit; HEIGHT: 18px; BACKGROUND-COLOR: #eeeeee'></td>
</tr>
</table>
</div>
</body>
function switchSysBar()
{
if (document.getElementById("img_1").title=="隐藏功能区域")
{
document.getElementById("img_1").title="展开功能区域"
document.all("frmTitle").style.display="none";
document.getElementById("img_1").src="../images/1-2.gif";
}
else
{
document.getElementById("img_1").title="隐藏功能区域"
document.all("frmTitle").style.display="";
document.getElementById("img_1").src="../images/1-1.gif";
}
}