|
AULA
8
MENSAGEM
EM BARRA DE STATUS

Para
colocar uma mensagem na sua barra de status, no Outlook
Express:
1.
Selecione o script abaixo, que está em azul;
2. clique em COPIAR
(COPY);
3. abra uma NOVA
MENSAGEM, clique na ABA ORIGEM, procure o comando <BODY
bgColor=#ffffff> e COLE (PASTE) o
script.
Assim:
<BODY bgColor=#ffffff>COLAR
AQUI
Veja abaixo o
script:
<script
language="JavaScript"><!--
var hellotext=" aqui
vai o seu texto "
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==12) {step=1}
if (step==1) {window.status='>>=========='+thetext+'==========<<'}
if (step==2) {window.status='=>>========='+thetext+'=========<<='}
if (step==3) {window.status='==>>========'+thetext+'========<<=='}
if (step==4) {window.status='===>>======='+thetext+'=======<<==='}
if (step==5) {window.status='====>>======'+thetext+'======<<===='}
if (step==6) {window.status='=====>>====='+thetext+'=====<<====='}
if (step==7) {window.status='======>>===='+thetext+'====<<======'}
if (step==8) {window.status='=======>>==='+thetext+'===<<======='}
if (step==9) {window.status='========>>=='+thetext+'==<<========'}
if (step==10) {window.status='=========>>='+thetext+'=<<========='}
if (step==11) {window.status='==========>>'+thetext+'<<=========='}
setTimeout("anim()",100);
}
welcometext();
// --></script>
4.
no local indicado em vermelho, apague apenas a frase aqui
vai o seu texto e escreva a frase
desejada no espaço entre as aspas;
5. clique em
Arquivo/Salvar e sua mensagem será salva na pasta RASCUNHOS.
Verifique se está
tudo funcionando e se a mensagem que você escreveu está lá
no rodapé.
Tudo OK? Então
agora você pode escrever e enviar sua mensagem normalmente.
OBSERVAÇÃO:
Se você quiser usar este recurso partindo de uma mensagem na
qual já há um código inserido, basta clicar em
Origem e substituir o texto que foi digitado entre aspas
(nas linhas que começam com "This" ) pelo seu próprio
texto.
Ilustração
(gif animada) by Vanda Vasconcellos
Tutorial
elaborado por Angela
Maria P. Glavam
design
by Angela Maria Pereira Glavam
Copyright © 2002 by Angela Maria P.
Glavam ®
Todos
os direitos reservados
|