<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hijiki44</author_name>
  <author_url>https://blog.hatena.ne.jp/hijiki44/</author_url>
  <blog_title>てくてくテック☆</blog_title>
  <blog_url>https://teku2tech.hateblo.jp/</blog_url>
  <categories>
    <anon>Javascript</anon>
  </categories>
  <description>innerHTML だとうまくいくのに、 document.write だとうまくいかない。。やりたいのは、setTimeout 関数でのカウントダウン表示。↓これだとちゃんとカウントダウンできる var count = 10; function countDown () { document.getElementById(&quot;count1&quot;).innerHTML = count; --count; window.setTimeout(&quot;countDown()&quot;, 1000); } ※ div タグの記載など細かい部分は省略 ↓これだとうまくいかない（なぜか 9 で止まる。。） var coun…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fteku2tech.hateblo.jp%2Fentry%2F20130401%2F1364828885&quot; title=&quot; document.write と innerHTML - てくてくテック☆&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-04-01 00:08:05</published>
  <title> document.write と innerHTML</title>
  <type>rich</type>
  <url>https://teku2tech.hateblo.jp/entry/20130401/1364828885</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
