javascriptの中で主流のブラウザーの動態に対応してiframe方法を生成します.

4133 ワード

以下のコードはIE 8で実行され、IE 9でエラーが発生しました.
 
  
document.createElement('
総合解決策:
 
  
var isIE = (document.all) ? true: false; // IE , :
var ua = navigator.userAgent.toLowerCase().match(/msie ([/d.] + ) / )[1];
if (ua == "9.0") {
    isIE = false;
}
var oFrame = isIE ? document.createElement("