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

2008-01-10 Thread dannyboy anak sa baboy
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

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

2008-01-10 Thread dannyboy anak sa baboy
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 Wed, 2008-01-09 at 12:47 -0800, rgrwkmn wrote: > Check out the $.frameReady jQuery plugin. I've b