• 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: Catherine Seppanen <email@hidden>
  • Date: Wed, 03 Aug 2011 12:19:40 -0400

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

  • Follow-Ups:
    • Re: IE9 and Checkbox Submit
      • From: James Cicenia <email@hidden>
References: 
 >IE9 and Checkbox Submit (From: James Cicenia <email@hidden>)

  • Prev by Date: Re: Performance Questions - [SOLVED (apparently)]
  • Next by Date: Re: [ANN] WOUnit 1.1.1
  • Previous by thread: IE9 and Checkbox Submit
  • Next by thread: Re: IE9 and Checkbox Submit
  • Index(es):
    • Date
    • Thread