
08-10-2006, 07:06 PM
|
|
Millenium Owner
|
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
|
|
|
I believe I also tried those 2, but I'll try again.
*tries*
Ok so I've tried every one of the following and still no luck:
if ("MsgOptionsRadio_Main1".checked == "true") {
if (MsgOptionsRadio_Main1.checked == "true") {
if ("MsgOptionsRadio_Main1".checked == true) {
if (MsgOptionsRadio_Main1.checked == true) {
if (MsgOptionsRadio_Main1.selected == "true") {
if ("MsgOptionsRadio_Main1.selected" == "true") {
if (MsgOptionsRadio_Main1.selected == true) {
if ("MsgOptionsRadio_Main1.selected" == true) {
Any suggestions? |
|
|
|