<SCRIPT LANGUAGE="javascript">
function openwinfull_greenteadesign()
{
var Pop;
if (self.screen) {
sw = screen.width;
sh = screen.height;
w = sw - 10; // to center: use desired width
h = sh - 70; // to center: use desired height
cx = 0; // to center: (.5*sw) - (w*.5)
cy = 0; // to center: (.5*sh) - (h*.5)
var dimentions_and_such = 'width='+w+','+'height='+h+',' + 'screenX=' +cx+','+'screenY='+cy+','+'left='+cx+','+'top='+cy+',toolbar=0,status=1,menubar=0,scrollbars=0,resizable=0';
var dimentions_and_such1 = 'width='+w+','+'height='+h+',' + 'screenX=' +cx+','+'screenY='+cy+','+'left='+cx+','+'top='+cy+',toolbar=0,status=0,fullscreen=1,menubar=0,scrollbars=0,resizable=0';
if (screen.width <900)
{
Pop=window.open("show.html","","toolbar=0,location=0,fullscreen=1,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
}
else
{
Pop=window.open("show.html","",dimentions_and_such1);
}
}
}
</SCRIPT>
。。。。。。。。。。。。。。。。。
flash按钮上用的链接地址
Loading...
Loading...- 2007-9-11东芝SanDisk:斥资1200亿日元增产NAND Flash
- 2007-9-11用Flash控制vfp程序,疯狂扩展您的程序功能和界面
- 2007-9-11VFP与Flash之间的相互控制--数据交互
- 2007-9-119i新特性之Flashback Query的应用-------------针对DML误操作的恢复(2)
- 2007-9-119i新特性之Flashback Query的应用-------------针对DML误操作的恢复(1)
- 2007-9-11关于如何进行FLASH报价
- 2007-9-11Flash中HTML全屏窗口调用方法
- 2007-9-11Flash也支持#define预处理
- 2007-9-11Flash无法导入声音问题的解决方案
- 2007-9-11体验AfterEffects7.0的Flash视频输出功能
Loading...