open a link inside unity

I would like that when you clic a link inside the unity standalone player, it redirects to a website, is it possible?, if so, how could I do it?

Application.OpenURL is this what you exactly want?

Application.OpenURL looks to be what you want.

If you want to have a page being opened directly inside your game you can check this: Awesomium