Начало
Сообщения
Вращайте Статус
Вращайте два сообщения в статусной строке.
JavaScript Messages: Вращайте Статус
<!-- ONE STEP TO INSTALL ROTATE STATUS: 1. Copy the coding into the HEAD of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin var rotateMsg = true; function MsgStatus() { if(rotateMsg) { window.status = ''; window.defaultStatus = 'First Message'; } if(!rotateMsg) { window.status = ''; window.defaultStatus = 'Second Message'; } setTimeout("MsgStatus();rotateMsg=!rotateMsg", 900); } MsgStatus(); // End --> </script> <!-- Script Size: 0.84 KB -->