2011-07-17 6 views

答えて

0

本当の問題は、最初のDOMは、文書のonLoad機能を再度呼び出しますロードしたdocument.writeか後にあるとそれを防ぐことができます。

It's trivially testable, and the answer is "no"

$(function() { 
    document.write("lol"); 
    //^interestingly, `console` doesn't appear to exist after this 

    alert("onload"); // only happens once 
}); 
0

それはありません。あなたはheader("Location: something.php");

を呼び出した後outputing /実行中のスクリプトを防ぐ必要があるしかし、あなたは

die(); 
+0

'exit'が良いだろう。 –

+0

問題は、開始するためにonload関数が必要ですが、現在はそうではありません。 –

+0

@tomalak:違いは? – genesis

関連する問題