Thanks, I was able to get:
onChange="document.formname.submit();"
to work, but only in conditions that won't work with my site. That is, no variables are passed, which is exactly what people are choosing from the select list. Also, it doesn't work at all if there's a:
<form action=somepage?this=that&1=one> type clause.
Any suggestions? thanks for the quick reply.
btw-for anyone who's following this, 'submit' is actually the word submit and not the name you give to it, whereas formname is the name you give to your form.