<HTML> <Head> <Metahttp-equiv= "Content-type"content= "text/html; charset=gb2312"> <title>JS constantly fast flashing pictures 丨 pipe openings</title> </Head> <BodyONLOAD= "Socceronload ()"> <DIVID= "Soccer"STYLE= "position:absolute; left:150; top:54; width:120; height:42"> <ahref="#"Target= "_blank"> <IMGSRC= "/images/s3.jpg"Border= "0"><IMGSRC= "/images/s1.jpg"Border= "0"></a> </DIV> <SCRIPTLANGUAGE= "JavaScript"> varmsecs= -; //change the time to get different flicker intervals; functionsocceronload () {//for triggering the first flicker effect when the page is startedSetTimeout ("Blink ()", msecs); } functionBlink () {//This is the core of the flashing program.soccer.style.visibility=(soccer.style.visibility== "Hidden") ? "Visible" : "Hidden"; //Get property values that are reversed from the current stateSetTimeout ("Blink ()", msecs); //set the next time to change status } </SCRIPT> </Body> </HTML> <BR><HR>
JS constantly flashing pictures of fast