I'm trying to access content of a external frame, a page loaded from another server

it seams impossible, when I try with local page, it works

Is that so? Some kind of protection?


thanks
Feijó


smoothcriminal escreveu:
You can use it using the function contents() . For example if you want
to hide an element inside an iframe:

$('#iframeID').contents().find('#innerElementID').hide();


Piyush

---
http://piyush.goel.googlepage.com/


On Apr 29, 8: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

Reply via email to