[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread sigbin dan
ofiframelike this: ifDocBody=window.frames['frame-name'].document.body; Note that frame-name is set byiframename 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

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread sigbin dan
been having trouble getting it to work properly with my site, but others have had great success and it works perfectly in the demo.http://ideamill.synaptrixgroup.com/?p=6 On Jan 9, 4:13 am, sigbin dan [EMAIL PROTECTED] wrote: hi guys, im developing for internet explorer 6 and i am

[jQuery] how can i access and manipulate iframe elements in ie6

2008-01-09 Thread sigbin dan
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