To achieve the background color flashing effect, just add the following code to the <body> area. Copy code The code is as follows:<script language="Javascript"> function blinkit() { intrvl=0; for(nTimes=0;nTimes<3;nTimes++) { intrvl += 200; setTimeout("document.bgColor='#0000FF';",intrvl); intrvl += 200; setTimeout("document.bgColor='#336699';",intrvl); } } </script> <input type="button" value="Blink" onClick="blinkit()"> |
<<: JS array loop method and efficiency analysis comparison
>>: CSS writing format, detailed explanation of the basic structure of a mobile page
This article example shares the specific code of ...
Preface In the application of database, programme...
Table of contents MySQL result sorting - Aggregat...
Table of contents 1. Installation 2.APi 3. react-...
MySQL 5.7 and above versions provide direct query...
Before using idea to write JSP files, you need to...
Common properties of tables The basic attributes ...
Table of contents Precautions Necessary condition...
In many cases, you need to process the background...
Table of contents Preface props context state Sum...
Table of contents 1. Nodes, trees, and virtual DO...
Open Source Database Architecture Design Principl...
download: Step 1: Open the website (enter the off...
Download CentOS7 The image I downloaded is CentOS...
This article introduces the sample code of CSS3 c...