Just looking at the FireFox DOM, and 'checked' is in there.

What does your HTML code look like?

Maybe window.document.getElementById("myradio");

check to make sure the getElementById call isn't returning null as well.

Just some thoughts.

Mark

On Wed, 07 Jul 2004 09:15:28 +0800, Peter Galipo
<[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> This seems to work fine in IE:
> document.getElementById("myradio").checked
> 
> which returns true or false depending on whether the radio is checked.
> 
> I'm having no joy with this in firefox. any ideas why?
> 
> Thanks,
> 
> Pete
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
> 


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com
ICQ: 3094740

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to