نجم منتدى
هذه الخاصية طور الانشاء ...

فقط تسجل معنا

بالتوفيق
نجم منتدى
هذه الخاصية طور الانشاء ...

فقط تسجل معنا

بالتوفيق
نجم منتدى
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

نجم منتدى

اهلا و سهلا بجميع زوار و اعضاء منتدى كرام
 
الرئيسيةالبوابةاعلانات منتدى عامأحدث الصورالتسجيلدخول

Web Hosting




Cool Dark Blue Pointer Glitter
اعلانات منتدى
لا توجد اعىنات جديد

NEW
قريباااااااااااااااااااااااااااااااااااااااااا

 

 مجموعة من اكواد مناسبا لي موقعك

اذهب الى الأسفل 
4 مشترك
كاتب الموضوعرسالة
amine-mp
* عضوية مقفولة *
* عضوية مقفولة *



ذكر
عدد المشاركات : 70
وسام تمييز : مجموعة من اكواد مناسبا لي موقعك 24264010
تاريخ التسجيل : 05/06/2008

مجموعة من اكواد مناسبا لي موقعك Empty
مُساهمةموضوع: مجموعة من اكواد مناسبا لي موقعك   مجموعة من اكواد مناسبا لي موقعك I_icon_minitimeالإثنين 9 يونيو 2008 - 16:47

نقاط ملونه جميله تتبع الفارة



<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF00FF" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a7" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a8" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a9" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a10" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a11" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a12" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#0000ff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a13" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,3,3"></LAYER> <script language="JavaScript"> /* Magic Wand cursor (By Kurt at kurt.grigg@virgin.net) Modified and permission granted to Dynamic Drive to feature script in archive For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com */ if (document.all){ with (document){ write('<div id="starsDiv" style="position:relative ;top:0px;left:0px">') write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>') write('</div>') } } var Clrs=new Array(6) Clrs[0]='ff0000'; Clrs[1]='00ff00'; Clrs[2]='000aff'; Clrs[3]='ff00ff'; Clrs[4]='fff000'; Clrs[5]='fffff0'; if (document.layers) {window.captureEvents(Event.MOUSEMOVE);} var yBase = 200; var xBase = 200; var step; var currStep = 0; var Xpos = 1; var Ypos = 1; if (document.all) { function MoveHandler(){ Xpos = document.body.scrollLeft+event.x; Ypos = document.body.scrollTop+event.y; } document.onmousemove = MoveHandler; } else if (document.layers) { function xMoveHandler(evnt){ Xpos = evnt.pageX; Ypos = evnt.pageY; } window.onMouseMove = xMoveHandler; } function animateLogo() { if (document.all) { yBase = window.document.body.offsetHeight/4; xBase = window.document.body.offsetWidth/4; } else if (document.layers) { yBase = window.innerHeight/4; xBase = window.innerWidth/4; } if (document.all) { for ( i = 0 ; i < starsDiv.all.length ; i++ ) {step=3; starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200); starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400); for (ai=0; ai < Clrs.length; ai++) { var c=Math.round(Math.random()*[ai]); } starsDiv.all[i].style.background=Clrs[c]; } } else if (document.layers) { for ( j = 0 ; j < 14 ; j++ ) //number of NS layers! {step = 4; var templayer="a"+j document.layers[templayer].top = Ypos + yBase*Math.sin((currStep + j*4)/12)*Math.cos(0.7+currStep/200); document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400); for (aj=0; aj < Clrs.length; aj++) { var c=Math.round(Math.random()*[aj]); } document.layers[templayer].bgColor=Clrs[c]; } } currStep+= step; setTimeout("animateLogo()", 10); } animateLogo(); // --> </script>


منع استخدام الزر الأيمن في الصفحة // -->


<script language="JavaScript"><!-- function click() { if (event.button==2) { alert('ضع رسالتك هنا '); } } document. NOOP=click // --> // --></script><!-- سكربتات محروم -->

جملة تتبع الفارة إثناء تحركها في الصفحة


