Adam,
Thanks for your reply.
The dropdown I'm using is an ASP.Net dropdown list(not a Rich Dropdown List) so i am able to bind the dropdown to my DataTable(DT) to the dropdown eg; dropdown.Datasource = DT;
This has worked well with ver 5.3 in both Firfox and IE7, but in ver 6, i am unable to select from the dropdown while using in Firefox although it works with IE7.
How would i get this working with Firefox in the same way it works with IE7?
Thanks for your help.
DJV