ABRIR  E FECHAR JANELA POP-UP AUTOMATICAMENTE
<html>

<head>
<meta name="GENERATOR" content="Nelson">
<meta name="ProgId" content="WebDeveloper">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Janela Pop-up</title>
</head>
<script language="JavaScript">
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",15000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=darkblue text=orange>');
pop.document.write('<center><b><h2>Seja Bem Vindo</h2></b></center>');
pop.document.write('<center><b><h3>Aguarde, a p�gina est� carregando</h3></b></center>');
pop.document.write('<center><b><h6>Essa janela ir� fechar automaticamente</h6></b></center>');
pop.document.write('</body>');
</script>
</head>
<body>


Instru��es
pop.document.write(';",7000)'); o numero 7000 indica que a janela se fechara automaticamente em 7 segundos sem pedir permiss�o, voc� pode alterar o tempo que quiser apenar acrescentando um numero maior por exemplo: 25000 ou seja a janela ira fechar em 25 segundos.
RETORNA A HOME PAGE CRIPT2
Hosted by www.Geocities.ws

1