كلام ثابت في شريط المعلومات السفلي
2 مشترك
صفحة 1 من اصل 1
كلام ثابت في شريط المعلومات السفلي
كلام ثابت في شريط المعلومات السفلي
انظهر الى الشريط السفلي
طريقة التركيب
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)">
انظهر الى الشريط السفلي
طريقة التركيب
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)">
ميدو الرايق- عدد المساهمات : 34
نقاط : 102
السٌّمعَة : 0
تاريخ التسجيل : 02/04/2010
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى