This page does it the way I want it to: http://www.web-source.net/javascript_redirect_box.htm
But I want to find a better way using jQuery, can anyone point me to a
I haven't tested this but I think it's equivalent to the sample on the page you referenced.
$(document).ready( function() { $('#select').change( function() { location.href = $(this).val(); }); }); Select a location Location Other