<style> .spanstyle { position:relative ; visibility:visible; top:-50px; font-size:10pt; font-family:Verdana; font-weight:bold; color:black; } </style> <script> /* mahrom.topcities.com سكربتات محروم */ var x,y var step=20 var flag=0 // Your snappy message. Important: the space at the end of the sentence!!! var message="aLfnnan script! " message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function makesnake() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("makesnake()",30) } </script> <script> <!-- Beginning of JavaScript - for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; // - End of JavaScript - --> </script> <body NOOP="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">



زر تضغطه تطلع رسالة


<form><input type="button" value="عنوان الزر" NOOP="alert('اكتب هنا نص الرسالة '); return true"></form>



كود ينضم الحركة في الصفحة للإمام والخلف


<SCRIPT LANGUAGE="JavaScript"> <!-- hide كود تنضيم الحركة في الصفحة للامام والخلف this script tag's contents from old browsers function goHist(a) { history.go(a); // Go back one. } //<!-- done hiding from old browsers --> </script> <FORM METHOD="post"> <INPUT TYPE="button" VALUE=" للخلف " NOOP="goHist(-1)"> <INPUT TYPE="button" VALUE=" للأمام" NOOP="goHist(1)"> </form>



يقوم بتحديث الصفحة بمجرد الضغط عليه


<input type="Button" name="lukk" value=" قم بتجديدالصفحة دائماً" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC6;" NOOP="location.reload
الرجوع الى أعلى الصفحة اذهب الى الأسفل
المدير
المدير العام
المدير العام
المدير


ذكر
عدد المشاركات : 191
وسام تمييز : مجموعة من اكواد مناسبا لي موقعك Avatar10
تاريخ التسجيل : 18/04/2008

مجموعة من اكواد مناسبا لي موقعك Empty
مُساهمةموضوع: رد: مجموعة من اكواد مناسبا لي موقعك   مجموعة من اكواد مناسبا لي موقعك I_icon_minitimeالإثنين 9 يونيو 2008 - 16:50

موضوع ينقصه التنظيم

شكرا


عدل سابقا من قبل المدير في الإثنين 9 يونيو 2008 - 17:39 عدل 1 مرات
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.stardima.yoo7.com
zaz
مراقب(ة) سابقا
مراقب(ة) سابقا



ذكر
عدد المشاركات : 458
وسام تمييز : مجموعة من اكواد مناسبا لي موقعك 24264010
تاريخ التسجيل : 13/05/2008

مجموعة من اكواد مناسبا لي موقعك Empty
مُساهمةموضوع: رد: مجموعة من اكواد مناسبا لي موقعك   مجموعة من اكواد مناسبا لي موقعك I_icon_minitimeالخميس 12 يونيو 2008 - 13:01

waw
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.stardima.yoo7.com
zaz
مراقب(ة) سابقا
مراقب(ة) سابقا



ذكر
عدد المشاركات : 458
وسام تمييز : مجموعة من اكواد مناسبا لي موقعك 24264010
تاريخ التسجيل : 13/05/2008

مجموعة من اكواد مناسبا لي موقعك Empty
مُساهمةموضوع: رد: مجموعة من اكواد مناسبا لي موقعك   مجموعة من اكواد مناسبا لي موقعك I_icon_minitimeالخميس 12 يونيو 2008 - 13:01

bien
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.stardima.yoo7.com
star-houssam
مشرف(ة) سابقا
مشرف(ة) سابقا



ذكر
عدد المشاركات : 122
وسام تمييز : مجموعة من اكواد مناسبا لي موقعك 24264010
تاريخ التسجيل : 19/06/2008

مجموعة من اكواد مناسبا لي موقعك Empty
مُساهمةموضوع: رد: مجموعة من اكواد مناسبا لي موقعك   مجموعة من اكواد مناسبا لي موقعك I_icon_minitimeالخميس 19 يونيو 2008 - 8:52

شكرا على موضوع
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.stardima.yoo7.com
 
مجموعة من اكواد مناسبا لي موقعك
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
نجم منتدى :: منتديات خاص بالإنترنت :: تطوير المواقع والمنتديات-
انتقل الى: