rotating background colors

  • Thread starter Thread starter Jesse Hand
  • Start date Start date
You can do it with JavaScript.

window.document.bgColor = 'red';

To have it scroll will require a timing script. You can, however, easily set
up different things to click on to change the color.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
 
Back
Top