m 以下のコード行でエラーが発生します。
var input2 = document.createElement('<input name=\'password\' type=\'password\' id=\'password\' onblur=\'checkCopy(this)\' onkeyup=\'return handleEnterSubmission(this.form,event)\' maxlength=\'16\' autocomplete=\'off\' onfocusin=\'checkValue(this.value, this.id);setMarginInIE();\' />');
IE8 では正常に動作しますが、IE9 では問題が発生します。このコードの何が問題なのか教えてください。