ɒσиᴊωαи {وَمَا أُوتِيتُمْ مِنَ الْعِلْمِ إِلَّا قَلِيلًا}
المساهمات : 2595 العمر : 104
| موضوع: رساله تظهر عند اغلاق او مغادرة موقعك لموقع اخر الخميس فبراير 03, 2011 2:47 am | |
| - اقتباس :
- <****** language="Java******">
<!-- // ****************************************************** // * ****** from [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] created [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] // * Phone and internet services, tools* // * You can use this code if you leave this message* // ****************************************************** function Create****ie(name, value, expiredays) { var todayDate = new Date(); todayDate.setDate(todayDate.getDate() + expiredays); document.****ie = name + " = " + value + "; expires=" + todayDate.toGMTString() + ";"; } function Read****ie(****iename) { var numOf****ies = document.****ie.length; var nameOf****ie = ****iename + "="; var ****ieLen = nameOf****ie.length; var x=0; while (x <= numOf****ies) { var y = (x + ****ieLen); if (document.****ie.substring(x, y) == nameOf****ie) return(Extract****ieValue (y)); x = document.****ie.indexOf(" ", x) + 1; if (x == 0) break; } return null; } function Extract****ieValue(val) { if ((endOf****ie = document.****ie.indexOf(";", val)) == -1) { endOf****ie = document.****ie.length; } return unescape(document.****ie.substring(val, endOf****ie)); } function GoodBye() { if (confirm("\nWould you like to visit my another webmasters resorse before leaving?\n")) { alert("\nThank you!\n"); window.open("http://www.ldpoint.com/master.html "); } else { alert("\nSee you again\n Good Luck!\n"); return false; } } function MainGoodBye() { var user****ie = Read****ie("_chups"); if (user****ie == null) { // user is here at first time //propose to visit site GoodBye(); //create ****kie key (30 days) Create****ie("_chups", 1, 30); } } //--> </******> ======================================== شاشة باسورد بالجافا <!-- Passworder ****** --> // ****************************************************** // * ****** from [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] // * 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" } </******> <!-- Passworder ****** END --> | |
|