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("main")
$main.hidden(:name, "__MyTabStrip_State__").value = 1
$main.form(:name, "MyFormName").submit
$main.form(:name, "MyFormName").submit
It seems that the "$ie.goto("_javascript_:" construct does not work when using frames.
Mike
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general