diff options
Diffstat (limited to 'demos/MiscDemos/select.html')
-rw-r--r-- | demos/MiscDemos/select.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/MiscDemos/select.html b/demos/MiscDemos/select.html new file mode 100644 index 0000000..14b27a6 --- /dev/null +++ b/demos/MiscDemos/select.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<TITLE>Göthel Hard- und Software Entwicklungen</TITLE> +</HEAD> +<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff"> +Press the Left-Mouse Button to change the color! <br> +Press the Middle-Mouse Button to zoom! <br> +Press the Right-Mouse Button to delete! <br> +<br> +<hr> +<applet code="select.class" width=500 height=300> +<param name=frames value="55"> +</applet> +<hr> +</BODY> +</HTML> + |