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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -