home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / JanaSetup.exe / admin / seiten_js / mime_type.js < prev    next >
Text File  |  2006-05-08  |  433b  |  16 lines

  1. if (navigator.appName == 'Microsoft Internet Explorer')
  2.     var a = self.document.body.clientWidth;
  3. else
  4.     var a = self.innerWidth;
  5.  
  6. /**/
  7.  
  8. with (document)
  9. {
  10.     if (a <= 824)
  11.         write('<textarea name="S1" rows="6" cols="62" wrap="physical">');
  12.     else if ((a >= 825) && (a <= 1089))
  13.         write('<textarea name="S1" rows="17" cols="62" wrap="physical">');
  14.     else
  15.         write('<textarea name="S1" rows="32" cols="62" wrap="physical">');
  16. }