このintを自分のページに表示したいだけです。
スクリプト領域にこの関数があります
function showCount()
{
var count = document.getElmentById('friend')
count.style.visibility = 'visible'
count.innerHTML = dDone.toString()
}
私のウェブページの終わりに私は持っています
<div id="friend">
</div>
私のボディタグにもあります
body onload="showCount()"
-
var qDone = 0
関数の上にあります。なぜ表示されないのかわかりません。