js 窗口自適應大小


function init(){      

              if( document.body.scrollWidth > (window.screen.availWidth-100) ){        

                      window.dialogWidth = (window.screen.availWidth-100).toString() + "px"    

               }

              else{        

                       window.dialogWidth = (document.body.scrollWidth +10).toString() + "px"    

                }           

              if( document.body.scrollHeight > (window.screen.availHeight-70) ){     

                      window.dialogHeight = (window.screen.availHeight-50).toString() + "px"    

               }else{        

                       window.dialogHeight = (document.body.scrollHeight +10).toString() + "px"    

               }    

                window.dialogLeft = ((window.screen.availWidth - document.body.clientWidth) / 2).toString() + "px" ;    

                window.dialogTop = ((window.screen.availHeight - document.body.clientHeight) / 2).toString() + "px"; \

         }


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM