On 21 Aug 2008 at 23:20, Jeff Hansen wrote:

>               var loadJmol = "<script 
> type='text/javascript'>addJmol(molecule,  
> divInc);</script>";

This looks like a problem I often had in other contexts. Try breaking the 
closing script tag:

var loadJmol = "<script type='text/javascript'>addJmol(molecule,  divInc);<" + 
"/script>";



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to