[jQuery] Re: Accessing iframe's content

2009-06-22 Thread Paul Peelen
So i've noticed... good to get it confirmed. The weird thing that I noticed is that JSON can get the contents of the page, but in JQuery it tries to read it as an script. I don't know that much about JSON though.. Thanks for you answer! Regards, Paul Peelen On 2 Juni, 15:46, Liam Byrne wrote:

[jQuery] Re: Accessing iframe's content

2009-06-02 Thread Liam Byrne
If the iframe is from a different domain, then this is not possible. Paul Peelen wrote: Hi, I am trying to access the content of an iframe. I have search google and read a couple of other post, but my problem is a little bit more complicated. I can't use the ...contents().find("whatever") fun