Re: IE9 and Checkbox Submit
Re: IE9 and Checkbox Submit
- Subject: Re: IE9 and Checkbox Submit
- From: James Cicenia <email@hidden>
- Date: Wed, 03 Aug 2011 13:47:55 -0500
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@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden