مرحبا فى موقع جافا لتصميم المواقع
أكواد متنوعة
منع استخدام زر الفارة الأيمن
// No rightclick script v.2.5 // (c) 1998 barts1000 // barts1000@aol.com // Don't delete this header! var message=" ضع رسالتك هنا "; // Don't edit below! function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click;
كود لتجميد الصفحة عند ضغط زر الفارة الأيمن مرتين
document.onmousedown=click var times=0 var times2=10 function click() { if ((event.button==2) || (event.button==3)) { if (times>=1) { bye() } alert("تــحــذيــر!! لاتنقر على زر الماوس الأيمن مرة أخرى لكى لا تتوقف الصفحة"); times++ } } function bye() { alert("لاتستخدمه مرة أخرى!؟"); bye() }
كود لأظهار رسالة مع بداية دخول الزائر
<!-- Begin var a = Math.random() + "" var rand1 = a.charAt(5) quotes = new Array quotes[1] = "لا حك جسمك مثل ظفرك" quotes[2] = "من حفر حفرة لاخيه وقع فيه" quotes[3] = "اللهم علمني ما نسيت و ذكرني بما جهلت" quotes[4] = "إن الله و ملائكته يصلون على النبي يا أيها اللذين آمنوا صلوا و سلموا عليه تسليما" quotes[5] = "لا خير فى القول إلا مع العمل " quotes[6] = "لا خير في الفقه إلا مع الورع" quotes[7] = "خمس خصال تكون فى الجاهل،الغضب في غير غضب،والكلام في غير نفع،والعطية في غير موضع، والثقة بكل احد، وأن لا يعرف صديقه من عدوه" quotes[8] = "لتكن كبيرة أو صغيرة فهي بلادي و ليكن بعيد أو قريب فه ابن بلدي - مثل صيني" quotes[9] = "لا إله إلا الله" quotes[0] = "بلادي و إن جارت علي عزيزة" var quote = quotes[rand1] document.write(quote); // End --></textarea></a></p> </form></td> </font> </tr> <tr> <td width="100%" height="18"> <hr size="1" color="#800000"> </td> </tr> <tr> <td width="100%" height="18"> <p align="center"><font face="Tahoma" size="2" color="#333300">نص مطبوع يظهر في الصفحة</font> </td> </tr> <tr> <font face="Tahoma" color="#666633" size="2"><b> <td width="100%" height="219"> <form name="copy"> <p align="center"><a name="source"><input type="button" value="ضلل الكود" onclick="javascript:this.form.txt.focus();this.form.txt.select();" style="font-family: Tahoma; font-size: 10pt; background-color: #666633; color: #FFFFFF"> </a><br> </b> <a name="source"><textarea name="txt" rows="8" cols="53" wrap="VIRTUAL" dir="ltr" style="background-color: #FFFFFF; color: #666633;"><p align="center"><font face="Tahoma" size="2" color="#666633"><script language="JavaScript1.2"> /* Typing Text Script- Last updated: 99/06/17 © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ var it=0 function initialize(){ mytext=typing.innerText var myheight=typing.offsetHeight typing.innerText='' document.all.typing.style.height=myheight document.all.typing.style.visibility="visible" typeit() } function typeit(){ typing.insertAdjacentText("beforeEnd",mytext.charAt(it)) if (it<mytext.length-1){ it++ setTimeout("typeit()",100) } else return } if (document.all) document.body.onload=initialize
ظهور خط مع الارتباط
جافا لتصميم المواقع
جميع الحقوق محفوظة لعبد المنعم .copyright © 2000 Abd elmoneim. All rights reserved