Jump to content
Fórum Script Brasil
  • 0

Como?


Guest - tito -

Question

Guest - tito -

Bom, eu me esqueci como chama a barra, mas

a pressa é muita e tentarei me expressar.

Como faço para inserir algo fixo em minha

barra do rodapé do browser????que indica

concluido, o endereço,...etc...

valeu,..

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

hahahahahaha

que pressa!!!!!!!!!!!!!!

barra de status................

window.status = "mensagem"............

Link to comment
Share on other sites

  • 0

Com o script do Diraol , quando você passar o mouse em cima de um link ou quando você clicar nele a mensagem desaparece....

então faz o seguinte:

<html>

<script language="JScript">

<!--

function MensagemStatus()

{

window.status= "SuA MeNsAgEm";

setTimeout("MensagemStatus()",50);

}

-->

</script>

<head>

<title>TiTuLo</title>

</head>

<body onload="setTimeout('MensagemStatus()',50)">

<a href="#">AAAAAAAA</a>

</body>

</html>

Assim vai ficar bem bem fixa heheheh

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...