°·.¸.•°·.¸.•°هـكـر101°·.¸.•°·.¸.•°
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

نافذة تفتح بشكل تلقائي عند الخروج من الموقع

اذهب الى الأسفل

نافذة تفتح بشكل تلقائي عند الخروج من الموقع Empty نافذة تفتح بشكل تلقائي عند الخروج من الموقع

مُساهمة  Admin السبت أبريل 26, 2008 12:45 pm

انسخ الكود بالون الاحمر


<script>
/*
Fair well window launcher script
By JavaScript Kit (
http://javascriptkit.com)
Over 200+ free scripts here!
*/

function openpopup(){
//configure "seeyou.htm and the window dimensions as desired
window.open("seeyou.htm","","width=300,height=338")
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document·cookie.length > 0) {
offset = document·cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document·cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document·cookie.length;
returnvalue=unescape(document·cookie.substring(offset, end))
}
}
return returnvalue;
}

function loadpopup(){
if (get_cookie('popped')==''){
openpopup()
document·cookie="popped=yes"
}
}

</script>

Admin
Admin
Admin

عدد الرسائل : 273
تاريخ التسجيل : 15/04/2008

https://haker101.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى