Javascript – window.open for Chrome
To disable scroll bars in Chrome through javascript, you need to add the following style to the Body tag of the opened document:
overflow-x:hidden;overflow-y:hidden;
To disable scroll bars in Chrome through javascript, you need to add the following style to the Body tag of the opened document:
overflow-x:hidden;overflow-y:hidden;
Trackback URI |