Hi,
I am trying to open a window which will be full screen, just like a page opens using 'href' tag.
I tried following codes
1) window.open(fileName, "main", "screenX = 0, screenY = 0, width=800, height=600, location=no, menubar=no, status=no, toolbar=yes, scrollbars=yes, resizable=yes");
2) window.open(fileName, "_blank", "fullscreen");
None of the above seems to be working
Any ideas please
I am trying to open a window which will be full screen, just like a page opens using 'href' tag.
I tried following codes
1) window.open(fileName, "main", "screenX = 0, screenY = 0, width=800, height=600, location=no, menubar=no, status=no, toolbar=yes, scrollbars=yes, resizable=yes");
2) window.open(fileName, "_blank", "fullscreen");
None of the above seems to be working
Any ideas please