📄 duilian.js
字号:
var rightbar;
var coupletcode;
rightbar = window.screen.width-120;
coupletcode = "<DIV id=sidebar style='LEFT: 0px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden;' width=100>32</div><DIV id=sidebar2 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden' width=100>32</div>";
if (window.screen.width>=1024)
{
document.write(coupletcode);
}
function InsertCouplet()
{
if (window.screen.width>=1024){
document.all.sidebar.style.visibility = "visible";
document.all.sidebar2.style.visibility = "visible";
document.all.sidebar.innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=leftFF> <PARAM NAME=movie VALUE=img/100x300_4.swf> <PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent> <EMBED id=leftFFG src=img/100x300_4.swf quality=high wmode=transparent WIDTH=100 HEIGHT=300 NAME=zuo TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
document.all.sidebar2.innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=youFF> <PARAM NAME=movie VALUE=img/100x300_5.swf> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent><EMBED id=youFFG src=img/100x300_5.swf quality=high wmode=transparent WIDTH=100 HEIGHT=300 NAME=you TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
}
}
InsertCouplet();
/*function leftFFG_DoFSCommand(command,args){
if ((command == "SohuCLFS")&&(args =="hidecouplet")){
document.all.sidebar.style.visibility = "hidden";
document.all.sidebar2.style.visibility = "hidden";
}
}*/
function leftFFG_DoFSCommand(command, args) {
document.all.sidebar.style.visibility = "hidden";
document.all.sidebar2.style.visibility = "hidden";
}
function youFFG_DoFSCommand(command,args){
leftFFG_DoFSCommand(command,args);
}
<!--
if (document.all){
document.write("<Script language=\"JavaScript\" For=\"youFF\" Event=\"FSCommand(command,args)\">\n");
document.write(" leftFFG_DoFSCommand(command,args);\n");
document.write("</Script>\n");
document.write("<Script language=\"JavaScript\" For=\"leftFF\" Event=\"FSCommand(command,args)\">\n");
document.write(" leftFFG_DoFSCommand(command,args);\n");
document.write("</Script>\n");
}
//-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -