منتدى شبابي ترفيهي لكل شباب العراق % عزيزي الزائر نتمنى ان تقضي اوقات مفيد% لقد افرحتنا بدخولك الى المنتدى لكن لن تكمل فرحتنا الى بالتسجيل في المنتدى % THANCK YOU
** SHABAB & AL & IRAQ **
منتدى شبابي ترفيهي لكل شباب العراق % عزيزي الزائر نتمنى ان تقضي اوقات مفيد% لقد افرحتنا بدخولك الى المنتدى لكن لن تكمل فرحتنا الى بالتسجيل في المنتدى % THANCK YOU
** SHABAB & AL & IRAQ **
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.
هذا الكود لعرض وصله جديدة كل يوم (من الممكن يكون خبر أو اعلان محدد بيوم معين كل اسبوع
كود:
<****** language="Java******"> //****************************************************** // * ****** from http://ldpoint.com // * Phone and internet services, tools* // * You can use this code if you leave this message* // ****************************************************** function GetTodaysURL() { var locationlist = new URLList ( "1.html", // Monday "2.html", // Tuesday "3.html", "4.html", "5.html", "6.html", "7.html" // Sunday ); now = new Date(); num = now.getDay(); if (num == 0) num = 7; location.href = locationlist.list[num-1]; } function URLList () { var argv = URLList.arguments; var argc = argv.length; this.list = new Object(); for (var i = 0; i < argc; i++) this.list[i] = argv[i]; this.count = argc; return this; } ******>
Example of the code, choosing the page of that day. Tomorrow here will be shown another page.
رساله تظهر عند اغلاق او مغادرة موقعك لموقع اخر تخبر الزائر اذا اراد الأنتقال لصفحة اخر بالموقع واذا اختار لا تظهر رساله حظا موفق
// ****************************************************** // * ****** from http://ldpoint.com // * Phone and internet services, tools* // * You can use this code if you leave this message* // ****************************************************** <****** language="Java******"> pass = prompt('Insert the password'); if (pass=='1-java') { alert('2-good password') } else { alert('3-right password is... Go to 404'), top.location.href="4 - missing.html" } ******>