<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on "Select All" JavaScript for Forms Posting to an Array - ILoveJackDaniels.com</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/" /><link rel="self" type="application/xml" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/atom/" /><subtitle>Latest comments on "Select All" JavaScript for Forms Posting to an Array on ILoveJackDaniels.com</subtitle><author><name>Dave Child</name></author><updated>2005-07-28T10:05:00Z</updated><id>tag:ilovejackdaniels.com,2005:249</id><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Sanjib ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;It works fine&lt;br /&gt;&lt;br /&gt;thanks a lot!</summary><id>tag:ilovejackdaniels.com,2006:20039</id><published>2006-12-28T07:04:08+00:00</published><updated>2006-12-28T07:04:08Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by pardalsalcap ( &lt;a href="http://www.pardalsalcap.com"&gt;http://www.pardalsalcap.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Bravo, bravo, bravo</summary><id>tag:ilovejackdaniels.com,2006:19400</id><published>2006-12-18T19:05:29+00:00</published><updated>2006-12-18T19:05:29Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Tim Henderson ( &lt;a href="http://www.top-cat.com"&gt;http://www.top-cat.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Another method:&lt;br /&gt;&lt;br /&gt;If you're putting IDs in the array elements like this:&lt;br /&gt;&lt;input type=checkbox name='newsel[13]' value='Y'&gt;&lt;br /&gt;&lt;input type=checkbox name='newsel[10]' value='Y'&gt;&lt;br /&gt;&lt;br /&gt;Then this code will work:&lt;br /&gt;&lt;br /&gt;//==========&lt;br /&gt;// checkAll&lt;br /&gt;//--------------------------------&lt;br /&gt;// Check all checkboxes in a list&lt;br /&gt;//================================&lt;br /&gt;function checkall(form, name, value){&lt;br /&gt;  for (x in form) {&lt;br /&gt;    if (x.match(name)) {&lt;br /&gt;      form[x].checked=value;&lt;br /&gt;      }&lt;br /&gt;    }&lt;br /&gt;  }</summary><id>tag:ilovejackdaniels.com,2006:18328</id><published>2006-12-11T18:15:04+00:00</published><updated>2006-12-11T18:15:04Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by AS, Germany ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;exactly what i was looking for...&lt;br /&gt;&lt;br /&gt;thanks a lot!</summary><id>tag:ilovejackdaniels.com,2006:16291</id><published>2006-11-22T20:26:32+00:00</published><updated>2006-11-22T20:26:32Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Anonymous ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;thks ..the code helped me as well..</summary><id>tag:ilovejackdaniels.com,2006:15094</id><published>2006-11-09T17:53:49+00:00</published><updated>2006-11-09T17:53:49Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Bryan ( &lt;a href="http://swayonline.com"&gt;http://swayonline.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks! Just what we needed for the app we are building.</summary><id>tag:ilovejackdaniels.com,2006:14776</id><published>2006-11-03T18:17:33+00:00</published><updated>2006-11-03T18:17:33Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Atul Felix ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Nice! Just what I was looking for. Works with firefox and IE.</summary><id>tag:ilovejackdaniels.com,2006:14439</id><published>2006-10-24T18:43:59+01:00</published><updated>2006-10-24T18:43:59Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Nanbe1st ( &lt;a href="Hello, sort anoob here"&gt;Hello, sort anoob here&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;hello ladies and gents!&lt;br /&gt;I've been kind of lurking around.&lt;br /&gt;I love this site! thanks for having me :)</summary><id>tag:ilovejackdaniels.com,2006:13666</id><published>2006-10-13T18:07:45+01:00</published><updated>2006-10-13T18:07:45Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Dave Child ( &lt;a href="http://www.ilovejackdaniels.com/"&gt;http://www.ilovejackdaniels.com/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Hi Green_Monkey23. I don't know - I use Opera as well. Is it just this site? It might be you have &quot;Show Images&quot; set to off or cached.</summary><id>tag:ilovejackdaniels.com,2006:13131</id><published>2006-10-04T09:31:02+01:00</published><updated>2006-10-04T09:31:02Z</updated></entry><entry><title>Comment on "Select All" JavaScript for Forms Posting to an Array</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/select-all-javascript-for-forms-posting-to-an-array/comments/" /><summary type="text">Comment by Green_Monkey23 ( &lt;a href="Small problem..."&gt;Small problem...&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Sorry for your time.... Why i can't see images on this resource?&lt;br /&gt;My Browser is: Opera.&lt;br /&gt;Thank you.</summary><id>tag:ilovejackdaniels.com,2006:13128</id><published>2006-10-04T06:28:22+01:00</published><updated>2006-10-04T06:28:22Z</updated></entry></feed>