[Proto-Scripty] Re: accessing DOM of iFrame

2009-09-03 Thread kangax
On Sep 3, 11:42 am, Jim Higson wrote: > On Thursday 03 September 2009 16:29:33 Jim Higson wrote: > > > > > On Thursday 03 September 2009 06:51:19 kangax wrote: > > > On Sep 2, 2:23 pm, Mojito wrote: > > > > What's the Prototyped syntax equivalent of: > > > > > window.frames['iFrameID'].document.

[Proto-Scripty] Re: accessing DOM of iFrame

2009-09-03 Thread Jim Higson
On Thursday 03 September 2009 16:29:33 Jim Higson wrote: > On Thursday 03 September 2009 06:51:19 kangax wrote: > > On Sep 2, 2:23 pm, Mojito wrote: > > > What's the Prototyped syntax equivalent of: > > > > > > window.frames['iFrameID'].document.getElementById > > > ('elementInsideIFrame'); > > >

[Proto-Scripty] Re: accessing DOM of iFrame

2009-09-03 Thread Jim Higson
On Thursday 03 September 2009 06:51:19 kangax wrote: > On Sep 2, 2:23 pm, Mojito wrote: > > What's the Prototyped syntax equivalent of: > > > > window.frames['iFrameID'].document.getElementById > > ('elementInsideIFrame'); > > Current version of Prototype doesn't really support programmatic > con

[Proto-Scripty] Re: accessing DOM of iFrame

2009-09-02 Thread kangax
On Sep 2, 2:23 pm, Mojito wrote: > What's the Prototyped syntax equivalent of: > > window.frames['iFrameID'].document.getElementById > ('elementInsideIFrame'); Current version of Prototype doesn't really support programmatic context extension (such as that of `window.frames['iframeID']` in your

[Proto-Scripty] Re: accessing DOM of iFrame

2009-09-02 Thread Alex McAuley
Its a good question. I asked it months ago and ended up havaing to use JQuery's find() to deal with ajaxy saving of a html editor Alex Mcauley http://www.thevacancymarket.com - Original Message - From: "Mojito" To: "Prototype & script.aculo.us" Sent: Wednesday, September 02, 2009 7:2