View Single Post
  #7  
Old 08-10-2006, 07:06 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
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?
__________________



Reply With Quote