javascript - Open a fullsize window in Firefox -
i hv requirement, when i'll click link, new fullsize window open. when going 1st option, working fine in firefox(esr 26.2.0)
but, 2nd option isnt working @ all. fullsize window isn't hetting opened.
1st option: window.open(windowurl, "popwindow", "height=1000, width=1500, scrollbars=1, resizeable=1"); 2nd option: window.open(windowurl, "popwindow", "fullscreen=1, scrollbars=1, resizeable=1");
any solution?
see https://developer.mozilla.org/en-us/docs/web/api/window.open
fullscreen
do not use. not implemented in mozilla. there no plans implement feature in mozilla.
here screenshot:
Comments
Post a Comment