Hi,
window.open("http://www.google.com","fs","fullscreen=yes,channelmode=1"); is working fine in IE 9 and not in IE 8..Is there any to check window opened in full screen if not
use the below code to force window open in full screen something like that.
var WShell = new ActiveXObject("Wscript.shell");
WShell.SendKeys("{F11}");
Thanks , Eshwar