Forum Moderators: open
1. The site contained in the Iframe is no on the same Domain nor Server as the main page
2. I can't put any code in the Iframe (YES, I do have permission to include the Iframe ;-)
3. The height needs to adjust not just the first time the mainpage loads, but also everytime somebody opens a new site in the Iframe. The height needs to be readjusted in that case, too.
If the script works for IE only, it'll be better than nothing (as long as it works for other browsers with scrollbars) and if it works for IE and Mozilla only I'm good.
Alright.. I hope somebody can help me. I'd be veeeeery grateful.
Thanks.
Flo from Berlin.
1. The site contained in the Iframe is no on the same Domain nor Server as the main page
Security will prevent you from seeing iframe content. You may need to consider a server side solution, PHP maybe.
[msdn.microsoft.com...]
The height needs to adjust not just the first time the mainpage loads, but also everytime somebody opens a new site in the Iframe. The height needs to be readjusted in that case, too.
Can you expand on the criteria for such iframe height adjustment? If the criteria is unrelated to the page content, it can be done. If height adjustment is directly related to the page loaded in the iframe -- you're SOL, like daveVk mentioned.
Using php is not an option.
I believe you guys, but I also saw a script working on an alien website, but I believe you had to put code not just in the mainpage but also in the iframe website - so I was wondering if it worked withouth doing that.
Flo.