[Wtr-general] Accessed Denied in Nested Frames

2006-08-11 Thread Lonny Eachus
I have to deal with some pages that contain nested frames, with source from different domains. Some are http and some https. In some cases, while trying to access these frames, I get "access denied": irb(main):044:0 ie.show_frames there are 4 frames frame index: 1 name: header frame

Re: [Wtr-general] Accessed Denied in Nested Frames

2006-08-11 Thread Attebery, Bill
...if possible more information about how to call arbitrary _javascript_ functions without firing an event from a page element. Here's oneway to call an arbitrary java function that works like a charm for me. window=$ie.ie.Document.parentWindowwindow.execScript('myjavafunction') To give