sarya
14 years agoFrequent Contributor
Need help selecting item from drop-down button
Hi,
I am trying to select an item from the drop-down button but somehow it clicks the checkbox next to it .Please help regrading this.It is a drop-down with values cat1 and cat2. IF I want to select cat2 ,somehow it opens the drop-down but it is not able to select cat2 and indeed checks the checkbox below it as it falls just under the cat2 item when the drop-down is expanded..The use of keyboard clicks up and down do not work. The only thing I can do in the script is :
I am trying to select an item from the drop-down button but somehow it clicks the checkbox next to it .Please help regrading this.It is a drop-down with values cat1 and cat2. IF I want to select cat2 ,somehow it opens the drop-down but it is not able to select cat2 and indeed checks the checkbox below it as it falls just under the cat2 item when the drop-down is expanded..The use of keyboard clicks up and down do not work. The only thing I can do in the script is :
page.document.all.Item("catalog").ClickItem(Ctlg);
Thanks.