diff options
author | Sven Gothel <[email protected]> | 2001-06-18 23:34:31 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-18 23:34:31 +0000 |
commit | 255908bf19515af5c3770cd304eece10f95b6ba8 (patch) | |
tree | 1e9cb3a5efb5380e811fd7f0f7d900fbcc32c5ba /demos/GLFDemos/glf3dtext_plugin13.html | |
parent | cc7376ee5616743cdd7b7a5c711f054b32ae8e4e (diff) |
2.8.0.0 pre-release cvs only
Diffstat (limited to 'demos/GLFDemos/glf3dtext_plugin13.html')
-rw-r--r-- | demos/GLFDemos/glf3dtext_plugin13.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/demos/GLFDemos/glf3dtext_plugin13.html b/demos/GLFDemos/glf3dtext_plugin13.html new file mode 100644 index 0000000..67d233c --- /dev/null +++ b/demos/GLFDemos/glf3dtext_plugin13.html @@ -0,0 +1,48 @@ +<HTML>
+<HEAD>
+<TITLE>Göthel Hard- und Software Entwicklungen</TITLE>
+</HEAD>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+<B>Try to drag the mouse (press-button and move) with/without the SHIFT key!</B>
+<br>
+<hr>
+<!--"CONVERTED_APPLET"-->
+<!-- CONVERTER VERSION 1.3 --> +<SCRIPT LANGUAGE="JavaScript"><!-- + var _info = navigator.userAgent; var _ns = false; + var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0); +//--></SCRIPT> +<COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!-- + var _ns = (navigator.appName.indexOf("Netscape") >= 0 && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0))); +//--></SCRIPT></COMMENT> + +<SCRIPT LANGUAGE="JavaScript"><!-- + if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 400 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"><NOEMBED><XMP>'); + else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.3" CODE = "glf3dtext.class" WIDTH = 600 HEIGHT = 400 frames = "55" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED><XMP>'); +//--></SCRIPT> +<APPLET CODE = "glf3dtext.class" WIDTH = 600 HEIGHT = 400></XMP> +<PARAM NAME = CODE VALUE = "glf3dtext.class" >
+ +<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3"> +<PARAM NAME="scriptable" VALUE="false"> +<PARAM NAME = frames VALUE ="55">
+ +</APPLET> + +</NOEMBED></EMBED></OBJECT> + + +<!-- +<APPLET CODE = "glf3dtext.class" WIDTH = 600 HEIGHT = 400>
+<PARAM NAME = frames VALUE ="55">
+
+
+</APPLET> +--> +<!--"END_CONVERTED_APPLET"-->
+
+<hr>
+</BODY>
+</HTML>
+
+
|