Hey guys, weird thing right now. i have an iFrame on one of my sites which grabs it's src from one of my other sites. So both belong to me and I can access both. However sameOriginPolicy is always in the way :)
i want to find a solution to autoResize the iFrame depending on it's content. i found a nice autoHeight jQuery plugin that would do that, but unfortunately it can't retriev the body height of the iFrame src because it's on an other domain.
i wonder now if theres a solution for that? for instance telling my src file that it's parent (the iFrame) should have a height of e.g. 300px. is that possible?
thank you for your help (and your tips)