Re: [PHP] Dynamic refresh dropdown list

2007-07-17 Thread Daniel Brown
On 7/17/07, Sichta, Daniel <[EMAIL PROTECTED]> wrote: Look for AJAX ! DS -Original Message- From: C.R.Vegelin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 12:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Dynamic refresh dropdown list I have a selection form with mu

RE: [PHP] Dynamic refresh dropdown list

2007-07-17 Thread Sichta, Daniel
Look for AJAX ! DS -Original Message- From: C.R.Vegelin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 12:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Dynamic refresh dropdown list I have a selection form with multiple dropdown lists, let's say A, B and C. If the dro

[PHP] Dynamic refresh dropdown list

2007-07-17 Thread C.R.Vegelin
I have a selection form with multiple dropdown lists, let's say A, B and C. If the dropdown list B is changed, then dropdown list C should be updated. To get this done, I use a small javascript function reload(form) { var val=form.B.options[form.B.options.selectedIndex].value; self