diff options
Diffstat (limited to 'src/PickTest/IntersectTest_plugin.html')
-rw-r--r-- | src/PickTest/IntersectTest_plugin.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/PickTest/IntersectTest_plugin.html b/src/PickTest/IntersectTest_plugin.html new file mode 100644 index 0000000..4a04bef --- /dev/null +++ b/src/PickTest/IntersectTest_plugin.html @@ -0,0 +1,41 @@ +<HTML> + <HEAD> + <TITLE>IntersectTest</TITLE> + </HEAD> + <BODY BGCOLOR="#0C0C33"> + <!--"CONVERTED_APPLET"--> +<!-- CONVERTER VERSION 1.3 --> +<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" +WIDTH = 500 HEIGHT = 500 ALIGN = middle codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> +<PARAM NAME = CODE VALUE = "IntersectTest.class" > + +<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2.2"> +<PARAM NAME="scriptable" VALUE="false"> +<COMMENT> +<EMBED type="application/x-java-applet;version=1.2.2" CODE = "IntersectTest.class" WIDTH = 500 HEIGHT = 500 ALIGN = middle scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT> +<blockquote> + <hr> + If you were using a Java-capable browser, + you would see "IntersectTest" instead of this paragraph. + <hr> + </blockquote> +</NOEMBED></EMBED> +</OBJECT> + +<!-- +<APPLET CODE = "IntersectTest.class" WIDTH = 500 HEIGHT = 500 ALIGN = middle> +<blockquote> + <hr> + If you were using a Java-capable browser, + you would see "IntersectTest" instead of this paragraph. + <hr> + </blockquote> + +</APPLET> +--> +<!--"END_CONVERTED_APPLET"--> + + </BODY> +</HTML> + + |