You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bjørn T Johansen <bt...@havleik.no> on 2003/10/01 19:49:59 UTC

[OT] Javascript window.open and Macintosh?

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