external script file running:

script "filename.scr"

but that introduces the same issue.


For the quotes, this is a problem only if you are not using Jmol-11.js. 
What does your link look like?

If you mean the problem with:

<a href="jmolScript('load ""')">...</a>

right, that's not possible. So instead, if you don't want to use 
jmolLink(), you can use:

<a href="jmolScript(unescape('load %22%22'))">...</a>

Or you can just use:

<script type="text/javascript">jmolLink('load "" ',"reload this 
file")</script>

because Jmol-11.js stores this link in an array and then looks it up later.




>                          Thank you very much
>
>                                                Annemarie
>
>
>
>
> ________________________________________________________
>
> Dr. Annemarie Honegger, Ph.D.
> Zürich University, Dept. of Biochemistry
> Winterthurerstr.190
> CH-8057 Zürich
> Switzerland
>
> e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> Tel.: 41-44-635 55 62
> Fax: 41-44-635 57 12
> URL: http://www.biochem.unizh.ch/antibody
> _______________________________________________________
>
>
>
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Jmol-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/jmol-users
>  
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to