home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 66 / XENIATGM66.iso / E-Mail / GPI / dectet.js < prev    next >
Text File  |  1999-03-05  |  224b  |  10 lines

  1. var screen_width     = null;
  2. var screen_height    = null;
  3.  
  4. // procedura per Netscape
  5. if ( navigator.appName != 'Microsoft Internet Explorer' ) {
  6.  
  7.     screen_width    = window.innerWidth;
  8.     screen_height    = window.innerHeight;
  9. }
  10.