rotating background colors

  • Thread starter Thread starter Jesse Hand
  • Start date Start date
J

Jesse Hand

is there anyway to have the backgrond change colors automatically?
 
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!
****************************************************************************
****
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top