thank you but it did not detect the body of the document in the frame, i
just keep getting 'null' i read that generated iframes dont appear on
the frames collection 

On Wed, 2008-01-09 at 07:52 -0800, Miha wrote:
> Not sure if it is possible with jquery but in JS you can access doc
> body inside of iframe like this:
> 
> ifDocBody=window.frames['frame-name'].document.body;
> 
> Note that frame-name is set by iframe name parameter, not by id;
> 
> regards,
> Miha
> 
> On Jan 9, 11:13 am, sigbin dan <[EMAIL PROTECTED]> wrote:
> > hi guys,
> >
> > im developing for internet explorer 6 and i am making a jquery
> > generated iframe, now after making this iframe, i want to be able to
> > insert 'onlick=("function()")' this code on the body tag, of the page
> > inside the iframe. is that possible?
> >
> > thanks,
> >
> > dan

Reply via email to