|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Filtering Combo box |
From: |
Ricardo Londe |
Date: |
4/13/2000 8:35:25 AM |
IP: |
200.244.42.1 |
Hi Angela,
I have done this some time ago. You need do capture the OnChange event for the combo box and reload the page each time it have changed.
I have used something like this:
<SELECT name="year" size="1" onchange="javascript:this.form.submit();return true">
The form action is set to reload the same page and I have used ASP to capture the new year value and adjust the other combo.
Feel free to contact me for more detaisl if you need so.
I hope this helps.
Ricardo Londe
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|