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

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -