Quote:
Originally posted by Boofo
Ryan,
Try this EXACT code and let me know if it works. Also, if you have any pop-up killers running, shut them down to test this. They can cause problems too. 
Code:
[disable]<!-- Begin
$pmblink pmBox.bgColor='#1D6AA0';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#FF0000';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor='#1D6AA0';
x=0;
set=0;
}
}
// End -->
</script>
[/disable]
|
YES THANK YOU, this made my 2.3.0 start blinking...I LOVE YOU...