I am using the following code in my html page:
window.open("/index.jsp","","status,scrollbars,resizable=yes")to remove the menubar and basically strip the window with all browser features. This works like a charm on windows/linux platform and all the browsers but trying to open this page on mac using IE, all the browser feature are still there. How can I fix this?? (At least remove the menubar, so they can't use the back button...) Cheers, BTJ

