📄 bstoplogo1.js
字号:
///////////////////////////////////////////////////////////
//
// 产品名称:网域高科 公司(企业)网站管理系统
// http://www.Wygk.cn, 020-34506590
//
// Copyright 2010-2020 Wygk.cn - All Rights Reserved.
//
///////////////////////////////////////////////////////////
//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA1">');
document.write ('<TR><TD width=100%>');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="766" height="142" id="bslogo" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/enbanner3.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/enbanner3.swf" quality="high" bgcolor="#e3e2e8" width="766" height="194" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD></TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA2(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD width=198 align="center"><IMG src="../img/bossiLogo.gif"></TD>');
document.write ('<TD align="center"><IMG src="../img/banner-3.jpg" width=480 height=80></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA3(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA3">');
document.write ('<TR>');
document.write ('<TD width=250 align="center"><IMG src="../img/bossiLogo.gif"></TD>');
//document.write ('<TD align="center"><IMG src="../img/banner-3.jpg" width=480 height=80></TD>');
document.write ('<TD align="center">');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="438" height="80" id="banner3" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/enbanner3.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/enbanner3.swf" quality="high" bgcolor="#e3e2e8" width="438" height="80" name="banner3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA4(){
document.write ('<DIV align="center">');
document.write ('<table border="0" cellspacing="0" cellpadding="0" class="TopLogoA4">');
document.write ('<TR>');
document.write ('<TD>');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1004" height="142" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/menu.swf" /> ');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#ffffff" />');
document.write ('<embed src="../img/menu.swf" quality="high" bgcolor="#ffffff" width="1004" height="142" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write ('</object>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//顶边的Logo在菜单下
function TopLogoB1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="TopLogoB1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//低边的Logo在中部下
function FootLogoC1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="FootLogoC1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -