[jQuery] Re: inner frames

2008-04-10 Thread upandhigh
it's not real. and it doesn't matter if you have this iframe from the start or you will add it later with js to your dom. you cannot change anything on other sites, even if this site is opening in iframe what is on your page, and the reason why is so clean like sunny day - because you could easily

[jQuery] Re: inner frames

2008-04-09 Thread Michael
I don't quite get why, since an iframe is an object of the page, you can't write something like $('iframe body').etc(); I understand the cross domain manipulation being a security violation but once you introduce the new object(iframe) to your page. I just figured you might have more access to i

[jQuery] Re: inner frames

2008-04-09 Thread Karl Swedberg
On Apr 9, 2008, at 8:51 PM, Michael wrote: Is there a way to access the object model of an inner frame generated by another site? If I wanted to change the background of an inner frame, can I do it? and how? Hi Michael, Unless I'm mistaken, JavaScript doesn't allow this sort of cross- dom