Menu

상태바에 별이 반짝여요.

2016. 6. 1. 19:57

안개핑 Javascript

 

 

<html>

<head>

<script language="JavaScript">

<!--

var hellotext="세실리아의 삶의향기."

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==7) {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+' ]★☆★☆★☆'}

setTimeout("anim()",200);

}

-->

</script>


</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="welcometext();">
<p align="center">&nbsp;</p>
<table width="450"
border=1 align="center" cellpadding=0 cellspacing=0 bordercolor="#CCCCCC" style="TABLE-LAYOUT: fixed" background="script/imge/183794.jpg">
  <colgroup>
  <col width="100%">
  <tbody>
    <tr>
      <td valign=top height="266"> <script language=JavaScript>
<!--
var hellotext="세실리아의 삶의향기."
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==7) {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+' ]★☆★☆★☆'}
setTimeout("anim()",200);
}
-->
</script> <p><span style="FONT-SIZE: 9pt">&nbsp;</span></p>

      </td>
    </tr>
  </tbody>

<p>&nbsp;</p>
</body>

</html>

'Javascript' 카테고리의 다른 글

점점 작아지는 화면과 날라가는 별  (0) 2016.06.01
반짝이며 올라가는 별  (0) 2016.06.01
링크된 이미지들은 깜박  (0) 2016.06.01
올라오는 이미지  (0) 2016.06.01
풀화면 창 열기  (0) 2016.06.01