the problem is that I don’t have a code , i just wana ask if it’s possible to make a button that could redirect me from the unity application page to another URL (that’s can help or give me a clue or a hint to start working on it ) ??
Executing arbitrary browser code from Unity web player content
You don’t even have to define functions in the embedding web page, instead you can use the Application.ExternalEval() function to execute arbitrary browser code from the web player content.
The following example checks that the page embedding the web player content is fetched from a certain host (unity3d.com), if that’s not the case then it will redirect to another URL. This technique can be used to prevent deep linking to your web player content: