Just want to know whats the meaning of this...
Error: document.getElementById("blogs_1_3") has no properties
Source File:
http://h1.ripway.com/marggie120905/SPFiles.js
Line: 66
Here's my codes for replacing my blog box:
function embed(){
var ephemeral = "<center><embed src=\"http://www.commentyou.com/Generators/Custom-Clocks/clock.swf?s=146&h
&u=http://www.commentyou.com&i=8&b=0x0000FF\" quality=\"high\" wmode=\"transparent\" width=\"197.05\" height=\"197.05\" name=\"Custom Clock\" align=\"middle\" allowScriptAccess=\"samedomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />";
document.getElementById('blogs_1_3').style.height='300';
document.getElementById('blogs_1_3').style.overflowY='hidden';
document.getElementById('blogs_1_3').innerHTML = "<table width='100%'><tr><td align='center'>"+ephemeral+"</td></tr></table>";
}setTimeout("embed()",10000);
I just hope somebody will going to help me...thanks in advance!