Hi,
i want to hide the addressbar and title bar in IE 8 . i used below code . it is working fine in IE6 but in IE8 still it is showing address bar and title bar . i have to change any settings for this issue. please can anyone help me.It is dispalying the page with fullscreen
window.open("http://localhost:1491/SampleExamples/Test.aspx", "Test", "titlebar=no,toolbar=no,statusbar=no,fullscreen=yes,location=0,directories=no")
Thanks
P.Nagaraju