Codeme

Bem Vindo ao CODME
Cadastre-se agora para obter acesso a todos os nossos recursos. Uma vez cadastrado e logado, você será capaz de criar tópicos, postar respostas a tópicos já existentes, a reputação de seus companheiros, começar seu próprio mensageiro privado, atualizações pós status, gerenciar seu perfil e muito mais. Esta mensagem será removido depois de ter cadastrado.
Entrar na Conta Criar uma conta


Você não está conectado. Conecte-se ou registre-se

Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

#1Pop anti-bloqueavel Empty Pop anti-bloqueavel Sex Nov 01, 2013 3:42 pm

Admin

Admin

Admin

Script muito bom, você coloca por exemplo, NOTICIAS ou NOVIDADES e ele abre feito uma pop up, so que vem de cima, com facil alteração de tamanho e abertura.
Código:
<HTML>
 <HEAD>
  <TITLE></TITLE>
  <STYLE>
  A.link:link {color: black; text-decoration: none}
  A.link:visited {color: black; text-decoration: none}
  A.link:active {color: black; text-decoration: none}
  A.link:hover {color: black; text-decoration : none;}
  </STYLE>
  <script language="JavaScript1.2">
  var ie=document.all
  var dom=document.getElementById
  var ns4=document.layers

  var bouncelimit=32 //(must be divisible by 8)
  var direction="up"

  function initbox(){
    if (!dom&&!ie&&!ns4)
    return
    crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
    scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
    crossobj.top=scroll_top-250
    crossobj.visibility=(dom||ie)? "visible" : "show"
    dropstart=setInterval("dropin()",50)
  }
  function dropin(){
    scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
    if (parseInt(crossobj.top)<100+scroll_top)
    crossobj.top=parseInt(crossobj.top)+40
    else{
    clearInterval(dropstart)
    bouncestart=setInterval("bouncein()",50)
    }
  }
  function bouncein(){
    crossobj.top=parseInt(crossobj.top)-bouncelimit
    if (bouncelimit<0)
    bouncelimit+=8
    bouncelimit=bouncelimit*-1
    if (bouncelimit==0){
    clearInterval(bouncestart)
    }
  }
  function dismissbox(){
    if (window.bouncestart) clearInterval(bouncestart)
    crossobj.visibility="hidden"
  }
  function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = ""
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) {
      offset += search.length
      end = document.cookie.indexOf(";", offset)
      if (end == -1)
      end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
  }
  function dropornot(){
    if (get_cookie("droppedin")==""){
    window.onload=initbox
    document.cookie="droppedin=yes"
    }
  }
  dropornot()
  function redo(){
    bouncelimit=32
    direction="up"
    initbox()
  }
  window.onload=initbox
  </script>
 </HEAD>
 <BODY>
  <div id="dropin" style="position:absolute;visibility:hidden;left:50;top:0;width:500;height:150;background-color:#F5F5F5">
  <TABLE WIDTH="100%" HEIGHT="100%" BORDER="1" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="#000000">
    <TR>
    <TD valign="top"><div align="right"><a class="link" href="javascript:dismissbox()"><FONT FACE="Verdana" SIZE="-2"><B>X</B></FONT></a>&nbsp;</div>
    <FONT FACE="Verdana" SIZE="-1" COLOR="DODGERBLUE"><B>&nbsp;script iohann</B></FONT><BR><FONT FACE="Verdana" ="-2"><B>Iohann palm desing</B></FONSIZET>
    <BR><BR><FONT FACE="Verdana" SIZE="-2">&nbsp;Nesta janela, você tem a possibilidade de adicionar os que quiser, imagens, texto, outros DIVs, Texto em RTF (Rich Text Format), além de todas as tags HTML possíveis!</FONT></TD>    </TR>
  </TABLE>
  </div>
  <A href="javascript:redo()">Cair janela novamente</A>
  </BODY>
</HTML>
Feito por: Rafael Leal

https://codme.umforum.net

Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]


Permissões neste sub-fórum
Não podes responder a tópicos

 

Pop anti-bloqueavel 97v7
Pop anti-bloqueavel 97v7