Hi Paul!
can you explain me a little bit what this does? I'm not good at
javascripting... How can I make the messages be models loaded, residues
selected, distances, etc.? By the way, have a look at the example page
above, the username and password are the same I sent you for my other
examples. Thanks!




2011/9/15 Paul Pillot <paul.pil...@ac-orleans-tours.fr>

> Hi Daniel,
> for example, in your jmol initialization script you could have
>
> set messagecallback "answer"
>
> in your javascript you can have the following function
>
> function answer(txt1,txt2) {
> var messageBox = document.getElementById("textbox");
> messageBox.value = txt2 + "\n" + messageBox.value
> }
>
> in your HTML you can have the following
>
> <textarea rows="10" cols="30" id="textbox">Messages displayed here
> !<textarea>
>
> Paul
>
> Le 15 sept. 2011 à 15:51, Daniel Carbajo a écrit :
>
> Thanks Angel, is there anywhere some example code for this I can rely on?
> I'm trying things but not succeeding...
>
> El 15 de septiembre de 2011 12:20, Angel Herráez 
> <angel.herr...@uah.es>escribió:
>
>
>
>
> ------------------------------------------------------------------------------
> Doing More with Less: The Next Generation Virtual Desktop
> What are the key obstacles that have prevented many mid-market businesses
> from deploying virtual desktops?   How do next-generation virtual desktops
> provide companies an easier-to-deploy, easier-to-manage and more affordable
> virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to