Resources

SAS® AppDev Studio 3.0 Developer's Site

HTML Code for PropsApplet


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">

<HTML>
<HEAD>
<TITLE>Unsigned
PropsApplet</TITLE>
</HEAD>
<BODY>
<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"); document.writeln(" CLASSID=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\""); document.writeln(" CODEBASE=\"http://java.sun.com/products/plugin/1.3.0_01/jinstall-130_01-win32.cab#Version=1,3,0,1\""); document.writeln(" HEIGHT=400"); document.writeln(" WIDTH=600"); document.writeln(" >"); document.writeln(" <NOEMBED><XMP>");
} else if (_ns == true) {
document.writeln(" <EMBED"); document.writeln(" PLUGINSPAGE=\"http://java.sun.com/products/plugin/1.3.0_01/plugin-install.html\""); document.writeln(" TYPE=\"application/x-java-applet;jpi-version=1.3.0_01\""); document.writeln(" HEIGHT=400"); document.writeln(" WIDTH=600"); document.writeln(" ARCHIVE=\"PropsApplet.jar\""); document.writeln(" CODE=\"PropsApplet.class\""); document.writeln(" ><NOEMBED><XMP>");
} //-->
</SCRIPT> <APPLET CODE="PropsApplet.class" WIDTH=600 HEIGHT=400 ARCHIVE="PropsApplet.jar" ></XMP> <PARAM NAME="ARCHIVE" VALUE="PropsApplet.jar"> <PARAM NAME="CODE" VALUE="PropsApplet.class"> </APPLET> </NOEMBED></EMBED></OBJECT> </BODY> </HTML>