Re: [PHP] Drop down reload

2002-08-16 Thread Scott Houseman
Hi there. You would need to use JavaScript for this, specifically an onChange( ) event for the select field(s). Your JavaScript should basically reload the page once an option has been selected from the first select field, passing through a variable containing the value of the option which has ju

Re: [PHP] Drop down reload

2002-08-16 Thread Jason Wong
On Friday 16 August 2002 19:53, Christian Ista wrote: > Hello, > > Could you tell me if it possible to reload the current page when I > select a value in a drop down ? > > On a page, I have 2 drop down, the content on the first one come from > the database. The content of the second one too (from