This uses an "unsupported" API.

At 07:55 PM 7/29/2005, Tim Feltham wrote:
ie = IE.new(true)               # the true tells it to not open an IE window
ie.attach_init("WindowTitle")   # whatever the title of your window is

The correct way is:

ie = IE.attach(:title, "WindowTitle")


_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to