以下は私のYWAラッパーのコードです
var astr_ywascript = (document.createElement("script").type = "text/javascript").src = "http://d.yimg.com/mi/eu/ywa.js";
document.head.appendChild(astr_ywascript); // <- error on this line
ページの読み込み時に実行されるため、JS がドキュメントの head タグを見つけられないのは意味がありません。
何か案は?
ありがとう
Opera は同じ行でこのエラーをスローします。Uncaught exception: Error: WRONG_ARGUMENTS_ER
Firebug さんのコメント:document.head is undefined [Break On This Error] document.head.appendChild(astr_ywascript);