oTagAttr = document.createAttribute("onclick"); oTagAttr.nodeValue="alert('test');"; oTag.setAttributeNode(oTagAttr);