Target="_blank" (in XML)

Hi there!.. NEED SOME HELP!

I have this lines of code which works fine, the problem I found is that when you click the word coming from the XML contained in the childnode “articles[0].contactinfo_var07” the browser opens the link on the same window and I need to open a blank page where the link should show up!

:huh: WHERE SOULD I ADD THE … target="_blank" … ???

_root.web_field = “<a href=’”+articles[0].contactinfo_web+"’>"+articles[0].contactinfo_var07+"</a>";