开发工具:Visual Studio 2005
开发平台:Windows XP sp2
数据库:Sql server 2000
从学校走入社会
源代码在线查看: tree.aspx
狂龙通讯录1.0
function ClickMenu(diving,plusing,num)
{
if(document.getElementById(diving).style.display=="none")
{
document.getElementById(diving).style.display='block';
if(plusing=="plus")
{
document.getElementById(plusing+num).src="../image/minus.gif";
}
else if(plusing=="nolines")
{
document.getElementById(plusing+num).src="../image/minus_nolines.gif";
}
else if(plusing=="bottom")
{
document.getElementById(plusing+num).src="../image/minus_bottom.gif";
}
document.getElementById("open"+num).src="../image/close.gif";
}
else
{
document.getElementById(diving).style.display='none';
if(plusing=="plus")
{
document.getElementById(plusing+num).src="../image/plus.gif";
}
else if(plusing=="nolines")
{
document.getElementById(plusing+num).src="../image/plus_nolines.gif";
}
else if(plusing=="bottom")
{
document.getElementById(plusing+num).src="../image/plus_bottom.gif";
}
document.getElementById("open"+num).src="../image/open.gif";
}
}
function ChangeColora(obj)
{
obj.className='Node-selected';
}
function ChangeColorb(obj)
{
obj.className='Node-unselect';
}
function IFRAME1_onblur() {
}
您是否要
注销?
Width="229px" style="background-color: white" />
(K)