sun2012
عدد المساهمات : 172 تاريخ التسجيل : 01/07/2011
| موضوع: اكبر مكتبة اكواد لاحلى منتدى السبت 17 سبتمبر 2011, 9:06 pm | |
| اكبر مكتبة اكواد html لاصحاب المواقع( جديد) السابق التاليبرمجة وتطوير المواقع والمنتديات|الأرشيف|الرئيسية <........................ LANGUAGE="Java........................"><........................ LANGUAGE="Java........................"> هذا الكود لعرض وصله جديدة كل يوم (من الممكن يكون خبر أو اعلان محدد بيوم معين كل اسبوع)
<****** 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.
| رساله تظهر عند اغلاق او مغادرة موقعك لموقع اخر تخبر الزائر ا ذا اراد الأنتقال لصفحة اخر بالموقع واذا اختار لا تظهر رساله حظا موفق <****** language="Java******">
******> ======================================== < BR>شاشة باسورد بالجافا
// ****************************************************** // * ****** 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" } ******>
|
اجعل موقعك بمساحة الشاشة كلها رساله تسأل الشخص عن اسمه عن دخول صفحتك <........................ LANGUAGE="Java........................"> name=window.prompt("يا هلا ","اكتب اسمك هنا ");
document.write(" هلا والله "+name+"")
//--> | كتابات تتبع الماوس <........................ LANGUAGE="Java........................"><........................ LANGUAGE="Java........................"> | السابق التالي | |
|