المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مجموعه كودات (للجافا)


أيمن
02-03-2007, 07:46 PM
السلام عليكم ورحمة الله وبركاته

هذا الكود مجرد رايت كلك تروح بحث
<style>
.skin0{
position:absolute;
width:200px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}
.skin1{
cursor: default;
position: absolute;
width: 165px;
background-color: menu;
visibility:hidden;
border: 2px outset buttonhighlight;; font-style:normal; font-variant:normal; font-weight:normal
}
.menuitems{
padding-left:15px;
padding-right:10px;
}
-->
</style>
<script language="****************************************1.2">
//set the skin of the menu (0 or 1, with 1 rendering a default Windows menu like skin)
var menuskin=1
//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0

function showmenuie5(){
//Find out how close the mouse is to the corner of the window
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<ie5menu.offsetWidth)
//move the horizontal position of the menu to the left by it's width
ie5menu.style.left=document.body.scrollLeft+event. clientX-ie5menu.offsetWidth
else
//position the horizontal position of the menu where the mouse was clicked
ie5menu.style.left=document.body.scrollLeft+event. clientX
//same concept with the vertical position
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=document.body.scrollTop+event.cl ientY-ie5menu.offsetHeight
else
ie5menu.style.top=document.body.scrollTop+event.cl ientY
ie5menu.style.visibility="visible"
return false
}
function hidemenuie5(){
ie5menu.style.visibility="hidden"
}
function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
window.status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="menuitems"){
if (event.srcElement.getAttribute("target")!=null)
window.open(event.srcElement.url,event.srcElement. getAttribute("target"))
else
window.********************************=event.srcElement.url
}
}
</script>
<!--[if IE]>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5()">
<div class="menuitems" url="<A href="http://www.vbzoom.com/"><b">http://www.vbzoom.com/"><b>
<font face="Arial">الصفحة الرئيسية</font></b></div>
<div class="menuitems" url="http://vbzoom.com/baby" target="main">
<b><font face="Arial">منتدى بيبى</font></b></div>
<div class="menuitems" url="<A href="http://vbzoom.com/forums"><b">http://vbzoom.com/forums"><b>
<font face="Arial">منتدى فى بى زووم</font></b></div>
<div class="menuitems" url="<A href="http://vbzoom.com/rank"><b">http://vbzoom.com/rank"><b>
<font face="Arial">سباق المواقع</font></b></div>
<div class="menuitems" url="http://vbzoom.com/bank">
<b><font face="Arial">البنك</font></b></div>
<div class="menuitems" url="<A href="http://vbzoom.com/scripts"><b><font">http://vbzoom.com/scripts"><b><font face="Arial">سيكربات</font></b></div>
<hr>
<div class="menuitems" url="<A href="mailto:vbzoom@vbzoom.com"><b><font">vbzoom@v bzoom.com"><b><font face="Arial">Contact US</font></b></div>
</div>
<![endif]-->
<script language="****************************************1.2">
if (document.all&&window.print){
if (menuskin==0)
ie5menu.className="skin0"
else
ie5menu.className="skin1"
document.oncontextmenu=showmenuie5
document.body.onclick=hidemenuie5
}
</script>


راسله تظهر للزائر كل مره

<script LANGUAGE="****************************************">
<!-- 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 -->
</script>


عبارة اسف الشريط

<SCRIPT LANGUAGE="****************************************">
<!--
var x = 0
var y = 0
var z = 140
var delay = 70
var text = " أهلا وسهلا بكم "
+"في منتديات حُب أونلاين "
+"اذا كنت قد سجلت ..ادخل اسمك واذا لم تسجل فعليك باالتسجيل لاأن راح تستفاد ان شاء الله واذا انته زائر على راسي براحتك "
+"شكرا لزيارتك"
while (y ++ < z) {
text = " " + text
}
function scroller() {
window.status = text.substring(x++, text.length);
if (x == text.length) {
x = 0;
}
setTimeout("scroller()", delay);
}
scroller();
//-->
//موقع يوار
</SCRIPT>


منع الزر الأيمن

<script
language="****************************************">
<!--
function click() {
if (event.button==2) {
alert('حبيبي شلك بهاي الشغله رحمه ال أهلك');
}
}
document.onmousedown=click
// -->
// -->
</script>


ملاحظه:عليك تغير الجمل قبل أستخدام الكود

هًآجٍ ـًسٍ ـًآلتـٍرحً ـًآلٍ
02-05-2007, 02:06 AM
بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته

فائق الشكر والاحترام اقدمه لك اخي الكريم ايمن

ونترقب مزيد قلمك

لا عدمناك

وبالتوفيق لك

تحياتي
أحمـد

أيمن
02-15-2007, 05:47 PM
بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته

فائق الشكر والاحترام اقدمه لك اخي الكريم ايمن

ونترقب مزيد قلمك

لا عدمناك

وبالتوفيق لك

تحياتي
أحمـد

السلام عليكم ورحمة الله وبركاته

مشكور اخوي على المرور

روحي عيونكـ
02-15-2007, 08:23 PM
تسلم أخي ,
الله لا يحرمنا من مواضعيك ,
دمت في حفظ الباري ,
أخـــتك..

ٱڸرۆحْ !
02-29-2008, 01:26 PM
السلام عليكم ورحمه الله وبركاته



اللهم صلي وسلم على محمد وال محمد



يسلمو ع الموضوع



تحيـآتـي