javascript - How can I make a webpage move with the movement of an iframe? -
i have website needs contain iframe links external content left navbar. use 1 scroll bar (the 1 eyeframe preferred) control both iframe , left navigation bar. there way in javascript?
like this
$("#iframeid").scroll(function () { window.scroll($(this).scrollleft(), $(this).scrolltop()); });
only works content same origin though
Comments
Post a Comment