الجافا
إليكم مجموعات من بعض اوامر الجافا
السادسة
<A href="http://almuhajer.tripod.com" onmouseover="alert('ليش تحط الماوس هنا، أنا ما سلمت عليك؟'); alert('ولا طلبت منك ترد السلام'); alert('ألحين لازم ترسلي أي ميل تعتذر فيه؟'); alert('وأحسن لك أرسل الأي ميل قدام ما أزعل و....؟'); document.bgColor='black'; document.fgColor='Red'; window.location.href='mailto:almuhajir@hotmail.com?subject=أنا أسف جدا';" ?>سلام عليكم </A>
<body background="../images/bkgrnd.jpg" bgproperties="fixed">
<!-- ONE STEP TO INSTALL PRINT PAGE: 1. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the BODY of your HTML document --> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin if (window.print) { document.write('اضغط على هذا الزر ' + '<input type=button name=print value="انسخ هذا النص" ' + 'onClick="javascript:window.print()"></form>'); } // End --> </script> <p><center> <font face="arial, helvetica" size="-2"><br> <a href="http://javascriptsource.com"></a></font> </center><p> <!-- Script Size: 0.58 KB -->
<!-- خطوة واحد--> <!-- انسخ لمنطقةالجسم--> <script language="Javascript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com var speed = 100//َضع سرعة الجملة هنا var message = "ضع الكلام هنا " var s = 0 var l = message.length document.write("<form name='btn'><input type='button' " +"name='sc' value='"+ message +"'></form>") function btnsc() { document.btn.sc.value = message.substring(s,l) + message.substring(0,s) s++ if (s >= l) { s = 0 } setTimeout("btnsc()",speed) } btnsc(); //--> </script>
<!-- TWO STEPS TO INSTALL PAGE SCROLLER: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <style type="text/css"> #item {position:absolute; visibility:hidden; left:0px} </style> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Brian Gosselin (bgaudiodr@aol.com) --> <!-- Web Site: http://www.bgaudiodr.iwarp.com --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var isNS=(document.layers); var _all=(isNS)? '' : 'all.' ; var _style=(isNS)? '' : '.style' ; var _visible=(isNS)? 'show' : 'visible'; var w_x, w_y, item, okscroll=false, godown; function init(){ item=eval('document.'+_all+'item'+_style); getwindowsize(); item.visibility=_visible; scrollpage(); } function getwindowsize() { w_x=(isNS)? window.innerWidth-5 : document.body.clientWidth; w_y=(isNS)? window.innerHeight : document.body.clientHeight; (isNS)? item.clip.width=42: item.width=42; (isNS)? item.clip.height=20 : item.height=20; moveitem(); } function resizeNS() { setTimeout('document.location.reload()',400); } function moveitem() { if (isNS) { item.moveTo((pageXOffset+w_x-70),(w_y+pageYOffset-50)) }else{ item.pixelLeft=document.body.scrollLeft+w_x-70; item.pixelTop=w_y+document.body.scrollTop-50; } } window.onload=init; (isNS) ? window.onresize=resizeNS : window.onresize=getwindowsize ; function scrollpage() { status = ''; if (okscroll) { if (godown) { (isNS)? window.scrollBy(0,4) : window.scrollBy(0,4) ; } else { (isNS)? window.scrollBy(0,-4) : window.scrollBy(0,-4) ; } } moveitem(); setTimeout('scrollpage()', 40); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <div id="item"> <a href="javascript:void(0)" onMouseover="okscroll=true; godown=false" onMouseout="okscroll=false"><img src="http://www.sn4s.com/files_ftp_web/java/up.gif" border="0" width="36" height="36"></a><a href="javascript:void(0)" onMouseover="okscroll=true; godown=true" onMouseout="okscroll=false"><img src="http://www.sn4s.com/files_ftp_web/java/down.gif" border="0" width="36" height="36"></a> </div> <p align="center"><font face="arial, helvetica" size="-2"><a href="http://almuhajer.tripod.com">Almuhajer</a></font><p> <!-- Script Size: 2.21 KB -->
لعرض الصفحة تلقائيا
<script language="JavaScript1.2"> //change 1 to another integer to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function scrollwindow(){ if (document.all) temp=document.body.scrollTop else temp=window.pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (document.all) currentpos=document.body.scrollTop+speed else currentpos=window.pageYOffset+speed window.scroll(0,currentpos) } else{ currentpos=30 window.scroll(0,currentpos) } } function startit(){ setInterval("scrollwindow()",30) } window.onload=initialize </script>
<!-- TWO STEPS TO INSTALL CENTERED POPUP: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Eric King (eric_andrew_king@hotmail.com) --> <!-- Web Site: http://redrival.com/eak/ --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <!-- Put the URL inside the link's href="..." section, then carefully --> <!-- change 'name' to a name for your popup window. The last three --> <!-- items represent the popup window width, height, and scrollbars. --> <a href="http://almuhajer.tripod.com/" onclick="NewWindow(this.href,'name','400','400','yes');return false;">عالم الضيف المهاجر</a> <p><center> <font face="arial, helvetica" size="-2"><br> <a href="http://javascriptsource.com"></a></font> </center><p> <!-- Script Size: 1.12 KB -->
<form name="jumpurl1" onSubmit="return jumpit()"> <input type="text" size=30 name="jumpurl2" value="http://"> <input type="button" value="اذهـب" onClick="jumpit()"> </form> <script> /* URL jump box By Website Abstraction (http://wsabstract.com) Over 200+ free scripts here! */ function jumpit(){ window.location=document.jumpurl1.jumpurl2.value return false } </script> <p align="center"><font face="arial" size="-2"></font><br> <font face="arial, helvetica" size="-2"><a href="http://wsabstract.com"> </a></font></p>
© حقوق النشر محفوظة لموقع رحاب المحبة 2002-2003