Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Dynamic drop down boxes


Message #1 by tonywhite@f... on Sat, 9 Mar 2002 21:48:13
Can someone show me some code that does the following:



2 drop down boxes - 



the first populated via a database ( i can do that !)



the second populated via another database but using the selection in the 

first box as the criteria for the list of selections for the second box



VBScript please!!
Message #2 by Greg Griffiths <greg.griffiths@g...> on Sun, 10 Mar 2002 23:59:21 +0000
If you want to load them, then you can either :



1. Load all the data from both databases into the form and then use 

JAVASCRIPT (for browser compatibility) to update the second drop dow, or 

you can use ASP to rebuild either a single 'frame' - I know, but they do 

have some uses - or the entire page.



At 21:48 09/03/02 +0000, you wrote:

>Can someone show me some code that does the following:

>

>2 drop down boxes -

>

>the first populated via a database ( i can do that !)

>

>the second populated via another database but using the selection in the

>first box as the criteria for the list of selections for the second box

>

>VBScript please!!



>greg.griffiths@g...


>$subst('Email.Unsub')

>




>$subst('Email.Unsub').






  Return to Index