Ir para conteúdo
Fórum Script Brasil
  • 0

Script Rotator


gosank

Pergunta

Aeh pessoal... o codigo estah logo abaixo...

Bom... é o seguinte... não consigo fazer ele abrir uma janela "_blank" é incrivel ou sou burro... se alguém souber.... eu agradeço pela resposta.... valeu

wink.gif

<!-- --><script LANGUAGE="JavaScript">

<!-- Hide from JavaScript-Impaired Browsers
/* First, if you load fewer or more than 6 sponsors
   into your rotator, change the "number_of_sponsors" variable
   to the actual number of sponsor .gifs you plan to
   load. */
   number_of_sponsors=6;

var sctr=0;
var halt=0;
var isn=new Array();
for (i=0;i<number_of_sponsors;i++){
 isn[i]=new Image();
}

/* The sponsor .gif names are loaded into the isn[x]
   sponsor images array.  You may load any number of
   sponsor images (.gif or .jpg or both) into this
   array. They must all be the same size, however.
   Substitute your own .gif filenames for the ones
   shown here. Note that the first .gif must appear
   in the isn[0] array element. */
isn[0].src="banners.gif";
isn[1].src="banners1.gif";
isn[2].src="banners2.gif";
isn[3].src="banners3.gif";
isn[4].src="banners4.gif";
isn[5].src="banners5.gif";

/* Finally, replace the URL's below with those of
   your sponsors IN THE SAME ORDER. */
var durl=new Array();
durl[0]="http://www.adobe.com/aic/ ";
durl[1]="http://www.site.com/";
durl[2]="http://www.site2.com/";
durl[3]="http://info.netscape.com/sban11_e";
durl[4]="http://www.infohiway.com/javascript/hts.htm";
durl[5]="http://www.pentax.com/";

/* This script is set to rotate every 10 seconds.
   (5000=5 seconds, so 30000 would equal 30, etc)
   You should change the number in the setTimeout()
   call below for the number of seconds you wish. */
function rotateIt(){
 if (halt!=1){
  sctr++;
  if (sctr>number_of_sponsors-1){
   sctr=0;
   }
  document.sponsor.src=isn[sctr].src;
  setTimeout("rotateIt()",1000);
  }
 }

/* This code will work just fine with or without
   frames.  However, if you are in frames and wish
   to replicate the TARGET="_top" call to remove
   frames, change the location.href call to:
    parent.location.href=durl[sctr];
   below.*/ 
   
function doIt(){
 halt=0;
 parent.location.href=durl[sctr];
 target = "_top";
 }


function dispIt(){
 parent.window.status=durl[sctr];
 }

// End Hiding -->

</SCRIPT>
<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >
<tr>
<td>
<a href="" target=""  onClick="doIt();return false" onMouseover="dispIt();return true;"><img SRC="" NAME="sponsor" BORDER=0 height=60 width=200></a></td>

</tr>
</table></center>
<!-- this script and more free from a1javascripts.com -->
<!-- -->
<script LANGUAGE="JavaScript">
<!-- Hide JavaScript from Java-Impaired Browsers
sctr=0;
rotateIt();
// End Hiding -->
</SCRIPT>
<!-- -->

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152k
    • Posts
      651,8k
×
×
  • Criar Novo...