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
TulasiPosted Nov 14, 2011, 12:55 AM
hk the below link
http://www.c-sharpcorner.com/Forums/Thread/143347/how-to-hide-the-address-bar-and-title-bar-in-ie8-using-s.aspx
Priya LingePosted Nov 14, 2011, 12:47 AM
Please try this,
window.open("http://localhost:1491/SampleExamples/Test.aspx", "Test", "fullscreen=yes");
window.open("http://www.google.com","fs","fullscreen=yes");
Hope this will help you.
Thanks.