In the [B]head[/B] of your document enter the following JavaScript code:
[FONT=Courier New][SIZE=3][COLOR=#000000]<[COLOR=#800080]script language[/COLOR]=[COLOR=#ff00ff]"JavaScript"[/COLOR]>
<!--
[COLOR=#ff0000]function [/COLOR][COLOR=#800080]calcHeight[/COLOR]()
{
[COLOR=#008000][I]//find the height of the internal page[/I][/COLOR]
[COLOR=#ff0000]var[/COLOR] [COLOR=#800080]the_height[/COLOR]=
[COLOR=#ff0000]document[/COLOR].[COLOR=#ff0000]getElementById[/COLOR]([COLOR=#ff00ff]'the_iframe'[/COLOR]).[COLOR=#ff0000]contentWindow[/COLOR].
[COLOR=#ff0000]document[/COLOR].[COLOR=#800080]body[/COLOR].[COLOR=#800080]scrollHeight[/COLOR];
[COLOR=#008000][I]//change the height of the iframe[/I][/COLOR]
[COLOR=#ff0000]document[/COLOR].[COLOR=#800080]getElementById([/COLOR][COLOR=#ff00ff]'the_iframe'[/COLOR][COLOR=#800080])[/COLOR].[COLOR=#ff0000]height[/COLOR]=
[COLOR=#800080]the_height[/COLOR];
}
[COLOR=#008000][I]//-->
[/I][/COLOR]</[COLOR=#800080]script[/COLOR]>
[/COLOR]
[/SIZE][/FONT] and in the [B]body[/B] create the iframe tag:
[FONT=Courier New][SIZE=3][COLOR=#000000]<[COLOR=#800080]iframe [/COLOR][COLOR=#ff0000]width[/COLOR]=[COLOR=#ff00ff]"700" [/COLOR][COLOR=#800080]id[/COLOR]=[COLOR=#ff00ff]"the_iframe" [/COLOR]
[COLOR=#ff0000]onLoad[/COLOR]=[COLOR=#ff00ff]"calcHeight();" [/COLOR]
[COLOR=#ff0000]src[/COLOR]=[COLOR=#ff00ff]"testing_page.shtml"[/COLOR]
[COLOR=#ff0000]scrolling[/COLOR]=[COLOR=#ff00ff]"NO"[/COLOR]
[COLOR=#ff0000]frameborder[/COLOR]=[COLOR=#ff00ff]"1"[/COLOR]
[COLOR=#ff0000]height[/COLOR]=[COLOR=#ff00ff]"1"[/COLOR]>
An iframe capable browser is
required to view this web site.
</[COLOR=#800080]iframe[/COLOR]>
[/COLOR][/SIZE][/FONT]
<script type="javascript">
function jumpScroll() {
window.scroll(0,600);
}
</script>
<body onload="jumpScroll()">
content goes here
</body>
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]: [[B]<a onclick="HideFrameComingSoon()">Click to Open/Close Link Checker</a>]
<iframe id="comingsoon" allowtransparency="true" style="display:none; padding: 10px" scrolling="yes" src="http://tubenow.net/check.php?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]" width="80%" height="550"></iframe>[/B]
<script language="javascript">
<!--
function HideFrameComingSoon() {
var fr = document.getElementById ("comingsoon");
if(fr.style.display=="none") {
fr.style.display="block";
}
else {
fr.style.display="none";
}
}
-->
</script></div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px inset;
width: $stylevar[codeblockwidth];
height: {$blockheight}px;
text-align: left;
overflow: auto">$code</pre>
</div>
<script type="javascript">
function jumpScroll() {
window.scroll(0,600);
}
</script>
<body onload="jumpScroll()">
content goes here
</body>
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]: [<a onclick="HideFrameComingSoon()">Click to Open/Close Link Checker</a>]
[B]<script type="javascript">
function jumpScroll() {
window.scroll(0,600);
}
</script>
<body onload="jumpScroll()">[/B]
<iframe id="comingsoon" allowtransparency="true" style="display:none; padding: 10px" scrolling="yes" src="[URL="http://tubenow.net/check.php?url=$_SERVER%5BSERVER_NAME%5D$_SERVER%5BREQUEST_URI%5D"]http://tubenow.net/check.php?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI][/URL]" width="80%" height="550">[B]</body>[/B]</iframe>
<script language="javascript">
<!--
function HideFrameComingSoon() {
var fr = document.getElementById ("comingsoon");
if(fr.style.display=="none") {
fr.style.display="block";
}
else {
fr.style.display="none";
}
}
-->
</script></div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px inset;
width: $stylevar[codeblockwidth];
height: {$blockheight}px;
text-align: left;
overflow: auto">$code</pre>
</div>