Hallo,
var onsubmitAttribute = document.createAttribute("onsubmit");
onsubmitAttribute.nodeValue = 'alert("Hier"); return false;';
formElement.setAttributeNode(onsubmitAttribute);
Gleiches Problem wie hier:
https://forum.selfhtml.org/?t=174461&m=1145987
Mathias