[Wtr-general] IE Tabstrip.htc control

2005-07-07 Thread Alexander, Kim \(Kim\)
Hello,   Were using the IE Tabstrip.htc control in our web application.   It’s very weird, I’ve been able to accomplish everything I’ve wanted with watir up to accessing this control through a frame.   Testing our pages outside the frame I’m able to execute _javascript_ to select tab

Re: [Wtr-general] IE Tabstrip.htc control

2005-07-13 Thread Bret Pettichord
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('ucMast

Re: [Wtr-general] IE Tabstrip.htc control

2005-07-25 Thread Mike
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

Re: [Wtr-general] IE Tabstrip.htc control

2005-07-26 Thread Mike
Hi,       OK, silence usually means, "I don't know", and I've since discovered the answer, so here it is:       If you are using the IE tabstrip control on a frame, here is how you can make it work.  Here we are switching to the second tab, i.e., tab #1.  Typing from memory...   $main = ie.frame("m

RE: [Wtr-general] IE Tabstrip.htc control

2005-07-26 Thread Alexander, Kim \(Kim\)
Of Mike Sent: Monday, July 25, 2005 6:02 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] IE Tabstrip.htc control   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?   T