hmm,
lol sorry. i'm still lost,

i tried this thing in to places,
1st I put the first part in the header template and the seccond part in the footer but didn't work,
so i then tried to put in into the actual bbcode template where the iframe is like this.

[code]<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase
Code: 
:&nbsp;[<a onclick="HideFrameComingSoon()">Click to Open/Close Link Checker</a>]
<script type="javascript">
function jumpScroll() {
       window.scroll(0,600);
}
</script>

<body onload="jumpScroll()"> 
 <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"></body></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>
any help?
sherwood Reviewed by sherwood on . iframe question right, on my site i got an iframe which has an option to open and close it, i was wondering is there any way i can get it to like auto scroll down or the iframe open up at a position like 600px down the page? Rating: 5