You can get this to work using this short piece of jquery code:<br><br>$(&quot;select#id-of-select-element&quot;).change(function() { <br>&nbsp; $(&quot;form#id-of-form-element&quot;).submit();<br>});<br><br><div class="gmail_quote">
On Wed, Mar 12, 2008 at 7:55 AM, Brett Evanson &lt;<a href="mailto:brettev@gmail.com">brettev@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p>Any way we can make an exposed filter do an autosubmit when
they select one of the options? Does the Javascript Tools module have anything
to do with this?</p>

<p>&nbsp;</p>

<p><span style="font-size: 10pt;">--</span></p>

<p><span style="font-size: 10pt;">Brett
Evanson</span></p>

<p><span style="font-size: 10pt;"><a href="mailto:brettev@gmail.com" target="_blank"><span style="color: blue;">brettev@gmail.com</span></a></span><span style="color: rgb(31, 73, 125);"></span></p>

<p>&nbsp;</p>

</div>

</div>


</blockquote></div><br>