I am having trouble with this markup i programmatically insert into an editor. I don't know how to add the target="_blank" attribute. I can't get it to work even tho i tried '" "' or "' "' and all sort of combinations. I don't know what this task i called either so i can't really google it. Any help would be appreciated to make this work
var html = "<a href='" + host + "/draught/connect/Download" + draughtDownloadType + "?PropId=" + selectedPropertyId + autoUpdateQuery + "' target=_blank>" + linkText + "</a>";