Answer the question
In order to leave comments, you need to log in
How to scroll the content down in a window opened via window.open?
You need to open a new window in chrome and scroll down the content in it. For some reason the Google methods don't work. You get the object of the open window in the parent window, and nothing but closing it comes out. What to do?
Answer the question
In order to leave comments, you need to log in
window.open('http://yoursite.com','mypopup',
'status=1,width=500,height=500,scrollbars=1');
html {
overflow-x: hidden;
overflow-y: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question