I've developed Adobe AIR application, which opens cpanel of websites in HTML control. I realized that HTML control open links which opens in same window, however it don't opens the links that opens in new window i.e links which has attribute (target="_blank) like this:
<a href"" target="_blank"> Opens in new window </a>
I've searched on google for lot of time, although I've got one solution here AIR HTML with “_blank”Links but it opens that links in browsers and its too much old (sep:2008). So, anyone know another simple way to open link? Please help me.