I have a drop down list with items (say, 10 in number) being populated from the database. onChange of dropdown calls a function f(x).
My problem is that when the page loads I want the 7th item to show as selected item in the drop down. Until here it's fine. However, I want f(x) to also fire as soon as the 7th item is selected. Any help is appreciated since I am not too familiar with asp development.
Thanks
Naveen
My problem is that when the page loads I want the 7th item to show as selected item in the drop down. Until here it's fine. However, I want f(x) to also fire as soon as the 7th item is selected. Any help is appreciated since I am not too familiar with asp development.
Thanks
Naveen