hi
How shall i hide address bars, scrollbars, menubars etc in a ie. There should only only be the webpage area others must be hidden. i tried
window.locationbar.visible = false;
window.personalbar.visible = false;
window.scrollbars.visible = false;
but for all those things i am getting null or not an object error. eg (window.locationbar is null or not an object)