Did this method work for the original poster?  It hasn't yet worked for me.  Has anyone successfully changed tabs on the ie tabstrip control?
 
Thanks,
Mike

At 06:44 PM 7/7/2005, Alexander, Kim (Kim) wrote:
>However when the page is contained in the frame the ie.goto just times
>out. Code I m using for frames is below.
>
>$ie.frame(:index,1).goto("_javascript_:document.Form1.__ucMasterEntityMaintHeader_tabDefaultTabs_State__.value='2';__doPostBack('ucMasterEntityMaintHeader$tabDefaultTabs','2')")

It's a bug that there is even a goto method for frames.

I would try referencing the frame inside your _javascript_. Something like this:

>$ie.goto("_javascript_:Frame1.document.Form1.__ucMasterEntityMaintHeader_tabDefaultTabs_State__.value='2' ;__doPostBack('ucMasterEntityMaintHeader$tabDefaultTabs','2')")
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to