Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Radio Button Behavior Different (IE vs FF)

Status
Not open for further replies.

dfrazell

IS-IT--Management
May 26, 2005
65
US
I have an asp form application that changes available radio button options based on the report a user selects. When a user selects a report, different radio buttons are enabled and disabled and the default radio button is changed.

This seems to work and displays correctly in Firefox but in IE7 the screen image doesn't reflect the user's selection. The disabled radio buttons are not grayed out and the selected radio button does not change as it does in Firefox.

Am I missing something or doing something wrong in my javascript, my ASP code, or my HTML code?

Thanks - any help is appreciated!
 
Never mind. I was using onchange instead of onclick. It now works!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top