Re: [問題] showModalDialog 的內容

看板Ajax作者 (心碎)時間17年前 (2008/02/11 17:31), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
母網頁: <script type="text/javascript" language="javascript"> function DDLSelected(SelectIndex,dbid,DBRead){ if(SelectIndex==1){ var fDate=''; if(navigator.appName == "Microsoft Internet Explorer"){ fDate=showModalDialog('DrawBack.aspx?read='+DBRead+'&dbid=' + dbid ,false,'status:0;resizable:yes;scrollbars:auto;edge:sunken;dialogWidth:'+ screen.availWidth*0.8+'px;dialogHeight:'+ screen.availHeight*0.6 + 'px'); } else{ fDate=open('DrawBack.aspx?read='+DBRead+'&dbid=' + dbid ,'退貨單 ','modal=yes,width='+ screen.availWidth*0.8+',height='+ screen.availHeight*0.6 + ',resizable=yes,scrollbars=auto'); } return false; }} </script> <body>........內容<select>.....</select>......</body> 本來在子網頁中的最後面有下: <script type="text/javascript" language="javascript"> dialogWidth=document.body.scrollWidth; dialogHeight=document.body.scrollHeight; </script> 但上網查聽說,showModalDialog中的網頁就不能算網頁了, 所以沒有辦法讀取.body以下的東西~ 只好把寬,高度寫死了~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.115.135.156
文章代碼(AID): #17i1Nl41 (Ajax)
文章代碼(AID): #17i1Nl41 (Ajax)