You can also use this:
function blinkIt() {
if (!document.all) return;
else {
for(i=0;i
You may use a timer instead of using the tag. I have tested this on IE7 and Firefox. Both browsers allow this, however Chrome doesn’t work properly. Hope you got the answer.