home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Novinky / interval / img / 102 / sniffer.js < prev    next >
Text File  |  2002-10-30  |  758b  |  30 lines

  1. <!-- 
  2.  
  3.  IE= null;
  4.  NS= null;
  5.  
  6.  ua = navigator.appName.toLowerCase();
  7.  
  8.  if(ua.indexOf('explorer')>-1 && document.getElementById && document.childNodes) {IE=true;}
  9.  if(ua.indexOf('netscape')>-1 && document.getElementById && document.childNodes) {NS=true;}
  10.  
  11.  
  12.  function test_prohlizec()
  13.  {
  14.  
  15.  if(!IE && !NS) 
  16.   {
  17.    self.location = "javascript: alert('Chyba v dokumentu "+self.location+" .Prohlizec nepodporuje metody standardu W3C DOM a neni mozno dokument spravne zobrazit.')";
  18.   }
  19.  
  20.  }
  21.  
  22.  function test_metoda(name)
  23.  {
  24.    eval("what = "+name);
  25.    if(!what) {self.location = "javascript: alert('Chyba v dokumentu "+self.location+" .Prohlizec nepodporuje metodu "+name+" a neni mozno dokument spravne zobrazit.')";}
  26.  }  
  27.  
  28.   
  29. //  -->
  30.