problem using jmol.js function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalaisuresh
    New Member
    • Oct 2006
    • 17

    problem using jmol.js function

    hai,

    i am using the Jmol software for viewing the three dimensional structure.

    my program i am using <applet> and retrive download values
    and also i am using jmolAppletContr ol for UI controls


    using the following code i create a button and sending script to jmol.

    <applet code=\"JmolAppl etControl\" archive=\"../../jmol-10.2.0/JmolApplet.jar\ " mayscript=\"tru e\" height=\"20\" width=\"100\">
    <param name=\"type\" value=\"button\ ">
    <param name=\"bgcolor\ " value=\"blue\">
    <param name=\"fgcolor\ " value=\"white\" >
    <param name=\"label\" value=\"Wirefra me\">
    <param name=\"target\" value=\"jmol\">
    <param name=\"script\" value=\"select all;spacefill off;ribbon off;backbone off;cartoon off;wireframe 100; zoom 150;select hoh;spacefill 100;color red;select ligand;wirefram e off;\">
    </applet> ";


    and i try to use the jmolLink function to create a link.but it is not workinking and showing alert message.

    please help me to create link using applet.

    please help me
    thanks in advance.
Working...