Click to See Complete Forum and Search --> : Common horizontal scrollbar for 2 frames


zaBulet
11-26-2003, 12:38 PM
Can I have a common horizontal scrollbar for 2 frames? I need to scroll the content of both frames when dragging the scrollbar, and not to use the scrollbar for each frame.

Thanks.

Mr J
11-26-2003, 05:28 PM
Something like this maybe

<script>
<!--
function scrollme(){
parent.left.document.body.scrollTop=parent.right.document.body.scrollTop
}
onscroll=scrollme
// -->
</script>