Click to See Complete Forum and Search --> : setting scrollbar


sanji
05-19-2005, 03:50 AM
anyone! Im currently working on refreshing the page of an iframe that is inside of the main form. (refreshing means putting the scroll back on top of the iframe everytime i click the menu.) I dunno how to do it...

this is the code:

<a href="utility/book.php" target="iframe"; return false" class="clSubLinks" onFocus="if(this.blur)this.blur()"><img src="../images/arrow1.gif" name="<? echo concat_img_submenu($MenuFoldCntr,$SubMenuFoldCntr2);?>" alt="" border=0>
Books Management</a>

i like to combine with this one:

<a href="#" class=tblitemlinks
onclick="window.open('studgeninfo.php?StudentId=<?php echo $StudentId; ?>&submit=View Record', 'form', 'config=height=600,width=800,resizable=1,scrollbars=1')">General Information</a>
</td>

you see, the second code have the 'config=scrollbars=1' using "on click"

but how is that using "target=iframe"


any help form you guys is very much appreciated! ^^