topBar.js
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
- document.writeln("<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1""+
- " class="tab">");
- document.writeln("<tr class="tab1"><td>");
- document.writeln("<a href="main.jsp" target="_self">进站画面</a> ");
- document.writeln("<a href="./" target="_parent">首页</a> ");
- document.writeln("<a href="userLogin.jsp" target="_self">登陆</a> ");
- document.writeln("<a href="userAgree.jsp" target="_self"><Strong>注册</strong></a> ");
- document.writeln("<a href="onlineList.jsp" target="_self"><font color=red>在线</font></a> ");
- document.writeln("<a href="search.jsp" target="_self">搜索</a> ");
- document.writeln("<a href="upFiles.jsp" target="_self">媒体库</a> ");
- document.writeln("<a href="help.jsp" target="_self">帮助</a> ");
- document.writeln("<a href="userFindPass.jsp" target="_self">找回</a> ")
- document.writeln("<a href="loginOut.jsp" target="_parent">安全退出</a> ")
- document.writeln("<a href="javascript:location.assign(self.location)">同步刷新</a> ");
- document.writeln("<a href="javascript:history.back()"><<快速后退</a> ");
- document.writeln("</td></tr>");
- document.writeln("</table>")
- //made in GamVan 今晚制造