HI All,

I am developing an MVC3 App. What I want to do is while the browser is open on my Application, I want to stop the user from switching to other windows can anybody recommend a way of doing this.

In classic asp you used to be able to get away with a hack something like:

<body onblur="self.focus();">

but under MVC this really screws the browser. does anybody have any other ideas.