Web player: ignores click outside web player

I am currently embedding my unity3d inside a webpage, and notice that whenever I click on a HTML textbox or a form control outside the unity3d application, the application still registers the click. Is there anyway to stop this behaviour?

As spinaljack wrote, you can manually check the mouse position to verify clicks are inside the web player. Also, in Unity 3.0 this will be fixed.