Hi, I'm testing page created with MS sql reports. I have a dropdwon zoom with vaules 10,50,100,150,200,500
[10,50,100,150,200,500].each do |zoom| $ie.select_list(:id, "ctl00_ContentMain_ReportViewer1_ctl01_ctl05_ctl00").set(zoom) end thi si control from web page: <select name="ctl00$ContentMain$ReportViewer1$ctl01$ctl03$ctl00" id="ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00" style="font- family: Verdana; font-size: 8pt;" onchange="ClientToolbarctl00_ContentMain_ReportViewer1_ctl01.OnZoomChanged(event.srcElement.value);"> fist is zoomed on 10 and watir stops to excuting, because of DHTML or ayax i should use fire event but i do not know how to use it. I read a lot of article but i did not undestrat a way of working ,sending keys and fire even? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
