I am doing some web development and when users go to my application I'd like
to remove the IE menus and any active toolbars so I can replace them with
the ones that go with my application (like MS CRM does). Are there some web
pages that tell me how to do this?
Patrick Allmond - 12 Aug 2005 17:44 GMT
I found my answer. I use my page to open a 2nd page (i.e. popup) via
javascript. When going that route you can control the attributes of the
popup so the usual IE controls are missing.
>I am doing some web development and when users go to my application I'd
>like to remove the IE menus and any active toolbars so I can replace them
>with the ones that go with my application (like MS CRM does). Are there
>some web pages that tell me how to do this?