I need help with a couple of radio buttons:

The current code I'm using is:

var radios = new Array();
radios[0] = ["set background [xF0F0F0]", "light bckg", true];
radios[1] = ["set background black", "black bckg"];
Jmol.jmolRadioGroup(jmol5, radios);


And the error I keep getting is:

Uncaught TypeError: Cannot call method '_script' of undefined

on line 60 of JmolApi.js


Any suggestions of what is wrong?

Thanks,

PM



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to