3
Answers

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

nagaraju

nagaraju

13y
26k
1
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)