How to off back button if i visit any other site from my web application

In my web application suppose I type other site url in internet explorer address bar for exampl www.google.com then i want to disable the back button.Then the user does not return into my web application.is it possible through JSP or java script or by servlet or any other way.
[284 byte] By [only2rajata] at [2007-10-3 7:43:21]
# 1

disabling the browsers ui is definitely impossible via any method besides some illegal method that m$ might implement via .NET.

I looked into what you are trying to do a while back and thought one of my banking sites was able to pull it off with frames....however i just tried it with them and it does bring my logged in profile back so now i'm not sure what i remember.

in short, i think its impossible. remove page caching and shorten the session timeout is your only chance i think.

ggenglisha at 2007-7-15 2:44:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...