scrollbar - Controlling scrolling in iframe -


Can you help me in relation to my iframe, because whenever iRem is scrolled, and When the user clicks a control in it, inside the page iframe, and the content of the page is at the top of the page, the user must scroll iframe to see the content.

Is there a property that I can set or code so that whenever the IFrame scroll bar is triggered within a form, will it go back to the top? Depending on the platform and browser you use, the IFrame window (triggered by an event)

):

  window.scrollTo (0, 0);  

Comments

Post a Comment

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -