I thought it was clear as mud...
<body onload="setInterval('blinkIt()',1000)">
<script type="text/javascript">
function blinkIt() {
if (!document.all) return;
else {
for(i=0;i<document.all.tags('blink').length;i++){
s=document.all.tags('blink')[i];
s.style.visibility=(s.style.visibility=='visible') ?'hidden':'visible';
}
}
}
</script>
<table><td>http://www.mister-e.org/Pics/FootballHeadKick.gif</td><td>
Quote:
Originally Posted by myself on the link posted above
This error is return by PBP because your configuration fuse overwrite 'PBP default'. If you open with notepad, <blink>in PBP directory</blink>, the .INC file of your PIC, let's say 16F628, the file will look like.....
</td></table>