You'll need some method of determining if the iframe has been loaded, check out the frameReady plugin:
http://jakemcgraw.com/javascript/jquery.frameready.js - jake On Tue, Apr 29, 2008 at 3:38 AM, Teonator <[EMAIL PROTECTED]> wrote: > > Hi, > > Let say I have page A with an iframe (# ifrmContent) where its src is > page B. The page B have a checkbox (# chkAgree). How am I going to > access the checkbox in page B using the selector from page A (parent)? > Could someone guide me a bit? > > > Cheers, > Teon >