Change <select name="SiteID" id="SiteID"
onchange="Populate(this.selectedIndex)"> to
<select name="SiteID" id="SiteID" onchange="Populate(this.value)">

selectedIndex only works if there are no gaps in SiteID, and what you want
is the value of that selectedIndex, no matter where it falls in the option
list.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305773
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to