I know this topic is pratically everywhere, but I can't seem to find a solution that works. Please take a look at FreeWaves.net:
http://www.freewaves.net
The NAV bar has links targeted at the IFRAME (which is named "homebase"). Right now, the largest page (the sitemap) is 1,865 pixels high, so that is what my IFRAME is at. Here is the current IFRAME tag:
Please do not post references to other solutions. I guarantee you, if it's at least a week old, I've seen it. I have spent months looking for a solution, and anyone who finds one will "forever be in my debt". Here's the rundown:Code:<iframe src="homesrc.html" width="750" height="1865" frameborder="0" scrolling="no" name="homebase">Your browser does not support this page. Please use Internet Explorer if possible.</iframe>
I would like to have an IFRAME in the center that changes its height according to the height of the page being displayed. All content displayed will be on the same server. Please know that I don't understand javascript hardly at all, so please provide examples if you can. Thanks very much!