RE: [PHP] dynamic drop down

2005-06-06 Thread Chris W. Parker
Danny Brow mailto:[EMAIL PROTECTED] on Saturday, June 04, 2005 2:45 PM said: So how do you refresh the page when the drop down is selected? With javascript or force the user to click a submit button. Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] dynamic drop down

2005-06-06 Thread Denyl Meneses Guillén
in the drop down look up : onChange=your java script - Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: Danny Brow [EMAIL PROTECTED]; PHP-Users php-general@lists.php.net Sent: Monday, June 06, 2005 2:34 PM Subject: RE: [PHP] dynamic drop down Danny Brow mailto:[EMAIL

RE: [PHP] dynamic drop down

2005-06-06 Thread Richard Lynch
On Mon, June 6, 2005 2:34 pm, Chris W. Parker said: Danny Brow mailto:[EMAIL PROTECTED] on Saturday, June 04, 2005 2:45 PM said: So how do you refresh the page when the drop down is selected? With javascript or force the user to click a submit button. To be clear, and forestall the But

RE: [PHP] dynamic drop down

2005-06-04 Thread Danny Brow
down is selected? Thanks, Dan. -Original Message- From: Danny Brow [mailto:[EMAIL PROTECTED] Sent: 01 June 2005 07:08 To: PHP-Users Subject: Re: [PHP] dynamic drop down On Tue, 2005-05-31 at 22:08 -0700, Richard Lynch wrote: On Tue, May 31, 2005 8:48 pm, Danny Brow said

RE: [PHP] dynamic drop down

2005-06-02 Thread Mark Rees
Subject: Re: [PHP] dynamic drop down On Tue, 2005-05-31 at 22:08 -0700, Richard Lynch wrote: On Tue, May 31, 2005 8:48 pm, Danny Brow said: Could someone point me to an example with code for dynamic drop downs in PHP? I would like to be able to have drop downs like Select Country

Re: [PHP] dynamic drop down

2005-06-01 Thread Richard Lynch
On Tue, May 31, 2005 8:48 pm, Danny Brow said: Could someone point me to an example with code for dynamic drop downs in PHP? I would like to be able to have drop downs like Select Country and another drop down show the states/provinces based on the selected country. Well, the dynamic part of

Re: [PHP] dynamic drop down

2005-06-01 Thread Danny Brow
On Tue, 2005-05-31 at 22:08 -0700, Richard Lynch wrote: On Tue, May 31, 2005 8:48 pm, Danny Brow said: Could someone point me to an example with code for dynamic drop downs in PHP? I would like to be able to have drop downs like Select Country and another drop down show the states/provinces

Re: [PHP] dynamic drop down

2002-04-23 Thread esivertsen
Hi Kunul, I think I have code that does what you want: function QuickJumpSelect($name=, $optionvalues, $optionnames, $stylestr=) { ($stylestr != )? $style = $stylestr : $style = ; // Calculate stuff $count =

Re: [PHP] dynamic drop down

2002-04-23 Thread Justin French
Are you talking about refreshing/dynamicly modifying the pull-down (client side, javascript), or refreshing the page (server side, php)?? You can set a pull down to submit the form onchange, (check out javascript sites for this FAQ) and the action of your form would be something like (untested):

Re: [PHP] dynamic drop down

2002-04-23 Thread Erik Price
On Tuesday, April 23, 2002, at 07:01 AM, Kunal Jhunjhunwala wrote: I am trying to make a drop down list such that, when some one selects an option, it refreshs and displays the option on the same page. There are a couple of things already in the URL [ the query string ], which need to

RE: [PHP] dynamic drop down

2002-04-23 Thread Leotta, Natalie (NCI/IMS)
Subject: Re: [PHP] dynamic drop down On Tuesday, April 23, 2002, at 07:01 AM, Kunal Jhunjhunwala wrote: I am trying to make a drop down list such that, when some one selects an option, it refreshs and displays the option on the same page. There are a couple of things already in the URL

RE: [PHP] Dynamic Drop-down list

2001-02-08 Thread DanO
the 'SELECTED' attribute will select an item in a dropdown list. by default, with no SELECTED attribute, the first item will be shown and selected. make sense? DanO -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 5:00 PM To: [EMAIL