Re: Newbies, advanced and godlikes in scripts are all welcome.. :D
For those users who also want their blogs to be customized, here's a useful code.
The idea is from the Who's viewed me of Overlay Prof
and here's my note (i wish you could tell me where I did wrong yah... thanks again)
<div>
<SCRIPT LANGUAGE="javascript">
function send()
{
if (commenter_name=="rosalinda pangestu"||commenter_name=="rosalinda pangestu")
{alert("I am the owner.")}
else
{
if (commenter_name!="")
{document.getElementById('nme').value=commenter_name;}
else
{document.getElementById('nme').value="Visitor"};
document.getElementById('pst').value=" was here on ^";
document.wvcbox_form.submit();
}
}
</script>
<iframe allowtransparency="yes" frameborder="0" width="175px" height="100px" src="http://www5.cbox.ws/box/?boxid=396045&boxtag=22k0w9&sec=main" marginheight="0" marginwidth="0" scrolling="auto" id="wvcbox" name="wvcbox" style="border: #ababab 0px solid;"></iframe>
<br>
<div style="display:none">
<form name="wvcbox_form" target="wvcbox" action="http://www5.cbox.ws/box/?boxid=396045&boxtag=22k0w9&sec=submit" method="post">
<input type="text" id="nme" name="nme" value="">
<br>
<input type="text" id="pst" name="pst" value="">
</form>
</div>
<script type=text/javascript>
window.onload=wvcboxrefresh();
function wvcboxrefresh()
{
window.wvcbox.location.href=document.getElementById('wvcbox').src;
setTimeout("wvcboxrefresh()",30000)
}
</script>
<SCRIPT LANGUAGE="javascript">
{setTimeout("send()",1000);}
</script>
</div>