⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bottom.js

📁 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存
💻 JS
字号:
//***底部
function showbottom(){
with(document){

//**底部链接
        write("<table width='760' height='25' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("		<tr>");
	write("			<td align='center' valign='bottom'> ");
	write("				<table width='756' height='24' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
	write("					<tr>");
	write("						<td width='30' align='right'><a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a>&nbsp;[&nbsp;</td>");
	write("						<td width='60' align='center'><a class='top-nav' href='/about_us/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'>关于我们 |</a></td>");
	//write("       			    		<td width='60' align='center'><a class='top-nav' href='/join_us/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'> 加入我们 |</a></td>");
	write("       			    		<td width='60' align='center'><a class='top-nav' href='/patch/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 系统补丁 |</a></td>");
        write("                                     	<td width='60' align='center'><a class='top-nav' href='/advisories/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全公告 |</a></td>");
	write("       			    		<td width='60' align='center'><a class='top-nav' href='/tools/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 常用工具 |</a></td>");
	write("        			    		<td width='60' align='center'><a class='top-nav' href='/faq/index.php' style='text-decoration:none;color:#000000;font-size:9pt'>相关文档 |</a></td>");
	write("         		    		<td width='60' align='center'><a class='top-nav' href='/bbs/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全论坛 |</a></td>");
	write("        			    		<td width='60' align='center'><a class='top-nav' href='/report/index.htm' style='text-decoration:none;color:#000000; font-size:9pt'> 事件报告 |</a></td>");
	write("        			    		<td width='60' align='center'><a class='top-nav' href='/education/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 教育培训 |</a></td>");
	write("         		    		<td width='60' align='center'><a class='top-nav' href='/notice/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全公告|</a></td>");	
//	write("         		    		<td width='60' align='center'><a class='top-nav' href='/service/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'> 安全服务 |</a></td>");
	write("         		    		<td width='60' align='center'><a class='top-nav' href='/certs/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全资源 |</a></td>");
	write("         		    		<td width='60' align='center'><a class='top-nav' href='/contact/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 相关链接 </a></td>");
	write("						<td width='30'>]&nbsp;&nbsp;<a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a> </td>");
	write("					</tr>");
	write("				</table>");
	write("			</td>");
        write("		</tr>");
        write("</table>");

//**底部横线
        write("<table width='760' height='15' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("<tr>");
	write("<td align='center'>");
	write("</td>");
        write("</tr>");
        write("</table>");


}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -