how to open xml link target="_blank" in new tab or window?
        Posted  
        
            by Naresh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Naresh
        
        
        
        Published on 2010-05-08T03:59:31Z
        Indexed on 
            2010/05/08
            4:08 UTC
        
        
        Read the original article
        Hit count: 292
        
hi all, i have a swf xml in which i have a link tag like
<item id="google_link" link="http://www.google.com" target="_blank" />
even the target="_blank" is given but the link is opening in the same window, is there any other way to open the link in new window or new tab.
© Stack Overflow or respective owner