djallalaissa16 مدير المنتدى
عدد المساهمات : 455 تاريخ التسجيل : 20/01/2010 العمر : 39
| موضوع: اكواد للا ستعمال الخميس فبراير 18 2010, 17:00 | |
| حكمة اليوم
/***************************************** * Visit our site at [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code ******************************************/ اغلاق الصفحة بالكود [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] خمسة رسائل تتبدل بالترتيب بشكل عمودي
/* Pausing up-down message scroller- Last updated: 99/07/05 (Bugs fixed, ability to specify background image for scroller) Dynamic Drive ([ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] // Visit [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code // Translated By [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] */
//configure the below five variables to change the style of the scroller var scrollerwidth=150; // عرض المربع var scrollerheight=120; // طول المربع var scrollerbgcolor='#99FFFF'; // لون الخلفية //set below to '' if you don't wish to use a background image var scrollerbackground=''; // يمكن وضع خلفية للصورة
//configure the below variable to change the contents of the scroller var messages=new Array(); messages[0]="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]"; messages[1]="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]"; messages[2]="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]"; messages[3]="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]"; messages[4]="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]";
///////Do not edit pass this line///////////////////////
if (messages.length>1) i=2; else i=0;
function move1(whichlayer){ tlayer=eval(whichlayer); if (tlayer.top>0&&tlayer.top<=5){ tlayer.top=0; setTimeout("move1(tlayer)",3000); setTimeout("move2(document.main.document.second)",3000); return; } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=5; setTimeout("move1(tlayer)",100); } else{ tlayer.top=scrollerheight; tlayer.document.write(messages[i]); tlayer.document.close(); if (i==messages.length-1) i=0; else i++; } }
function move2(whichlayer){ tlayer2=eval(whichlayer); if (tlayer2.top>0&&tlayer2.top<=5){ tlayer2.top=0; setTimeout("move2(tlayer2)",3000); setTimeout("move1(document.main.document.first)",3000); return; } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=5; setTimeout("move2(tlayer2)",100); } else{ tlayer2.top=scrollerheight; tlayer2.document.write(messages[i]); tlayer2.document.close(); if (i==messages.length-1) i=0; else i++; } }
function move3(whichdiv){ tdiv=eval(whichdiv); if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){ tdiv.style.pixelTop=0; setTimeout("move3(tdiv)",3000); setTimeout("move4(second2)",3000); return; } if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){ tdiv.style.pixelTop-=5; setTimeout("move3(tdiv)",100); } else{ tdiv.style.pixelTop=scrollerheight; tdiv.innerHTML=messages[i]; if (i==messages.length-1) i=0; else i++; } }
function move4(whichdiv){ tdiv2=eval(whichdiv); if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){ tdiv2.style.pixelTop=0; setTimeout("move4(tdiv2)",3000); setTimeout("move3(first2)",3000); return; } if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){ tdiv2.style.pixelTop-=5; setTimeout("move4(second2)",100); } else{ tdiv2.style.pixelTop=scrollerheight; tdiv2.innerHTML=messages[i]; if (i==messages.length-1) i=0; else i++; } }
function startscroll(){ if (document.all){ move3(first2); second2.style.top=scrollerheight; second2.style.visibility='visible'; } else if (document.layers){ document.main.visibility='show'; move1(document.main.document.first); document.main.document.second.top=scrollerheight+5; document.main.document.second.visibility='show'; } }
window.onload=startscroll;
if (document.layers) document.write(messages[0]);
if (document.layers) document.write(messages[1]);
if (document.all){ document.writeln(''); document.writeln(''); document.writeln(' '); document.write(messages[0]); document.writeln(' '); document.writeln(' '); document.write(messages[1]); document.writeln(' '); document.writeln(' '); document.writeln(''); }
ثلاثة إعلانات تظهر بالتناوب - عند كل تحديث للصفحة وهي تظهر بشكل عشوائي لا على التعيين
/** Translated By [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] ** Visit our site at [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code */
إعلان يهبط الى منتصف الصفحة و يمكن إغلاقه من الزائر1- انسخ هذا الكود و ضعه في منطقة HEAD
/* ** Visit our site at [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code */
var ie=document.all var dom=document.getElementById var ns4=document.layers
var bouncelimit=8 //(must be divisible by var direction="up"
function initbox(){ if (!dom&&!ie&&!ns4) return crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin scroll_top=(ie)? document.body.scrollTop : window.pageYOffset crossobj.top=scroll_top-250 crossobj.visibility=(dom||ie)? "visible" : "show" dropstart=setInterval("dropin()",50) }
function dropin(){ scroll_top=(ie)? document.body.scrollTop : window.pageYOffset if (parseInt(crossobj.top)<100+scroll_top) crossobj.top=parseInt(crossobj.top)+40 else{ clearInterval(dropstart) bouncestart=setInterval("bouncein()",50) } }
function bouncein(){ crossobj.top=parseInt(crossobj.top)-bouncelimit if (bouncelimit<0) bouncelimit+=8 bouncelimit=bouncelimit*-1 if (bouncelimit==0){ clearInterval(bouncestart) } }
function dismissbox(){ if (window.bouncestart) clearInterval(bouncestart) crossobj.visibility="hidden" }
window.onload=initbox
انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
ثلاثة بنرات تتبدل بشكل جميل - انسخ هذا الكود و ضعه في منطقة BODY و عدل للذي يناسبك
var slideurl=new Array() var slidecomment=new Array() var slidelink=new Array() var slidetarget=new Array()
/////////////////////////////////////////////////////////////////////////// // EDIT-ZONE STARTS HERE // BY :khabouzia1.ahlamontada.com //////////////////////////////////////////////////////////////////////////
// Set the URLs of your slides (images) // مسار الصور slideurl[0]="b1.png" slideurl[1]="b2.png" slideurl[2]="b3.png"
// Add a link for each slide // // If you don't want to link a slide type "#" instead (see middle-sample below) // روابط البنرات على الترتيب slidelink[0]="http://www.star28.com" slidelink[1]="http://www.ttt4.com" slidelink[2]="http://vb.star28.net"
// Add a target for each link // Allowed values are: "_blank", "_top", "_parent", "_self" or the name of a frame slidetarget[0]="_blank" slidetarget[1]="_blank" slidetarget[2]="_blank"
// Add a comment for each slide // الوصف slidecomment[0]="وصف البانر رقم - 1 -" slidecomment[1]="وصف البانر رقم - 2 - " slidecomment[2]="وصف البانر رقم - 3 -"
// Set the font for the comments var slidefont="TAHOMA" // نوع الخط
// Set the fontcolor for the comments var slidefontcolor="black" // لون الخط
// Set the fontsize for the comments (HTML-values ranging form 1 - 6) var slidefontsize=2 // حجم الخط
// Set the width of the pictures (pixels) var slidewidth=468 // عرض الصورة بالبكسل
// Set the height of the pictures (pixels) var slideheight=60 // طول الصورة بالبكسل
// Set the pause between the pictures (seconds) var pause=5 // المدة الفاصلة بين كل صورة
/////////////////////////////////////////////////////////////////////////// // EDIT-ZONE ENDS HERE //////////////////////////////////////////////////////////////////////////
var preloadedimages=new Array() for (i=0;i preloadedimages[i]=new Image() preloadedimages[i].src=slideurl[i] }
var ns4=document.layers?1:0 var ns6=document.getElementById&&!document.all?1:0 var ie=document.all?1:0
var imgpreload=new Array() for (i=0;i<=slideurl.length-1;i++) { imgpreload[i]=new Image() imgpreload[i].src=slideurl[i] }
var pos_left=0 var pos_top=0 var speed=20 var step=10 var i_loop=0 var i_image1=0 var i_image2=1 var i_space="" var all_space="" var max_space=20 var content="" var i_slide=0 pause*=1000
function stretchimage() { if (i_loop<=slidewidth) { if (ie) { imgcontainer1.innerHTML="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]" document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft+i_loop imgcontainer2.innerHTML="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]" } if (ns6) { document.getElementById('imgcontainer1').innerHTML="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]" document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer1').style.left)+i_loop document.getElementById('imgcontainer2').innerHTML="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]" } i_loop=i_loop+step var timer=setTimeout("stretchimage()",speed) } else { clearTimeout(timer) var imgcontent="[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] "+slidecomment[i_image1]+"" if (ie) { imgcontainer1.innerHTML=imgcontent document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft+i_loop imgcontainer2.innerHTML="" } if (ns6) { document.getElementById('imgcontainer1').innerHTML=imgcontent document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer1').style.left)+i_loop document.getElementById('imgcontainer2').innerHTML="" } changeimage() } }
function changeimage() { i_loop=0 i_image1++ if (i_image1>slideurl.length-1) {i_image1=0} i_image2=i_image1-1 if (i_image2>slideurl.length-1) {i_image2=0} if (i_image2<0) {i_image2=slideurl.length-1} if (ie) { document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft } if (ns6) { document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer2').style.left) } var timer=setTimeout("stretchimage()",pause) }
function simpleslideshow() { i_slide++ if (i_slide>=slideurl.length) {i_slide=0} document.slideimage.src=preloadedimages[i_slide].src simpleslideshowcomment() var fadetimer=setTimeout("simpleslideshow()",pause) }
function simpleslideshowcomment() { if (i_space>=0){ all_space="" content="" for (i=0;i all_space+=" " } for (i=0;i var thisletter=slidecomment[i_slide].substring(i,i+1) thisletter=thisletter+all_space content+=thisletter } window.status=content i_space-- var fadetimer=setTimeout("simpleslideshowcomment()",20) } else { clearTimeout(fadetimer) i_space=max_space } }
function simpleslideshowjump() { if (slidetarget[i_slide]=="_self") { document.location.href=slidelink[i_slide] } else if (slidetarget[i_slide]=="_blank") { codepopup=window.open(slidelink[i_slide], "code", "status=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,width=780,height=580,top=10,left=10"); } else if (slidetarget[i_slide]=="_top") { top.location.href=slidelink[i_slide] } else if (slidetarget[i_slide]=="_parent") { parent.location.href=slidelink[i_slide] } else { var jumpto=eval("parent."+slidetarget[i_slide]) jumpto.location.href=slidelink[i_slide] } }
if (ie || ns6) { var slideh=slideheight+30 document.write("") document.write(" ") document.write(" ") document.write(" ") window.onload=stretchimage } else { document.write("[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]") window.onload=simpleslideshow }
|
اعلان مثل رسالة الماسنجر يختفي بعد الوقت الذي تحدده سوف تختفي الصورة بعد ثمانية ثوان طريقة التركيب 1- انسخ هذا الكود و ضعه في منطقة BODY كود عبارة عن طلب ترشيح هل رأيت الشاشة التي ظهرت .. اذا لم تقم بالترشيح قم بتحديث الصفحة و قم بالترشيح لترى النتيجة طريقة التركيب انسخ هذا الكود و ضعه في منطقة BODY /* * Visit our site at [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code */ function vote () { vote4alnadeem=window.open("ضع هنا كود الترشيح");
} function cancel () {}
if (confirm("رشحني .... أرجوك")) { vote();
} else cancel() // -->نافذة دعائية متحركة انظر الى النافذة التي ظهرت طريقة التركيب انسخ هذا الكود و ضعه في منطقة HEAD كلمات تظهر في شريط المعلومات السفلي 6 انظهر الى الشريط السفلي طريقة التركيب انسخ هذا الكود و ضعه في منطقة BODY scrollText(0) كلام متحرك يظهر في البار العلوي للصفحة انظر الى أعلى الصفحة طريقة التركيب انسخ هذا الكود و ضعه في منطقة HEAD // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] // script written for Internet Explorer 4.0+. // *******************************************************************
var message="مرحباً بكم فى موقعنا" //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler
| |
|