PHP Code:
<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='#1D6AA0';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor="#D60000";
x=0;
set=0;
}
}
// End -->
</script>
Thats what I have as the javascript, it still doesnt work.
I've also tried:
pmBox.bgColor='#D60000'; & pmBox.bgColor=#D60000;
Help! :cry:
Ack!! how do I paste code without having it come up with the category colors from this forum?
Anyway.. I have {variables} for the category color which is fine... the flashing color I manually set to #D60000 (red). It doesnt work in NS 6.2