DETEKCIA INSTALOVANEHO PLUG-INU

ID
Nazov / Name:
Popis / Description:
Dlzka / Length:
Testovane pod / Tested under:

 

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

UKAZKA / CLICK HERE

Zdrojovy tvar / Source code:

<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 / BACK ]