<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite>window.onloadからの開放 - dhrnameの開発日誌</cite> (<time>2009-01-31 21:29:12 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://d.hatena.ne.jp/dhrname/20071124/1195911539" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI">http://d.hatena.ne.jp/dhrname/20071124/1195911539</anchor-external></p><blockquote><pre class="JS example code">  document.namespaces.add(&quot;v&quot;,&quot;urn:schemas-microsoft-com:vml&quot;);
  document.namespaces.add(&quot;o&quot;,&quot;urn:schemas-microsoft-com:office:office&quot;);
  document.namespaces.add(&quot;t&quot;,&quot;urn:schemas-microsoft-com:time&quot;);</pre><p>はDOMの操作ではなくて、特殊な操作のようで、異常をIEが報告。したがって、onloadイベントが起きるまで関数の実行を待たなくてはならないのです。</p></blockquote></body></html>