Hi guys,
Another noob question, after having sought on the forum.
How can I make an hyperlink wich open the link in a new window ?
Like in HTML5 : <a href="http://www.exemple.com" target="_blank">exemple</a>
I tried with self, parent and top with Google Chrome and Mozilla Firefox, it does'nt work :/
I will export the game in HTML and insert it with an iframe on a website.
Can I replace the target directy in the code ? or is there a way to do it ?
Thanks a lot !