Home > Web Front-end > JS Tutorial > The code in the cloud network advertisement indicates an error. Please look for it_advertising code

The code in the cloud network advertisement indicates an error. Please look for it_advertising code

WBOY
Release: 2016-05-16 19:24:13
Original
1102 people have browsed it
复制代码 代码如下:
 
<script>var NowFrame = 1; <br>var MaxFrame =; <br>var bStart = 0; <br>function fnToggle() { <br>var next = NowFrame   1; <br>if(next == MaxFrame 1) <br>{ <br>NowFrame = MaxFrame; <br>next = 1; <br>} <br>if(bStart == 0) <br>{ <br>bStart = 1; <br><br>setTimeout('fnToggle()', 6000); <br>return; <br>} <br>else <br>{ <br>oTransContainer.filters.revealTrans.Transition=Math.floor(Math.random()*23); <br>oTransContainer.filters.revealTrans.apply(); <br>document.all['oDIV' next].style.display = ""; <br>document.all['oDIV' NowFrame].style.display = "none"; <br>oTransContainer.filters[0].Play(duration=2); <br>if(NowFrame == MaxFrame) <br>NowFrame = 1; <br>else <br>NowFrame ; <br>}    setTimeout('fnToggle()', 6000); <br>} <br></script>


  function clickto(id) 
    { 
    document.form.action="http://ads.cloud.com.cn/tuad_show.asp?url=http://www.jb51.net/index2.asp"; 
    document.form.id.value=[id];
    document.form.Second_tr.value="2006-11-21 9:48:06";
    document.form.sSize.value=screen.width   'x'   screen.height;
    document.form.colorDepth.value=screen.colorDepth;
    document.form.submit(); 
    }



source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template