Posted by Jerry Stuckle on 10/20/07 13:22
Kye wrote:
>> Have a page which takes the value in $_POST['dropdown'] and performs
>> another SQL query of the desired results.
>>
>> It may be this page (i.e. if $_POST['dropdown'] is set, or a different
>> page, depending on your needs.
>
> Is it possible to make the select element of the form automatically execute
> the "<INPUT type='submit' value='Go'>"; statement rather than having a
> button to click on???
>
Not in PHP. PHP is server-side. You need something client-side. Try
comp.lang.javascript.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|