This Domain(Admin5.com) is for Sale:

一个简单的javascript菜单

时间:2007-10-22  来源:不详  作者:林子

menu.pads[selectedIndex].style.display="none";
menu.selectedIndex=-1;
menu.board.style.display="none";
} dedecms.com

//执行菜单命令;
this.execute=function(ary){
if(ary[2]==null) return;
if(ary[1]=="js") { eval(ary[2]); menu.hideMenu(); }
else if(ary[1]==null || ary[1].toLowerCase=="_self") location.href=ary[2];
else{ var x=window.open(ary[2],ary[1]); x.focus(); }
}

内容来自dedecms

//建立子菜单的显示面板
this.crtMenuBoard=function(){
document.write(
"<div id='" id "_board' style='position:absolute;width:160px;height:10px;left:0px;top:20px;background-color:#666666;z-index:99;display:none;'>"
"<div style='position:absolute;width:100%;height:100%;left:0px;top:0px;'>"
"<iframe id='" id "_frame' name='" id "_frame' width='100%' height='100%' frameborder='0' scrolling='no'></iframe>"
"</div>"
"<div id='" id "_pad' style='position:absolute;width:100%;height:100%;left:0px;top:0px;'></div>"
"</div>"
);
menu.board=document.getElementById(id "_board");
menu.pad=document.getElementById(id "_pad");
menu.pad.className=id "_board";
menu.pad.onselectstart=function(){ return false;}
}

织梦好,好织梦

//增加对像的一个子元素
this.crtElement=function(el,p){
return p.appendChild(document.createElement(el));
} copyright dedecms

//安装菜单;
this.setup=function(){
menu.crtMenuBoard();
menu.crtMenuBar();
document.attachEvent("onclick",menu.hideMenu);
} 织梦内容管理系统

menu.setup();
}
</script>
</body>
</html>
本文来自织梦

看完这篇,您有何感觉呢?

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息