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>QTTestApplet</title> |
<script src="../../AppletTag.js"> |
</script> |
</head> |
<body bgcolor=#FFFFFF> |
This Applet tests to see that both QuickTime and QuickTime for Java have been successfully installed. |
<P> |
<script language=JavaScript> |
var myAppletTag = new Object(); |
myAppletTag.code = "QTTestApplet.class"; |
myAppletTag.width = "200"; |
myAppletTag.height = "200"; |
AppletTag (myAppletTag); |
</script> |
<noscript> |
<applet code="QTTestApplet.class" width=200 height=200> |
</applet> |
</noscript> |
</body> |
</html> |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14