A solution in programming is:
<HTML> <HEAD> <TITLE>......</TITLE> <HEAD> <BODY> xxxx<BR> xxxx<BR> xxxx<BR> <SCRIPT> window.document.open() for (var i=0; i<navigator.plugins.length; i++) {window.document.writeln(i,": ",navigator.plugins[i].name,"<BR>")} window.document.close() </SCRIPT> xxxx<BR> xxxx<BR> xxxx<BR> </BODY> </HTML>
You ....
You see data as properties from the browser. In this case a list of all the plugins you have instal on your computer. ....
So you have to give a name to a script ....
Remark 2: ....
Enschede, 4 nov. 1999; updated aug., 28, 2002.