📄 comdex_index.html
字号:
<HTML>
<HEAD>
<TITLE>JAVA动力 FLASH GUEST BOOK</TITLE>
</HEAD>
<BODY bgcolor=#FFFFFF marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 style="border: 0px; overflow: hidden; margin: 0pt;" onLoad="window.focus();">
<SCRIPT LANGUAGE="JavaScript">
var winxpos = (window.screen.width-620)/2;
var winypos = (window.screen.height-300)/2;
window.resizeTo(620,300);
window.moveTo(winxpos,winypos);
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function main_DoFSCommand(command, args) {
var mainObj = InternetExplorer ? main : document.main;
if(command == "drag") { //实现拖动_------------www.eww.cn解
pos = args.split("|");
xpos = Number(pos[0]);
ypos = Number(pos[1]);
if ( xpos !=0 || ypos !=0 ) {
window.moveBy(xpos*2,ypos*2);
}
} else if (command == "minimize") {
window.moveTo(window.screen.width-150,window.screen.height-170);
window.resizeTo(150,150);
} else if (command == "bigWin") {
window.moveTo(winxpos,winypos);
window.open('../comdex_index.html');
window.close();
} else if (command == "close") {
window.close();
} else if (command == "openmovie") {
if(args == "movie1") {
movieURL = "movie/tdmaphone_300K.html";
} else if(args == "movie2") {
movieURL = "movie/digitalMMTV_300k.html";
} else if(args == "movie3") {
movieURL = "movie/digitalMMtheater_300k.html";
} else if(args == "movie4") {
movieURL = "movie/a300_300k.html";
} else if(args == "movie5") {
movieURL = "movie/digital_revolution_300k.html";
} else if(args == "movie6") {
movieURL = "movie/digital_revolution_56k.html";
} else if(args == "movie7") {
movieURL = "movie/overview_300k.html";
} else if(args == "movie8") {
movieURL = "movie/overview_56k.html";
} else if(args == "movie9") {
movieURL = "movie/rdvdc_300k.html";
} else if(args == "movie10") {
movieURL = "movie/rdvdc_56k.html";
} else if(args == "movie11") {
movieURL = "movie/scurry.html";
} else if(args == "movie12") {
movieURL = "movie/wearable_300k.html";
} else if(args == "movie13") {
movieURL = "movie/wearable_56k.html";
} else if(args == "movie14") {
movieURL = "movie/communication_300k.html";
} else if(args == "movie15") {
movieURL = "movie/communication_56k.html";
} else if(args == "movie16") {
movieURL = "movie/booth_overview_300k.html";
} else if(args == "movie17") {
movieURL = "movie/booth_overview_56k.html";
} else if(args == "movie18") {
movieURL = "movie/display_300k.html";
} else if(args == "movie19") {
movieURL = "movie/display_56k.html";
} else if(args == "movie20") {
movieURL = "movie/funshowcase_300k.html";
} else if(args == "movie21") {
movieURL = "movie/funshowcase_56k.html";
} else if(args == "movie22") {
movieURL = "movie/GT9000pro_300k.html";
} else if(args == "movie23") {
movieURL = "movie/GT9000pro_56k.html";
} else if(args == "movie24") {
movieURL = "movie/HPL6315_300k.html";
} else if(args == "movie25") {
movieURL = "movie/HPL6315_56k.html";
} else if(args == "movie26") {
movieURL = "movie/ML1210_300k.html";
} else if(args == "movie27") {
movieURL = "movie/ML1210_56k.html";
} else if(args == "movie28") {
movieURL = "movie/nv5000_300k.html";
} else if(args == "movie29") {
movieURL = "movie/nv5000_56k.html";
} else if(args == "movie30") {
movieURL = "movie/40lcd_300k.html";
} else if(args == "movie31") {
movieURL = "movie/40lcd_56k.html";
} else if(args == "movie32") {
movieURL = "movie/oa_300k.html";
} else if(args == "movie33") {
movieURL = "movie/oa_56k.html";
} else if(args == "movie34") {
movieURL = "movie/funclub_300k.html";
} else if(args == "movie35") {
movieURL = "movie/funclub_56k.html";
} else if(args == "movie36") {
movieURL = "movie/computing_300k.html";
} else if(args == "movie37") {
movieURL = "movie/computing_56k.html";
} else if(args == "movie38") {
movieURL = "movie/entertainment_300k.html";
} else if(args == "movie39") {
movieURL = "movie/entertainment_56k.html";
} else if(args == "movie40") {
movieURL = "movie/sgh_q105_300k.html";
} else if(args == "movie41") {
movieURL = "movie/sgh_q105_56k.html";
} else if(args == "movie42") {
movieURL = "movie/sph_i300_300k.html";
} else if(args == "movie43") {
movieURL = "movie/sph_i300_56k.html";
}
newWin = window.open(movieURL, 'moviewin', 'width=345,height=417');
} else if (command == "24hours") {
newWin = window.open("parentFone.html", '24hourswin', 'width=690,height=440');
} else if (command == "livemanuals") {
newWin = window.open("olsimulation.html", 'livemanuals', 'width=780,height=550');
} else if (command == "banner") {
window.open('winner.html','eventwin','left=50,top=50,width=635,height=523,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
} else if (command == "contact") {
window.open('contactus.html','contactwin','width=587,height=640,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0');
}
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('Sub main_FSCommand(ByVal command, ByVal args)\n');
document.write(' call main_DoFSCommand(command, args)\n');
document.write('end sub\n');
document.write('</SCRIPT\> \n');
}
</SCRIPT>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ID=main WIDTH=620 HEIGHT=300>
<PARAM NAME=movie VALUE="main.swf">
<param name="menu" value="false">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="main.swf" quality=high bgcolor=#000000 WIDTH=620 HEIGHT=300 swLiveConnect=true NAME=main TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -