• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IE9 and Checkbox Submit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >IE9 and Checkbox Submit (From: James Cicenia <email@hidden>)
 >Re: IE9 and Checkbox Submit (From: Catherine Seppanen <email@hidden>)

  • Prev by Date: Re: Using AjaxInPlaceEditor in WORepetition
  • Next by Date: Re: Using AjaxInPlaceEditor in WORepetition
  • Previous by thread: Re: IE9 and Checkbox Submit
  • Next by thread: Re: Performance Questions - [SOLVED (apparently)]
  • Index(es):
    • Date
    • Thread