example2.html 510 字节
Newer Older
D
duke 已提交
1 2 3 4 5 6 7 8
<html>
  <head>
      <title>MoleculeViewer (example 2)</title>
  </head>
  <body> 
      <h1>MoleculeViewer (example 2)</h1>
      <hr>
      <applet code=XYZApp.class width=300 height=300>
9
	<param name=model value="models/buckminsterfullerine.xyz">
D
duke 已提交
10 11 12 13 14 15 16
	  alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
	  Your browser is completely ignoring the &lt;APPLET&gt; tag!
      </applet>
      <hr>
      <a href="XYZApp.java">The source</a>.
  </body>
</html>