home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / internet / lufiweb / burza / fce_verze.js next >
Text File  |  2003-05-18  |  402b  |  23 lines

  1. var      ie4 = document.all?1:0
  2. var        ns4 = document.layers?1:0
  3. var        ns6 = document.getElementById&&!document.all?1:0
  4.  
  5.  function getVers() 
  6.  { 
  7.         
  8.         if (ns4 == 1) 
  9.         { 
  10.           return "ns4";
  11.         } else if (ns6 == 1) 
  12.         {
  13.           return "ns6";
  14.         } else if (ie4 == 1) 
  15.         {
  16.           return "ie4";
  17.         }                        
  18.  }         
  19. function Demo()
  20. {
  21. alert("Toto je Demo verze.\nPou₧ijte OnLine verzi!");
  22. }
  23.