[support] jmol in drupal

Alexander Garcia Castro alexgarciac at gmail.com
Sun May 1 04:11:35 UTC 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110430/abaa539e/attachment.html 


More information about the support mailing list