www.gusucode.com > 梦想草根大联盟广告模块 build码程序 > dreamasp_unmaster/left.asp

    <!--
梦想草跟大联盟 联盟模块
欢迎加入梦想草根大联盟 http://www.dreamasp.cn
我们将致力于为草根站长服务 给草根站长创收 让草根站长能够在这片空间中继续生存 发展
有你的加入 我们会更精彩 感谢您使用我们的程序
--><%
if not session("check")="checked" then
response.redirect "login.asp"
else
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>左侧导航--梦想ASP</TITLE>
<LINK href="images/css_menu.css" type=text/css rel=stylesheet>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=javascript>
function getObject(objectId) {
 if(document.getElementById && document.getElementById(objectId)) {
 // W3C DOM
 return document.getElementById(objectId);
 }
 else if (document.all && document.all(objectId)) {
 // MSIE 4 DOM
 return document.all(objectId);
 }
 else if (document.layers && document.layers[objectId]) {
 // NN 4 DOM.. note: this won't find nested layers
 return document.layers[objectId];
 }
 else {
 return false;
 }
}

function showHide(objname){
    var obj = getObject(objname);
    if(obj.style.display == "none"){
		obj.style.display = "block";
	}else{
		obj.style.display = "none";
	}
}
</SCRIPT>
</HEAD>
<BODY>
<DIV class=menu>
<DL>
  <DT><A onClick="showHide('items1');" href="#" target=_self>管理菜单</A></DT>
  <DD id=items1 style="DISPLAY: block">
  <UL>
    <LI><A href="dreamasp_un_add.asp" target=right>添加新广告</A></LI>
    <LI><A href="Dreamasp_un.asp" target=right>广告管理</A></LI>
    <LI><A href="Dreamasp_Pass.asp" target=right>系统管理</A></LI>
    <LI><A href="Dreamasp_Loginout.asp" target=right>退出系统</A></LI>
   </UL>
   </DD>
<DT><A>黑闪网络版权所有</A></DT>
</DL>
</DIV></BODY></HTML>
<%
end if
%>