DETEKCIA INSTALOVANEHO PLUG-INU

ID
NAZOV SKRIPTU:
POPIS CINNOSTI:
DLZKA:
TESTOVANE POD:

 

089
p089.html / p089.zip
Zisti, ci je pritomny plug-in FutureSplash
502b
NN 4.01

UKAZKA

Zdrojovy tvar:

<html>
<
head>
<
title>
JavaScript DESTINATION - P089
<
/title>
<
script language="JavaScript">
<!--
var plugInstalled = navigator.plugins["FutureSplash"];
if (plugInstalled)
alert("Dobre, ze mate nainstalovany FutureSplash!");
else{
temp="Potrebujete plug-in modul Future Splash, \nchcete ho nainstalovat ?"
if (confirm(temp))
window.location.href="http://www.netscapeworld.com/netscapeworld/common/nw.plugintable.html";
}
// -->
<
/script>
<
/head>
<
body>
<
/body>
<
/html>
[ Navrat ]