عرض مشاركة واحدة
قديم 01-01-2012, 12:13 AM   رقم المشاركة : 11 (permalink)
معلومات العضو
هشبول
 
الصورة الرمزية هشبول
 

 

 
إحصائية العضو






هشبول غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
هشبول is on a distinguished road

افتراضي رد: مكتبة الشبكة العنكبوتية لأفضل أكواد الجافا لتصميم الاندكس


نص يومض في أسفل الصفحة

انظر الى الأسفل


طريقة التركيب
انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة
BODY


كود PHP:
**********

/*
Always-on-top message Script-
Dynamic Drive (www.dynamicdrive.com)
// Visit http://www.star28.com/ for more code
// Translated By http://www.star28.com/
*/

// ضع النص الذي تريده و يمكنك التعديل في أكواد HTML
var message='<b><font face=Arial color=000000 size=5>ضع النص هنا</font></b>';

// ضع لون الخلفية الأول
var backgroundcolor="yellow";

//enter 0 for always display, 1 for a set period, 2 for random display mode
var displaymode=0;

//if displaymode is set to display for a set period, enter the period below (1000=1 sec)
var displayduration=10000;

// اذا أردت أن لا يومض النص غير القيمة الى 0
var flashmode=1;
// ضع لون الخلفية الآخر
var flashtocolor="LIME";


///////////////do not edit below this line////////////////////////////////////////

function regenerate(){
window.location.reload();
}

var 
which=0;

function 
regenerate2(){
if (********.
layers)
setTimeout("window.onresize=regenerate",400);
}


function 
display2(){
if (********.
layers){
if (
topmsg.visibility=="show")
topmsg.visibility="hide";
else
topmsg.visibility="show";
}
else if (********.
all){
if (
topmsg.style.visibility=="visible")
topmsg.style.visibility="hidden";
else
topmsg.style.visibility="visible";
setTimeout("display2()",Math.round(Math.random()*10000)+10000);
}
}

function 
flash(){
if (
which==0){
if (********.
layers)
topmsg.bgColor=flashtocolor;
else
topmsg.style.backgroundColor=flashtocolor;
which=1;
}
else{
if (********.
layers)
topmsg.bgColor=backgroundcolor;
else
topmsg.style.backgroundColor=backgroundcolor;
which=0;
}
}


if (********.
all){
********.
write('<span id="topmsg" style="position:absolute;visibility:hidden">'+message+'</span>');
}


function 
logoit(){
********.
all.topmsg.style.left=********.body.scrollLeft+********.body.clientWidth/2-********.all.topmsg.offsetWidth/2;
********.
all.topmsg.style.top=********.body.scrollTop+********.body.clientHeight-********.all.topmsg.offsetHeight-4;
}


function 
logoit2(){
topmsg.left=pageXOffset+window.innerWidth/2-topmsg.********.width/2;
topmsg.top=pageYOffset+window.innerHeight-topmsg.********.height-5;
setTimeout("logoit2()",90);
}

function 
setmessage(){
********.
all.topmsg.style.left=********.body.scrollLeft+********.body.clientWidth/2-********.all.topmsg.offsetWidth/2;
********.
all.topmsg.style.top=********.body.scrollTop+********.body.clientHeight-********.all.topmsg.offsetHeight-4;
********.
all.topmsg.style.backgroundColor=backgroundcolor;
********.
all.topmsg.style.visibility="visible";
if (
displaymode==1)
setTimeout("topmsg.style.visibility='hidden'",displayduration);
else if (
displaymode==2)
display2();
if (
flashmode==1)
setInterval("flash()",1000);
window.onscroll=logoit;
window.onresize=new Function("window.location.reload()");
}


function 
setmessage2(){
topmsg=new Layer(window.innerWidth);
topmsg.bgColor=backgroundcolor;
regenerate2();
topmsg.********.write(message);
topmsg.********.close();
logoit2();
topmsg.visibility="show";
if (
displaymode==1)
setTimeout("topmsg.visibility='hide'",displayduration);
else if (
displaymode==2);
display2();
if (
flashmode==1)
setInterval("flash()",1000);
}


if (********.
layers)
window.onload=setmessage2;
else if (********.
all)
window.onload=setmessage;

</script> 
التوقيع







 

   

رد مع اقتباس