Hi All
This question is a two part question.
1. Using script how can I force an HTML page open in IE 5 into a full screen mode like pressing ‘F11’ causes? At present I am using javascript, and using the open method of the window object and setting the ‘fullscreen = yes’ property. The problem with this is that the little navigation bar at the top doesn’t appear? Help?
2. By using the java script:
window.open(“main.html”, ‘main’, ‘location=no, menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=yes, fullscreen = yes’);
I open a new window. Is it possible to just adjust the properties of the currently open window without having to open a new one? Can this be done with the answer to (1) above?
Your help in this matter would be great! Thanks