On Wed, 2003-06-11 at 19:28, Andrew Jorgensen wrote: > No, the fuction is implicit. It exists already. > > <form method="post" action="/form.php"> > <select name="dropbox" onchange="submit()"> > <option selected>Select Something!</option> > <option value="SOMETHING">Something</option> > <option value="ELSE">Something Else</option> > </select> > </form>
Technically, it should be form.submit(). It will probably work fine as just submit(), but you may have better browser compatibility with form.submit(). Steve ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
