Thanks… I did do that and it now works. Though it did always work on all browser < IE9 before.
Thank you, James On Aug 3, 2011, at 11:19 AM, Catherine Seppanen wrote: > onChange isn't part of the spec for checkbox elements. > > http://www.w3schools.com/jsref/event_onchange.asp > > Try using an onClick handler instead. > > Catherine > > On Aug 3, 2011, at 8:19 AM, James Cicenia wrote: > >> Anyone else out there have issues with IE9 not submitting via a checkbox >> change? >> >> ShowUnPublished : WOCheckBox { >> checked = session.showUnpublishedInReports; >> onChange = "form2.linkValue2.value = 'REFRESH';form2.submit();return >> false;"; >> >> } >> >> Rendered: >> <td> >> <form method="post" name="form2" >> action="/cgi-bin/WebObjects/TOSDevelopment.woa/wo/KdzQyoz5kMB0b8WMt2C8HM/11.0.TOSWrapper.0.19.0.1.43.1.5"> >> <input type="hidden" value="REFRESH" name="linkValue2"> >> <input onchange="form2.linkValue2.value = 'REFRESH';form2.submit();return >> false;" type="checkbox" name="0.TOSWrapper.0.19.0.1.43.1.5.3" >> value="0.TOSWrapper.0.19.0.1.43.1.5.3"> Show unplublished items >> <input type="hidden" name="wosid" value="KdzQyoz5kMB0b8WMt2C8HM"></form> >> >> </td> >> >> Wondering >> James Cicenia >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/cseppan%40cicada.com >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/james%40jimijon.com > > This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
