Hi,
I would like to open my html page in fullscreen mode. I tried to execute this javascript in body's onload event handler.
window.fullScreen = true;
But unfortunately that doesn't seem to be working. Is there any other way with which we can achieve the same.
Thanks, Shafi