If I understand properly, you want to use a <select></select> element to
select some given information from a database, but you want to do this
without reloading the page. The short answer is "it can't be done" Once the
page is loaded, it's all there, another HTTP request must be made to run
more processes. If you don't want to reload an entire page you could use an
Iframe/layer.
Hope this helped.
--
Jeremy Jacobs
www.PiercedMedia.com
"Greater men require and desire greater Goals, greater Standards, and
greater Accountability"
"R.G. Vervoort" <roy.vervoort@royvervoort.nl> wrote in message
news:407e3d3d$0$566$e4fe514c@news.xs4all.nl...[color=blue]
> I would like to select an option in a pulldown, select a record in a mysql
> database depending on the pulldown selection and then put the data from[/color]
the[color=blue]
> record in the textfields.
>
> I can retrieve the pulldown value using javascript
>
> I can open the database and select the record using php
>
> how can i combine the 2 to within the onchange option of the pull down.
>
> Any suggestions welcome because i am getting crazy with this
>
>
> roy
>
>
>
>
>
>[/color]