Prikazi cijelu temu 05.02.2018 11:47
Avko Van mreze
Administrator
Registrovan od:28.05.2014
Lokacija:zagreb


Predmet:Re: dobro jutro, dobar dan...
dobar dan!

tko nije na Vivaldiju nece moci pristupiti Icentru

dodan je javascript kod:

PreuzmiIzvorni kôd (Text):
  1. <!DOCTYPE html>
  2.     <html>
  3.     <body>
  4.     <p>What is the name(s) of your browser?</p>
  5.     <button onclick="myFunction()">Try it</button>
  6.     <p id="demo"></p>
  7.     <script>
  8.  
  9.     function myFunction() {
  10.      if((navigator.userAgent.indexOf("Opera") || navigator.userAgent.indexOf('OPR')) != -1 )
  11.     {
  12.         alert('Opera');
  13.     }
  14.     else if(navigator.userAgent.indexOf("Chrome") != -1 )
  15.     {
  16.         alert('Chrome');
  17.     }
  18.     else if(navigator.userAgent.indexOf("Safari") != -1)
  19.     {
  20.         alert('Safari');
  21.     }
  22.     else if(navigator.userAgent.indexOf("Firefox") != -1 )
  23.     {
  24.          alert('Firefox');
  25.     }
  26.     else if((navigator.userAgent.indexOf("MSIE") != -1 ) || (!!document.documentMode == true )) //IF IE > 10
  27.     {
  28.       alert('IE');
  29.     }  
  30.     else
  31.     {
  32.        alert('unknown');
  33.     }
  34.     }
  35.     </script>
  36.  
  37.     </body>
  38.     </html>

pa ako cete imati problema pristupu forumu najvjerojatnije je to sto ne browsate sa vivaldijem
zivot je moja domovina.
Ovaj post je ureden 2 puta. Posljednja izmjena 05.02.2018 17:05 od strane Avko.