Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Djavan

Fechar janela automaticamente

Recommended Posts

Qual código eu utilizo para fechar uma janela automaticamente após um determinado tempo??? :D

O código que eu tenho ñ tá pegando e é o seguite:

 

<script language=javascript><!--window.setTimeout(''window.close()'',15000);//--></script>

Obrigado!!! :P

Compartilhar este post


Link para o post
Compartilhar em outros sites

Seguinte,

O codigo que tenho, nÃo fecha de fato a janela, mas achoque dá p ajeitar ele p/ isso, ok??

 

Segue abaixo o codigo completo!

 

<HTML>

<HEAD>

 

 

<script language="JavaScript1.2">

<!--

<!--

/*

DHTML Ad Box (By Matt Gabbert- tax@nolag.com, http://www.nolag.com)

Script featured on Dynamicdrive.com

For full source, TOS, and 100's more DHTML scripts, visit http://www.dynamicdrive.com

 

Adaptação de Equipe SITENOVO - sitenovo@terra.com.br

Você pode obter outros recursos no sitenovo: http://www.geocities.com/sitecodigos

*/

 

adTime=5; // seconds ad reminder is shown

chanceAd=1; // ad will be shown 1 in X times (put 1 for everytime)

 

var ns=(document.layers);

var ie=(document.all);

var w3=(document.getElementById && !ie);

adCount=0;

function initAd(){

if(!ns && !ie && !w3) return;

if(ie) adDiv=eval('document.all.sponsorAdDiv.style');

else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');

else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');

randAd=Math.ceil(Math.random()*chanceAd);

if (ie||w3)

adDiv.visibility="visible";

else

adDiv.visibility ="show";

if(randAd==1) showAd();

}

function showAd(){

if(adCount<adTime*10){adCount+=1;

if (ie){documentWidth =document.body.offsetWidth/2+document.body.scrollLeft-20;

documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}

else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;

documentHeight=window.innerHeight/2+window.pageYOffset-20;}

else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;

documentHeight=self.innerHeight/2+window.pageYOffset-20;}

adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;

setTimeout("showAd()",100);}else closeAd();

}

function closeAd(){

if (ie||w3)

adDiv.display="none";

else

adDiv.visibility ="hide";

}

onload=initAd;

// -->

 

function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

//-->

</script>

<style type="text/css"><!--

#sponsoraddiv { position: absolute; top: 0px; left: 0px; width: 450px; height: 350px; visibility: hidden }-->

</style>

 

 

 

 

<body>

<div id="sponsorAdDiv" style="width: 0px; height: 0px">

<table width="450" bgcolor="#ffffff" height="350" border="0">

<tr>

 

<td>

<!--*****aqui começa o lugar onde você deve editar a table*****-->

<table width="290" border="1" cellspacing="0" cellpadding="0" height="300">

<tr>

<td align="center">

<table width="285" border="0" cellspacing="1" cellpadding="1" height="295">

<tr>

<td align="center">

<table width="250" border="0" cellspacing="1" cellpadding="1" height="290">

<tr>

<td>

<div align="center">

<p><font size="3" face="Verdana, Arial, Helvetica, sans-serif" color="#666666">Olá

Usuário,<br>

Estamos participando do iBest!!<br>

Ajude-nos a conquistar o Top10,<br>

Basta clicar na figura abaixo e votar!</font></p>

</div>

</td>

</tr>

<tr>

<td>

<div align="center"><img src="../oficial_ibest_2.gif" width="160" height="120" border="0" onMouseDown="MM_openBrWindow('ibest.html','','width=400,height=350')" ></div>

</td>

</tr>

<tr>

<td>

<div align="center">

<p><font size="3" face="Verdana, Arial, Helvetica, sans-serif" color="#666666">AtençÃo;<br>

Aguarde, esta janela se fechará em 5 segundos. <br>Obrigado</font></p>

</div>

</td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr></table>

 

<!--*****Final da edição*****-->

</td>

</tr>

</table>

</div>

 

</BODY>

</HTML>

 

 

 

[]s

Rodney

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.