#42001/9/30 19:26:04
var scw = 0;
var sch = 0;
var width=800;
var height=450;
var linktie = "frameie.html"
var linktns = "framens.html"
var windowName = "Whirl";
var scw=screen.width;
var sch=screen.height;
if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
self.resizeTo(width, height);
self.moveTo(Math.round((screen.width-width)/2) , Math.round((screen.height-height)/2));
var Whirl=window.open(linktie, windowName, "fullscreen=1,menubar=0,toolbar=0,directories=0,location=0,status=0,scrollbars=0,width=" + width + ",height=" + height + ",resizable=0", true)
Whirl.resizeTo(width, height);
Whirl.moveTo(Math.round((screen.width-width)/2) , Math.round((screen.height-height)/2));
Whirl.focus();
} else {
Whirl=window.open (linktns, windowName, "screenX=0,screenY=0,innerWidth=790,innerHeight=441");
Whirl.moveTo(Math.round((screen.width-width)/2) , Math.round((screen.height-height)/2));
Whirl.focus();
}
function placeagain(){
self.moveTo(0,0);
}
这个更有趣点的^—^,一般都是用弹出窗口的插件,至于你说的cgsky那种是用“有声有色”可以有代码的