function selChange(obj) { var selNum = obj.selectedIndex; var dataString = obj.options[selNum].value; var url = '/home.php'; obj.form.submit(); });