<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: multiselect updates</title>
	<atom:link href="http://verens.com/archives/2005/03/16/multiselect-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/archives/2005/03/16/multiselect-updates/</link>
	<description>php, linux, ajax, javascript, kae verens</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:53:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nicmar</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-19150</link>
		<dc:creator>nicmar</dc:creator>
		<pubDate>Thu, 10 Aug 2006 23:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-19150</guid>
		<description>Hey, great script!
Don&#039;t know if you still update it.. 
It&#039;s one problem with it. I want the &quot;label&quot; to be clickable. You know like using: 
 This is a test

If I try to add something like this:
text = &#039;&#039;+text+&#039;&#039;;

it will not work, cause the createTextNode function don&#039;t take HTML-chars.. so what should I do?
The other demo with fully clickable rows looked interesting, i&#039;ll look into that.

Thanks for your time :)</description>
		<content:encoded><![CDATA[<p>Hey, great script!<br />
Don&#8217;t know if you still update it..<br />
It&#8217;s one problem with it. I want the &#8220;label&#8221; to be clickable. You know like using:<br />
 This is a test</p>
<p>If I try to add something like this:<br />
text = &#8221;+text+&#8221;;</p>
<p>it will not work, cause the createTextNode function don&#8217;t take HTML-chars.. so what should I do?<br />
The other demo with fully clickable rows looked interesting, i&#8217;ll look into that.</p>
<p>Thanks for your time <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razvan</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-2928</link>
		<dc:creator>Razvan</dc:creator>
		<pubDate>Sun, 11 Dec 2005 12:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-2928</guid>
		<description>I like theÂ simple things, try it into table tags it works fine! &lt;strong&gt;Thanks Kae!&lt;/strong&gt; It will be nice to add something to &lt;strong&gt;first letter&lt;/strong&gt; to &lt;strong&gt;jump&lt;/strong&gt; to that&lt;strong&gt; zone&lt;/strong&gt; in future(Ex: (M)onday if you press M to goto that zone).&quot;&lt;html&gt;
&lt;head&gt;&lt;form name=&quot;cucu&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;li.row1 {background-color :#EFEFEF;}&lt;/style&gt;
&lt;script language=&quot;Javascript&quot;&gt;
function deselectare()
{
for(var i=0;i&lt;document.forms[0].chk.length;i++)
{
if (document.forms[0].chk[i].checked)
{
document.forms[0].chk[i].checked=false;
}
}
}
function selectat()
{
var x=&quot;&quot;;
for(var i=0;i&lt;document.forms[0].chk.length;i++)
{
if (document.forms[0].chk[i].checked)
{
x=x+&#039;,&#039;+document.forms[0].elements[i].value;
}
}
alert(x);
}
&lt;/script&gt;
&lt;div style=&quot;width: 210px&quot;&gt;
&lt;ol style=&quot;height: 7em;overflow: auto;list-style-type:none;padding: 8px;margin:0;border: 4px ridge grey;&quot; id=&quot;select&quot;&gt;
&lt;li&gt;&lt;A href=&quot;javascript:deselectare()&quot;&gt;None&lt;/A&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;A href=&quot;javascript:selectat()&quot;&gt;Selected&lt;/A&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;1&quot;&gt;Field1&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row2&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;2&quot;&gt;Field2&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;3&quot;&gt;Field3&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row2&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;4&quot;&gt;Field4&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;5&quot;&gt;Field5&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;6&quot;&gt; Field6&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;7&quot;&gt; Field7&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;8&quot;&gt; Field8&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;9&quot;&gt; Field9&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;10&quot;&gt; Field10&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;11&quot;&gt; Field11&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;12&quot;&gt; Field12&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;13&quot;&gt; Field13&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;14&quot;&gt; Field14&lt;/label&gt;&lt;/li&gt;
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;15&quot;&gt; Field15&lt;/label&gt;&lt;/li&gt;
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;16&quot;&gt; Field16&lt;/label&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;script language=&quot;Javascript&quot;&gt;
function afis_id()
{
for(var i=0;i&lt;document.forms[0].chk.length;i++)
{
if (document.forms[0].chk[i].checked)
{
alert(document.forms[0].chk[i].value);
}
}
}
&lt;/script&gt;
&lt;p&gt;
&lt;input type=&quot;button&quot; value=&quot;Selectare&quot; onMouseOver=&quot;javascript:afis_id()&quot;&gt;
&lt;input type=&quot;reset&quot;&gt;
&lt;/p&gt;
&lt;/form&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>I like theÂ simple things, try it into table tags it works fine! <strong>Thanks Kae!</strong> It will be nice to add something to <strong>first letter</strong> to <strong>jump</strong> to that<strong> zone</strong> in future(Ex: (M)onday if you press M to goto that zone).&quot;&lt;html&gt;<br />
&lt;head&gt;&lt;form name=&quot;cucu&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;li.row1 {background-color :#EFEFEF;}&lt;/style&gt;<br />
&lt;script language=&quot;Javascript&quot;&gt;<br />
function deselectare()<br />
{<br />
for(var i=0;i&lt;document.forms[0].chk.length;i++)<br />
{<br />
if (document.forms[0].chk[i].checked)<br />
{<br />
document.forms[0].chk[i].checked=false;<br />
}<br />
}<br />
}<br />
function selectat()<br />
{<br />
var x=&quot;&quot;;<br />
for(var i=0;i&lt;document.forms[0].chk.length;i++)<br />
{<br />
if (document.forms[0].chk[i].checked)<br />
{<br />
x=x+&#8217;,'+document.forms[0].elements[i].value;<br />
}<br />
}<br />
alert(x);<br />
}<br />
&lt;/script&gt;<br />
&lt;div style=&quot;width: 210px&quot;&gt;<br />
&lt;ol style=&quot;height: 7em;overflow: auto;list-style-type:none;padding: 8px;margin:0;border: 4px ridge grey;&quot; id=&quot;select&quot;&gt;<br />
&lt;li&gt;&lt;A href=&quot;javascript:deselectare()&quot;&gt;None&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href=&quot;javascript:selectat()&quot;&gt;Selected&lt;/A&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;1&quot;&gt;Field1&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row2&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;2&quot;&gt;Field2&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;3&quot;&gt;Field3&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row2&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;4&quot;&gt;Field4&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;5&quot;&gt;Field5&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;6&quot;&gt; Field6&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;7&quot;&gt; Field7&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;8&quot;&gt; Field8&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;9&quot;&gt; Field9&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;10&quot;&gt; Field10&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;11&quot;&gt; Field11&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;12&quot;&gt; Field12&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;13&quot;&gt; Field13&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;14&quot;&gt; Field14&lt;/label&gt;&lt;/li&gt;<br />
&lt;li class=&quot;row1&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;15&quot;&gt; Field15&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk&quot; value=&quot;16&quot;&gt; Field16&lt;/label&gt;&lt;/li&gt;<br />
&lt;/ol&gt;<br />
&lt;/div&gt;<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;script language=&quot;Javascript&quot;&gt;<br />
function afis_id()<br />
{<br />
for(var i=0;i&lt;document.forms[0].chk.length;i++)<br />
{<br />
if (document.forms[0].chk[i].checked)<br />
{<br />
alert(document.forms[0].chk[i].value);<br />
}<br />
}<br />
}<br />
&lt;/script&gt;<br />
&lt;p&gt;<br />
&lt;input type=&quot;button&quot; value=&quot;Selectare&quot; onMouseOver=&quot;javascript:afis_id()&quot;&gt;<br />
&lt;input type=&quot;reset&quot;&gt;<br />
&lt;/p&gt;<br />
&lt;/form&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kae</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1715</link>
		<dc:creator>kae</dc:creator>
		<pubDate>Sat, 23 Jul 2005 11:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1715</guid>
		<description>MJP - how you gather the information depends on the server-side language that you are using. You should get your form working first in plain HTML, before trying to apply this script to it.</description>
		<content:encoded><![CDATA[<p>MJP &#8211; how you gather the information depends on the server-side language that you are using. You should get your form working first in plain HTML, before trying to apply this script to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJP</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1711</link>
		<dc:creator>MJP</dc:creator>
		<pubDate>Wed, 20 Jul 2005 16:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1711</guid>
		<description>This script is great... 
I was able to used it in my app

My prob right now is how to retrieve the data selected from the checkbox. I know that is the same comment that Kleuber posted. But still i am having hard time to figure it out. One main reason is that i am just starting to learn this language(javascript)-self learn. If anyone can post working script that i can download it would be greatly appreciated

Thanks in advance</description>
		<content:encoded><![CDATA[<p>This script is great&#8230;<br />
I was able to used it in my app</p>
<p>My prob right now is how to retrieve the data selected from the checkbox. I know that is the same comment that Kleuber posted. But still i am having hard time to figure it out. One main reason is that i am just starting to learn this language(javascript)-self learn. If anyone can post working script that i can download it would be greatly appreciated</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stripe-man</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1561</link>
		<dc:creator>Stripe-man</dc:creator>
		<pubDate>Thu, 26 May 2005 20:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1561</guid>
		<description>This thing just gets better and better!!   ... 

I think the prob i was having iwth the array getting dumped is fixed with the java version...  i will test at work tomorrow Kae....

FYI - creating the article (and selecting items in drop down was never the prob.. it was when the article was edited (was reselected fine) and submited the array was dumped... ) odd.</description>
		<content:encoded><![CDATA[<p>This thing just gets better and better!!   &#8230; </p>
<p>I think the prob i was having iwth the array getting dumped is fixed with the java version&#8230;  i will test at work tomorrow Kae&#8230;.</p>
<p>FYI &#8211; creating the article (and selecting items in drop down was never the prob.. it was when the article was edited (was reselected fine) and submited the array was dumped&#8230; ) odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnm</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1559</link>
		<dc:creator>johnm</dc:creator>
		<pubDate>Wed, 25 May 2005 01:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1559</guid>
		<description>kae,

Looks like a great solution that should do most (if not all what I need).. so I&#039;m planning to bring up your routine under java. Does the latest download include the changes you made for Topic#27?

Regards</description>
		<content:encoded><![CDATA[<p>kae,</p>
<p>Looks like a great solution that should do most (if not all what I need).. so I&#8217;m planning to bring up your routine under java. Does the latest download include the changes you made for Topic#27?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kae</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1537</link>
		<dc:creator>kae</dc:creator>
		<pubDate>Tue, 17 May 2005 14:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1537</guid>
		<description>willogee - fantastic demos! Unfortunately, I think that that method might be a bit unwanted in the end, due to one behavioural problem - the multi-select code does its magic &lt;em&gt;after&lt;/em&gt; everything has been loaded. So, as the page was downloading, you would have a large normal multiselect, which would then jump, at the end, to a smaller-sized one.

unless...

I have a solution. I&#039;ll code it tonight.

You know - I was wondering what Bruno was saying (sorry Bruno - but your English is hard to understand :) ), but it looks like you&#039;ve clarified that.

There may be an accessibility issue, in that the designer may be tempted to design as if the script will work in all cases. This may result in broken interfaces where the designer tried to use absolute positioning for everything, but the end user did not have JavaScript enabled (thus breaking the script, and thereby also breaking the design), but I guess that&#039;s not for me to worry about :).</description>
		<content:encoded><![CDATA[<p>willogee &#8211; fantastic demos! Unfortunately, I think that that method might be a bit unwanted in the end, due to one behavioural problem &#8211; the multi-select code does its magic <em>after</em> everything has been loaded. So, as the page was downloading, you would have a large normal multiselect, which would then jump, at the end, to a smaller-sized one.</p>
<p>unless&#8230;</p>
<p>I have a solution. I&#8217;ll code it tonight.</p>
<p>You know &#8211; I was wondering what Bruno was saying (sorry Bruno &#8211; but your English is hard to understand <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), but it looks like you&#8217;ve clarified that.</p>
<p>There may be an accessibility issue, in that the designer may be tempted to design as if the script will work in all cases. This may result in broken interfaces where the designer tried to use absolute positioning for everything, but the end user did not have JavaScript enabled (thus breaking the script, and thereby also breaking the design), but I guess that&#8217;s not for me to worry about <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willogee</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1535</link>
		<dc:creator>willogee</dc:creator>
		<pubDate>Tue, 17 May 2005 10:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1535</guid>
		<description>This is a great script - very easy to implement and does 90% of what I&#039;m looking for. Any thoughts on how to achieve the remaining 10% would be greatly appreciated!

I am displaying a grid of rows and columns from a database and I am using multiple selects to have some filters at the top of some of the columns. Your multiple select is just how I would like users to be able to select their chosen filters, but I would ideally like the initial appearance of the filter to be as a simple doprdown select list. The sort of thing I am referring to is as with : http://www.easylistbox.com/demoMultiDropDown.aspx or http://www.codeproject.com/asp/multiselectdropdown.asp

Many thanks.</description>
		<content:encoded><![CDATA[<p>This is a great script &#8211; very easy to implement and does 90% of what I&#8217;m looking for. Any thoughts on how to achieve the remaining 10% would be greatly appreciated!</p>
<p>I am displaying a grid of rows and columns from a database and I am using multiple selects to have some filters at the top of some of the columns. Your multiple select is just how I would like users to be able to select their chosen filters, but I would ideally like the initial appearance of the filter to be as a simple doprdown select list. The sort of thing I am referring to is as with : <a href="http://www.easylistbox.com/demoMultiDropDown.aspx" rel="nofollow">http://www.easylistbox.com/demoMultiDropDown.aspx</a> or <a href="http://www.codeproject.com/asp/multiselectdropdown.asp" rel="nofollow">http://www.codeproject.com/asp/multiselectdropdown.asp</a></p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1528</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Mon, 16 May 2005 22:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1528</guid>
		<description>Hi kae,

First of all, congratulations! This javascript code is underful!

Sorry about my english, hope you understand it.

I wondering if it&#039;s possible to have a multiple choice (with the checkboxes) but not with a multiple select. Just on a simple select or drop down menu.

The ideia was to have your multiple select in a drop down menu. When you open the combo, you will be able to check the options you want and then, by clicking (I&#039;m just wondering!!) in the combo again, the combox litle window closes the options view...

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi kae,</p>
<p>First of all, congratulations! This javascript code is underful!</p>
<p>Sorry about my english, hope you understand it.</p>
<p>I wondering if it&#8217;s possible to have a multiple choice (with the checkboxes) but not with a multiple select. Just on a simple select or drop down menu.</p>
<p>The ideia was to have your multiple select in a drop down menu. When you open the combo, you will be able to check the options you want and then, by clicking (I&#8217;m just wondering!!) in the combo again, the combox litle window closes the options view&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stripe-man</title>
		<link>http://verens.com/archives/2005/03/16/multiselect-updates/comment-page-1/#comment-1497</link>
		<dc:creator>Stripe-man</dc:creator>
		<pubDate>Wed, 11 May 2005 19:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/16/multiselect-updates/#comment-1497</guid>
		<description>oh yea.. that would be good!</description>
		<content:encoded><![CDATA[<p>oh yea.. that would be good!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
