'ie9 에서 smarteditor 영역이 보이지 않을경우...'에 해당되는 글 1건

  1. 2011.06.11 ie9 에서 smarteditor 영역이 보이지 않을경우...
03.HTML 4.X, HTML5, XML...2011. 6. 11. 19:49
반응형

//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에서는 문법이 맞지 않아서 생긴다.
Posted by 1010