Tech Support > Computers & Technology > Graphics & Designing > JavaScript Question
JavaScript Question
Posted by Fred Doyle on February 7th, 2008


Ok, let me know if anybody has a good solution to this, please. I'm trying
to find a way to disable a selection option in a form in an IE browser.
Specifically I want to disable the ablity to choose day 31 in a month that
has only 30 days. No problem in Firefox or other Mozilla-based browsers. I
can use "document.form1.day_select.options[30].disabled = true;" Doesn't
work in IE browsers, however.

I did find this.
http://www.lattimore.id.au/2005/07/0...ript-solution/

Anyone got another or better solution?

Fred



Similar Posts