View Single Post
  #2 (permalink)  
Old 05-31-05, 01:40 AM
Jaffizzle Jaffizzle is offline
Newbie Coder
 
Join Date: May 2005
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
I can provide the theory...

for dropdown 1 lets say you select "A"...you need to use onChange(this->submit()) to $_SERVER['PHP_SELF']

now you have acces to the value "A" to populate the 2nd drop down.
Reply With Quote