nagaraju

nagaraju

  • NA
  • 87
  • 129.7k

How to hide the address bar and title bar in IE8 using script

Oct 11 2011 7:14 AM
Hi,

Hi,

i want to hide the addressbar and titlebar of IE 8 browser . i used this script function . it is working for IE 6 version . if i use the same for IE 8 it is not working . Still it is showing addressbar and titlebar in IE 8. can anybody tell me how to hide these things in IE8

function load() {
window.open('Test.aspx', 'Test', 'fullscreen=yes');
}

Answers (3)