MM_openBrWindow弹出如何最大话等问题

js 代码
  1. <script>   
  2. function maxpop()   
  3. {   
  4. var larg=screen.availWidth-2;    
  5. var altez=screen.availHeight;    
  6. self.resizeTo(larg,altez);    
  7. pop=window.open ("1.htm","","width=50% heigth=50% toolbar=yes,scrollbars=yes,menubar=yes,status=yes,location=yes,resizable=yes,left=20,top=20");   
  8.   
  9. }   
  10. </script>  


为了方便,记录下来,自己使用,转载

http://www.lslnet.com/linux/dosc1/42/linux-294381.htm

你可能感兴趣的:(linux)