May 21, 2005 #1 mdr227 Programmer Nov 17, 2000 114 US Does anyone have any code they can share that will auto submit a form once a selection from a select list is made?
Does anyone have any code they can share that will auto submit a form once a selection from a select list is made?
May 21, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB This should work: Code: <select onchange="this.form.submit();"> Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt] Upvote 0 Downvote
This should work: Code: <select onchange="this.form.submit();"> Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]