Common horizontal scrollbar for 2 frames

windows

Guest
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.<br />
<br />
Thanks.<!--content-->Something like this maybe<br />
<br />
<script><br />
<!--<br />
function scrollme(){<br />
parent.left.document.body.scrollTop=parent.right.document.body.scrollTop<br />
}<br />
onscroll=scrollme<br />
// --><br />
</script><!--content-->
 
Back
Top