nagaraju

nagaraju

  • NA
  • 87
  • 127.9k

how to dispaly the webpage as full screen in IE8 in using javascript

Nov 14 2011 12:13 AM

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


Answers (2)