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');
}
Loading
TulasiPosted Oct 12, 2011, 5:05 AM
http://stackoverflow.com/questions/1673003/popup-window-how-to-hide-url-bar-in-ie8
http://stackoverflow.com/questions/4243377/hiding-address-bar-in-popup-window
http://msdn.microsoft.com/en-us/library/ms536651%28VS.85%29.aspx
nagarajuPosted Oct 12, 2011, 12:45 AM
still i am getting the same addressbar and title bar
TulasiPosted Oct 11, 2011, 7:46 AM
window.open("http://www.mydomain.com/mypage.htm", "mywindow", "location=0,menubar=0,status=0,scrollbars=0,width=100,height=100");
Format
window.open( [Url] [, Name] [, Features] [, History] )
Window features you can control