I am trying to have a drupal site with jmol pages. I have created a node in
drupal with the following html:

<html>
<head>
    <script type="text/javascript" src="JmolFolder/Jmol.js"></script>
</head>
<title>Example 1</title> <body> <applet name="jmol" code="JmolApplet"
archive="http://www.byts.co/jmol/JmolApplet.jar"; width="350" height="350">
<param name="load"

value="http://www.byts.co/jmol/caf.mol";>
<param name="progressbar"value="true">
 <param name="script" value="rotate x 90 ; background yellow">

 </applet> </body> </html>

the html code works when I try to load it without drupal (
http://www.byts.co/jmol/test1.html)
but if I try to load it in drupal, it just does not work (
http://www.byts.co/drupal/?q=node/2)

how can I solve this?

-- 
Alexander Garcia
http://www.alexandergarcia.name/
http://www.usefilm.com/photographer/75943.html
http://www.linkedin.com/in/alexgarciac
Postal address:
Alexander Garcia, Tel.: +49 421 218 64211
Universität Bremen
Enrique-Schmidt-Str. 5
D-28359 Bremen
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to