//if(this.bIE){button=document.createElement("<BUTTON type='button'>");}
if(navigator.appVersion.indexOf("MSIE 9") > -1){ button=document.createElement("BUTTON");button.type="button"; } else if(this.bIE){button=document.createElement("<BUTTON type='button'>");}
ie9에서는 문법이 맞지 않아서 생긴다.