Topic: php help! a question about <select>
so how do you get the <select> box to automatically submit its info without hitting the submit button? like the Jump To does on here.
my website: http://www.soracross.com
You are not logged in. Please login or register.
PunBB Forums → Programming → php help! a question about <select>
so how do you get the <select> box to automatically submit its info without hitting the submit button? like the Jump To does on here.
That can be done with JavaScript
<select name="something" onchange="javascript:this.form.submit()">
or something like that..
PunBB Forums → Programming → php help! a question about <select>
Powered by PunBB, supported by Informer Technologies, Inc.