|
|
|
|
|
|
|
微软一个关于ShowModalDialog用法的实例网页1 |
|
|
|
<HTML> <HEAD> <TITLE>showModalDialog 方法</TITLE> <meta HTTP-EQUIV="Content-Type" content="text/html;charset=gb_2312-80"> <style> body,TD {FONT-SIZE: 9pt} </style> <SCRIPT> function fnRandom(iModifier){ return parseInt(Math.random()*iModifier); } function fnSetValues(){ var iHeight=oForm.oHeight.options[oForm.oHeight.selectedIndex].text; if(iHeight.indexOf("Random")>-1){ iHeight=fnRandom(document.body.clientHeight); } var iWidth=oForm.oWidth.options[oForm.oWidth.selectedIndex].text; if(iWidth.indexOf("Random")>-1){ iWidth=fnRandom(document.body.clientWidth); } var iTop=oForm.oTop.options[oForm.oTop.selectedIndex].text;页码:[1] [2] [3] [4] [5] [6] [7] 第1页、共7页 |
|
|
|
|
设为首页 | 加入收藏 | 广告服务 | 友情链接 | 版权申明
Copyriht 2007 - 2008 © 科普之友 All right reserved |