Piero, if you just want to select, just need to refer to the list and 
its element:

assuming you have an ID, like
<select id="mySelect">

then to select the 4th item:
document.getElementById("mySelect").selectedIndex=3

It can also be done using the NAME of the select


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to