customers does not want to allow user to use back or forward button. Just a clean page without commandbar and toolbar, same for FF an IE.
Disabling them is not an option as now.
customers does not want to allow user to use back or forward button. Just
Share
You cannot change that kind of thing in a existing window — the only way you can make those disappear is by opening a popup, specifying they should not appear in that popup when it’s being opened.
Still, note that you should not try to disable those buttons nor have them disappear : your application should work fine with them, handle their actions — after all, it’s one of the few things users have understood in browsers…
And as a user, this is disturbing and annoying :
And, as a sidenote : even if the back/forward buttons are not displayed, users can still use Ctrl+left/right or some kind of equivalent !
I know this is not easy, but a part of your work as a web-developper is to explain your clients how Internet and web-applications work… not the same way as desktop applications !