كلام ثابت في شريط المعلومات السفلي
انظهر الى الشريط السفلي
طريقة التركيب
1- انسخ هذا الكود و ضعه في منطقة HEAD <script
LANGUAGE="JavaScript">
/* Visit our site at
http://www.star28.com/ for more code
* This notice must stay intact for use */
<!--
// Following COPYRIGHT ©1997 Dennis & Family. All Rights
Reserved.
function snapIn(jumpSpaces,position) { var msg = "ضع الكلام
الذي تريده هنا"; var out = ""; for (var i=0; i<position; i++) { out
+= msg.charAt(i) } for (i=1;i<jumpSpaces;i++) { out += " " } out +=
msg.charAt(position); window.status = out; if (jumpSpaces <= 1) {
position++; if (msg.charAt(position) == ' ') { position++ } jumpSpaces =
100-position } else if (jumpSpaces > 3) { jumpSpaces *= .09 } else {
jumpSpaces-- } if (position != msg.length) { var cmd = "snapIn(" +
jumpSpaces + "," + position + ")"; window.setTimeout(cmd,10); } return
true }
//-->
</script>
2- ضع هذه الرموز ضمن الوسم BODY لتصبح هكذا <BODY onLoad="snapIn(50,0)">