Horizontal scrollbar is not working for window.open Popup.
-
shrikant-kharade last edited by
For Opera 21 and above on windows 7 OS, when tried to open a popup window using window.open and specifing features as shown in code below
function myFunction() {
window.open("http://www.w3schools.com", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400");
}The Popup is get opened but the horizontal scroll bar not working in opera 21 and above, but it worked well in Opera 18.
So could you please help us for fixing this issue.