Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
classes/test.html
<html> |
<head> |
<title>JISApplet</title> |
<script src="../../AppletTag.js"> |
</script> |
</head> |
<body> |
<script language=JavaScript> |
// for v3 browsers you need to use the 1.0 JS Syntax for creating an object |
// myAppletTag = new Object(); myAppletTag.code = ... |
var myAppletTag = { |
code:"JISApplet.class", |
width: "200", |
height: "200" |
}; |
AppletTag (myAppletTag, ["media", "crossfad.gif", "ext", "gif"]); |
</script> |
<noscript> |
<applet code="JISApplet.class" width=200 height=200> |
<param name="media" value="crossfad.gif"> |
<param name="ext" value="gif"> |
</applet> |
</noscript> |
</body> |
</html> |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14