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

2008-01-10 Thread sigbin dan

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 Jan 9, 11:52 pm, Miha [EMAIL PROTECTED] wrote:
 Not sure if it is possible with jquery but in JS you can access doc
 body inside 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
 generatediframe, now after making thisiframe, i want to be able to
  insert 'onlick=(function())' this code on the body tag, of the page
  inside theiframe. is that possible?

  thanks,

  dan


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

2008-01-10 Thread sigbin dan

thank you for the suggestion, i tried using it but i keep getting the
error 'undefined' is null or not an object, i posted a comment at
http://ideamill.synaptrixgroup.com/?p=6 with my code too :)

On Jan 10, 4:47 am, rgrwkmn [EMAIL PROTECTED] wrote:
 Check out the $.frameReady jQuery plugin. I've 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 making a jquery
 generatediframe, now after making thisiframe, i want to be able to
  insert 'onlick=(function())' this code on the body tag, of the page
  inside theiframe. is that possible?

  thanks,

  dan


[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