Script Categories













User Details >>> Plugins Alert.

JavaScript will count how many plugins are installed then make a remark based on that count to your visitors - totally written in JavaScript!

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
var num_of_plugins = navigator.plugins.length;
for (var i=0; i < num_of_plugins; i++) {
var list_number=i+1;
document.write("<font color=red>Plug-in No." + list_number + "- </font>"+navigator.plugins[i].name+" <br>[Location: " + navigator.plugins[i].filename + "]<p>");
}
if (list_number>15) {
alert("\nWOW, You got " + list_number + " plug-ins installed!")}
else {
alert ("\nGet some more plug-ins! You only \nhave "+ list_number + " plug-ins installed!")
}
// End -->
</script>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©