Tutorials Scripts Free Q&A Books


 







:שמתשמ
:המסיס
  

1 :םויה תוסינכ
36 :שדוחה תוסינכ
1 :ןיילנוא םישלוג
רחא PHP CGI ASP JavaScript Cold Fusion JSP

JavaScriptב םיטפירקס


status bar ב בהבהמ טסקט
השמ :רבחמה םש

:תורעה\תויחנה
>-ב ןושארה עטקה תא םיסינכמ head>...
חיתפה ףוגב ינשה עטקה תאו

:דוק

<head>
<script>
var yourwords = "Enter Yout Text Here"; // change this text
var speed = 300;
var control = 1;
function flash()

{

if (control == 1)
{
window.status=yourwords;
control=0;
}

else
{
window.status="";
control=1;
}

setTimeout("flash()",speed);
}

</script>

</head>

<body onLoad="flash()">

 

הרזח >>
...