Hi, i am creating an AIR application using Web thejnology(html,javascript and css). The problem is that i have a link and when clicking on it the link is opened in the AIR browser not in the users browser. Is it possible to open the link in the users browser? This is how i done it : <a href="https://www.designersbookshop.com/" target="_blank" >Click here to visit us!</a>
↧