Español
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//ES"> <HTML> <HEAD> <TITLE> Nuevo documento </TITLE> <META NAME="Generador" CONTENT="EditPlus"> < META NAME="Autor" CONTENT=""> <META NAME="Palabras clave" CONTENT=""> <META NAME="Descripción" CONTENT=""> </HEAD> <BODY> <div align="center"> <div id=AdRotator></div><input id="segundo"><botón onclick="adRotator.set(getRef('segundo').value)">tiempo establecido</button></div> <SCRIPT IDIOMA="JavaScript"> <!-- función adRotator() {}; adRotator.initialize=function(o) { // script de blueDestiny this._t = new Array(); this._l = nueva matriz(); this._p = nueva matriz(); this._i = nueva Imagen(); esto._c = 0; this._f = falso; esto._o = o; this._timeout = nulo; this._html = ""; // configuración. // @ ancho de la imagen // @ alto de la imagen // @ velocidad del rotador // @ tipo de filtro this._w = 450; esto._h = 450; esto._s = 4; esto._x = 23; devolver esto; }; adRotator.add=function(p,t,l) { con (esto) { _p.push(p); _t.push(t); _l.push(l); }}; adRotator.load=function() { con (adRotator) { if( _i.readyState=='complete' ) { if(_p.length-1==_c) { _f = true; _c = 0; ventana.clearTimeout(_timeout); //getRef("AdRotator").innerHTML="completo"; adRotator.play(); } más { _c++; getRef(_o).innerHTML="total de imágenes " + _p.length + ", cargando imagen " + _c + ' ' + _i.readyState + "..."; _timeout=window.setTimeout(adRotator.load,10) } } else { getRef(_o).innerHTML="imágenes totales " + _p.length + ", cargando imagen " + _c + ' ' + _i.readyState + ".. ."; _timeout=window.setTimeout(adRotator.load,10) } }}; adRotator.play=function() { con (adRotator) { si( _f ) { _html = ""; _html += '<table style="border:1px solid #333333;"><tr><td style="font-size:9pt;font-family:tahoma;font-weight:bold;">' _html += '<div id="rotatorPlayer"' + ' estilo="ancho:' + _w + '' + ';alto:"' + _h + '"' + '>' _html += '<a href="' + ( _l[_c] ? _l[_c] : "javascript:void(0);" ) + '">'; _html += '<img id="rotatorPic" src="' + _p[_c] + '" ' + ' ancho="' + _w + '"' + ' altura="' + _h + '"' + (_t[_c]?' title="' + _t[_c] + '"':'') + ' style="border:1px azul sólido; FILTRO:revealTrans(transition=' + _x + ',duration=1);"' + ' >'; "centro">' + (_c+1) + '. + _t[_c] + '</div>'):'<p></p>'); _html += "</div>"; _html += '<div align="right">'; para(var i=0; i<_p.length; i++) _html += '<span' + ' estilo= "borde: 1px sólido #333333; relleno: 1px 5px 1px 5px; altura: 20px; text-align:center;cursor:' + (_c==i? ('predeterminado;color de fondo:rojo;"'): ' mano;" onclick="adRotator.select(' + i + ')"') + '>' + (i>8?(i+1):('0'+(i+1)))+ '< /span> '; _html += "</div></td></tr></table>"; getRef(_o).innerHTML = _html; getRef("rotatorPic").filters[0].Apply(); getRef("rotatorPic").filters[0].Play(); próximo(); } más { _i.src = _p[_c]; adRotator.carga(); } }}; adRotator.next=function() { con (esto) { (_p.length-1==_c)? _c=0: _c++; _timeout=window.setTimeout(adRotator.play,_s*1000); }}; adRotator.select=function(i) { con (esto) { window.clearTimeout(_timeout); _c=yo; adRotator.play(); }}; adRotator.set=function(segundo) { con (este) { window.clearTimeout(_timeout); if((/d+/).prueba(segundo)==verdadero) { _s=segundo; adRotator.play(); } else { alert("¡debe ser un dígito!") adRotator.play(); } }}; función getRef(id) { return (document.all?document.all(id):document.getElementById(id)); } adRotator.initialize("AdRotator"); adRotator.add("","aa","http://www.downcodes.com") adRotator.add("") adRotator.add("") adRotator.add("") adRotator.add("" ) adRotator.play(); //--> </SCRIPT> </BODY> </HTML>