[Proto-Scripty] click on a frame

2010-12-29 Thread Martín Marqués
HI, I'm trying to program an observer that will trigger a function when any link in a determinated iframe gets click. I have no control about the iframe's content as it comes from an external source. Is it posible to do this? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA,

[Proto-Scripty] Re: click on a frame

2010-12-29 Thread kstubs
I am hooking into a frame event, this is what I am doing: 1) after main frame loaded, use setTimeout technique to observe child frame head element ready 2) inject prototype code into header 3) register click event for this frame NOTE BELOW: I need help with the bindAsEventListener statement,