1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<html>
<head>
<title>Java TreeView Test </title>
</head>
<body>
<h1>Java TreeView Test</h1>
<h2>PLEASE NOTE: This applet has been shown to work on Mac OSX and Win2K. </h2>
<hr>
<APPLET CODE="edu/stanford/genetics/treeview/applet/ButtonApplet.class"
archive="TreeViewApplet.jar,nanoxml-2.2.2.jar,plugins/Dendrogram.jar" width=150 height=50
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
>
Your browser is completely ignoring the <APPLET> tag!
<param name="cdtFile" value="spellman.cdt">
<param name="cdtName" value="spellman">
<param name="plugins" value="edu.stanford.genetics.treeview.plugin.dendroview.DendrogramFactory">
</applet>
<hr>
</body>
</html>
|