Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: changing options of a select box ...


Message #1 by mariamr@g... on Sun, 24 Jun 2001 08:47:03
Hi All,

 

In my ASP code, I have two select boxes wich get their data from a 

database.

I want the second one's options change depending on what option of the 

firs one is clicked on.

I know I can capture the onclick event of the first select box ;

But don't know how to mix it with  some ASP code to read from the database 

and fill the options of the second select box.Any suggestions?





Mariamr

Message #2 by "Ken Schaefer" <ken@a...> on Mon, 25 Jun 2001 11:26:43 +1000
http://www.atgconsulting.com/doublelist.asp



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----- Original Message -----

From: <mariamr@g...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Sunday, June 24, 2001 8:47 AM

Subject: [asp_web_howto] changing options of a select box ...





: Hi All,

:

: In my ASP code, I have two select boxes wich get their data from a

: database.

: I want the second one's options change depending on what option of the

: firs one is clicked on.

: I know I can capture the onclick event of the first select box ;

: But don't know how to mix it with  some ASP code to read from the database

: and fill the options of the second select box.Any suggestions?






  Return to Index