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

عرض الإصدار الكامل : [::+: مكــتبة الجافا سكربت :+::]


Sh2ee
06-25-2006, 09:28 AM
السلام عليكم ورحمة الله وبركاتة
بسم الله الرحمن الرحيم
اخواني الأعزاء اقدم لكم مكتبة الجافا سكربت
اتمنا ان تستفيدون منها ....
نبدء
تحذير استخدام الزر الايمن والمرة الثانيه يتم تجمدي الصفحة
<****** ********="Java******">
********.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
*****("تــحــذيــر!! لاتنقر على زر الماوس الأيمن مرة أخرى و إلا سوف تندم");
times++ } }
function bye() {
*****("ماتسمع الكلام!؟");
bye() }
</******>
التبديل بين صورتين في نفس المكان
<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:
1. Paste the first into the HEAD of your HTML ********
2. Add the last code into the BODY of your HTML ******** -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML ******** -->
<HEAD>
<****** ********="Java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://www.faisal1.com -->
<!-- Begin
image1 = new Image();
image1.src = "الصورة الثانية";
// End -->
</******>
</HEAD>
<!-- STEP TWO: Insert this code into the BODY of your HTML ******** -->
<BODY>
<a href="العنوان" onmouseover="image1.src='الصورة الثانية';"
onmouseout="image1.src='الصورة الأولى';">
<img name="image1" src="الصورة الأولى" border=0></a>
</BODY>

ساعه جميلة تتبع الماوس
<!-- Mouse attack ****** by kurt.grigg@virgin.net
var speed=20,divTop=0,divLeft=0,angle=0,ypos=0,xpos=0, amount=13;
if (********.layers){
for (i = 0; i < amount; i++)
{********.write('<layer name=nsa'+i+' top=0 left=0 width='+i/3+' height='+i/3+' bgcolor=#ffffff></layer>');}
********captureEvents(Event.MOUSEMOVE);
function nsMouse(evnt){
xpos=evnt.pageX;ypos=evnt.pageY;
}
********onMouseMove = nsMouse;
}
else if (********.all){
********.write('<div style="position:absolute;top:0px;left:0px">');
********.write('<div style="position:relative">');
for (i = 0; i < amount; i++)
{********.write('<div id=k style="position:absolute;top:0px;left:0px;width:'+i/3+';height:'+i/3+';background:#ffffff;font-size:'+i/3+'"></div>')}
********.write('</div></div>');
function iMouse(){xpos=event.x;ypos=********.body.scrollTop +event.y}
********.onmousemove = iMouse;
}
function getAngle(){
Y = ypos - divTop;X = xpos - divLeft;angle = Math.round(Math.atan2(Y,X) * 180/Math.PI);
if (angle < 0)angle += 360;
}
function bomb(){
if (********.layers){
Yscroll=********pageYOffset;
ybase=Math.round(Math.random()*********innerHeight) ;xbase=Math.round(Math.random()*********innerWidth) ;
yybase=********innerHeight-10;xxbase=********innerWidth-10;
}
else if (********.all){
Yscroll=********.body.scrollTop;
ybase=Math.round(Math.random()*****************.bod y.offsetHeight);xbase=Math.round(Math.random()*win dow.********.body.offsetWidth);
xxbase=****************.body.offsetWidth-10;yybase=****************.body.offsetHeight-10;
}
if ((xbase > 10 && xbase < xxbase) && (ybase > 10 && ybase < yybase))
bomb();
else
{
if ((divLeft > xpos-speed/1.5) && (divLeft < xpos+speed/1.5) && (divTop >= ypos-speed/1.5) && (divTop <= ypos+speed/1.5))
{divTop=ybase+Yscroll;divLeft=xbase}
y = Math.round(speed*Math.sin(angle*Math.PI/180));x = Math.round(speed*Math.cos(angle*Math.PI/180));
divTop+=y;divLeft+=x;
getAngle();
T=setTimeout('bomb()',20);
}
}
function Split(){
Clrs=new Array('fff000','ffffff','ffa500')
var ntscp=********.layers,msie=********.all;
if (********.layers){
for (i = 0; i < amount; i++)
{
if (i < amount-1)
{ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left}
else
{ntscp['nsa'+i].top=divTop;ntscp['nsa'+i].left=divLeft}
}
}
else if (********.all){
for (i = 0; i < amount; i++)
{
if (i < amount-1)
{msie.k[i].style.top=msie.k[i+1].style.top;msie.k[i].style.left=msie.k[i+1].style.left}
else
{msie.k[i].style.top=divTop;msie.k[i].style.left=divLeft}
}
}
for (i=0; i < amount-1; i++)
{
for (n=0; n < Clrs.length; n++)
{var x=Math.round(Math.random()*n)}
if (********.layers){ntscp['nsa'+i].bgColor=Clrs[x]}
else if (********.all){msie.k[i].style.background=Clrs[x]}
}
setTimeout("Split()",20);
}
function StArT(){bomb();Split()}
********onload=StArT;
//-->
</******>
<!-- Paste in head -->
<****** ********="Java******">
<!-- Silly Clock by kurt.grigg@virgin.net
CoLoUrS=new Array('fff000','00ff00','ff00ff');//Clock face colours.
sCol='ff00ff';//seconds colour.
mCol='00ff00';//minutes colour.
hCol='fff000';//hours colour.
//Alter nothing below!
H='Hours..';
H=H.split('');
H=H.reverse();
M='Minutes..';
M=M.split('');
M=M.reverse();
S='Seconds..';
S=S.split('');
S=S.reverse();
dots=12;
var Ypos=0,Xpos=0,Ybase=0,Xbase=0;
var ay=0,ax=0,Ay=0,Ax=0,by=0,bx=0,By=0,Bx=0,cy=0,cx=0, Cy=0,Cx=0,dy=0,dx=0,Dy=0,Dx=0;
count=0;
count_a=0;
move=1;
ns=(********.layers)?1:0;
viz=(********.layers)?'hide':'hidden';
if (ns){
for (i=0; i < dots; i++)
********.write('<layer name=nface'+i+' top=0 left=0 bgcolor=#ffffff clip="0,0,3,3"></layer>');
for (i=0; i < S.length; i++)
********.write('<layer name=nx'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+sCol+'><center>'+S[i]+'</center></font></layer>');
for (i=0; i < M.length; i++)
********.write('<layer name=ny'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+mCol+'><center>'+M[i]+'</center></font></layer>');
for (i=0; i < H.length; i++)
********.write('<layer name=nz'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+hCol+'><center>'+H[i]+'</center></font></layer>');
}
else{
********.write('<div id="W" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < dots; i++){
********.write('<div id="face" style="position:absolute;top:0px;left:0px;width:3px;heigh t:3px;font-size:3px;background:#ffffff"></div>');
}
********.write('</div></div>');
********.write('<div id="X" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++){
********.write('<div id="x" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+sCol+';text-align:center;padding-top:10px">'+S[i]+'</div>');
}
********.write('</div></div>')
********.write('<div id="Y" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++){
********.write('<div id="y" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+mCol+';text-align:center;padding-top:10px">'+M[i]+'</div>');
}
********.write('</div></div>')
********.write('<div id="Z" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++){
********.write('<div id="z" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+hCol+';text-align:center;padding-top:10px">'+H[i]+'</div>');
}
********.write('</div></div>');
}
if (ns){
********captureEvents(Event.MOUSEMOVE);
function nsMouse(evnt){
Ypos = evnt.pageY+100;
Xpos = evnt.pageX+100;
}
********onMouseMove = nsMouse;
}
else{
function ieMouse(){
Ypos=event.y+100;
Xpos=event.x+100;
}
********.onmousemove=ieMouse;
}
function clock(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+ Math.PI*parseInt(time.getMinutes())/360;
Ybase=15;
Xbase=15;
if (ns){
********.layers["nx"+0].visibility=viz;
********.layers["ny"+0].visibility=viz;
********.layers["nz"+0].visibility=viz;
for (i=0; i < S.length; i++){
********.layers["nx"+i].top=ay-12+(i*Ybase)*Math.sin(sec);
********.layers["nx"+i].left=ax-12+(i*Xbase)*Math.cos(sec);
}
for (i=0; i < M.length; i++){
********.layers["ny"+i].top=by-12+(i*Ybase)*Math.sin(min);
********.layers["ny"+i].left=bx-12+(i*Xbase)*Math.cos(min);
}
for (i=0; i < H.length; i++){
********.layers["nz"+i].top=cy-12+(i*Ybase)*Math.sin(hrs);
********.layers["nz"+i].left=cx-12+(i*Xbase)*Math.cos(hrs);
}
for (i=0; i < dots; ++i){
********.layers["nface"+i].top=dy-2+(70*Math.sin(-0.49+dots+i/1.9));
********.layers["nface"+i].left=dx+4+(70*Math.cos(-0.49+dots+i/1.9));
}
}
else{
var scrll=********.body.scrollTop;
W.style.pixelTop=scrll;
X.style.pixelTop=scrll;
Y.style.pixelTop=scrll;
Z.style.pixelTop=scrll;
x[0].style.visibility=viz;
y[0].style.visibility=viz;
z[0].style.visibility=viz;
for (i=0; i < S.length; i++){
x[i].style.pixelTop=ay-12+(i*Ybase)*Math.sin(sec);
x[i].style.pixelLeft=ax-12+(i*Xbase)*Math.cos(sec);
}
for (i=0; i < M.length; i++){
y[i].style.pixelTop=by-12+(i*Ybase)*Math.sin(min);
y[i].style.pixelLeft=bx-12+(i*Xbase)*Math.cos(min);
}
for (i=0; i < H.length; i++){
z[i].style.pixelTop=cy-12+(i*Ybase)*Math.sin(hrs);
z[i].style.pixelLeft=cx-12+(i*Xbase)*Math.cos(hrs);
}
for (i=0; i < dots; ++i){
face[i].style.pixelTop=dy+6+(70*Math.sin(-0.49+dots+i/1.9));
face[i].style.pixelLeft=dx+4+(70*Math.cos(-0.49+dots+i/1.9));
}
}
}
function MouseFollow(){
ay=Math.round(Ay+=((Ypos)-Ay)*4/15);
ax=Math.round(Ax+=((Xpos)-Ax)*4/15);
by = Math.round(By+=(ay-By)*4/15);
bx = Math.round(Bx+=(ax-Bx)*4/15);
cy = Math.round(Cy+=(by-Cy)*4/15);
cx = Math.round(Cx+=(bx-Cx)*4/15);
dy = Math.round(Dy+=(cy-Dy)*4/15);
dx = Math.round(Dx+=(cx-Dx)*4/15);
clock();
setTimeout('MouseFollow()',10);
}
function colourStep(){
count+=move;
if (count >= dots) {count=0;count_a+=move}
if (count_a == CoLoUrS.length) count_a=0;
if (ns) ********.layers["nface"+count].bgColor=CoLoUrS[count_a];
else face[count].style.background=CoLoUrS[count_a];
setTimeout('colourStep()',100)
}
function StartAll(){
MouseFollow();
colourStep();
}
if (********.layers || ********.all) ********onload=StartAll;
//-->
</******>
طلب الاسم ثم الترحيب
<****** ********="Java******">
//http://www.alsaqr.com
name=********prompt("ادخل أسمك.","لا ارغب");
********.write("<H1 align=center>مرحبا! "+name+".</H1>")
//-->
</******>

الكتابة الملونه وحولها هاله ملونه
<div style="width:100%;filter:glow(color=red,strength=4);color :white;font:14pt">
اكتب هنا
يــتبع........

Sh2ee
06-25-2006, 09:30 AM
رساله تضهر لزائر موقعك في البدايه
<****** ********="Java******">
<!--
*************("مرحبا بكم اتمنى ان ينال رضاكم موقعى بس لاتنسون الترشيح")
// -->
</******>
اظهار صور حسب اليوم
<******>
image= new Array("1.gif","2.gif","3.gif","4.gif","5.gif","6.gif",
"7.gif","8.gif","9.gif","10.gif","11.gif","12.gif","13.gif","14.gif",
"15.gif","16.gif","17.gif","18.gif","19.gif","20.gif","21.gif","22.gif",
"23.gif","24.gif","25.gif","26.gif","27.gif","28.gif","29.gif","30.gif",
"31.gif");
date =new Date();
day=date.getDate();
********.write('<img src='+ image[day-1]+'>');
</******>
اغلاق الصفحة
<!-- paste this within the BODY of your page -->
<a href="java******:self.close()">أغلق الصفحة</a>

اضغط على الزر لحدوث زلزال
<****** ********="Java******1.2">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://java******.internet.com -->
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</******>
<form>
<p align="center"><input type="button"
value="اضغط هنا وأنت رابط حزام الامان" onclick="shake(2)"> </p>
</form>
<p align="center"><a href="http://www.alwsm.com"><font
color="#000000" size="2"><strong>شبكة الوسم</strong></font></a></p>

يـــــــتبع.........

Sh2ee
06-25-2006, 09:32 AM
ارسال الموقع لمحركات البحث
<p align="center"><form action="http://websitesubmit.hypermart.net/free/submit.cgi" method="POST"><input type="hidden" name="action" value="submit"><input type="hidden" name="thankyou" value="yes"><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" width="280" bgcolor="#666666"><tr>
<td align="center" bgcolor="#E9EDFE">
<font size="3" face="Verdana,Arial,Helvetica"><b>أرسل موقع لمحركات البحث مع
قصيمي نت</b></font></td></tr><tr><td><table border="0" cellpadding="1" width="280" bgcolor="#F4E8BF"><tr><td valign="top" bgcolor="#F4E8BF"><font size="2" face="Arial, Helvetica, sans-serif"> عنوان موقعك </font></td><td valign="top" bgcolor="#F4E8BF"><font size="2" face="Arial, Helvetica, sans-serif"><input type="text" size="20" name="url" value="http://"></font></td></tr><tr><td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"> البريد الالكترونى </font></td><td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><input type="text" size="20" name="email"> </font></td></tr></table></td></tr><tr><td align="center" bgcolor="#FFFFFF"><table border="0" width="280"><tr><td align="center"> </td></tr></table></td></tr><tr><td align="center">
<table border="0" cellspacing="0" width="280" bgcolor="#F4E8BF" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0"><tr>
<td valign="top" bgcolor="#E9EDFE">
<p align="center"><b>Default Engines</b></td>
<td valign="top" bgcolor="#E9EDFE">
<p align="center"><b>Additional Engines</b></td></tr><tr><td align="left" valign="top" bgcolor="#FFFFFF"><font size="2" face="Arial, Helvetica, sans-serif"><input type="Checkbox" name="engines" value="altavista" checked><a href="http://altavista.digital.com/">altavista</a><br>
<input type="Checkbox" name="engines" value="excite" checked><a href="http://www.excite.com/">excite</a><br>
<input type="Checkbox" name="engines" value="go" checked><a href="http://www.go.com">go</a><br><input type="Checkbox" name="engines" value="google" checked><a href="http://www.google.com/">google</a><br><input type="Checkbox" name="engines" value="hotbot" checked><a href="http://www.hotbot.com/">hotbot</a><br><input type="Checkbox" name="engines" value="infoseek" checked><a href="http://www.infoseek.com/">infoseek</a><br><input type="Checkbox" name="engines" value="lycos" checked><a href="http://www.lycos.com/">lycos</a><br><input type="Checkbox" name="engines" value="northernlight" checked><a href="http://www.northernlight.com">northernlight</a><br><input type="Checkbox" name="engines" value="whatyouseek" checked><a href="http://www.whatyouseek.com/">whatyouseek</a><br><input type="checkbox" checked name="engines" value="webcrawler"><a href="http://www.webcrawler.com/">webcrawler</a><br><input type="Checkbox" name="engines" value="fastsearch" checked><a href="http://www.alltheweb.com/">fastsearch</a><br><input type="Checkbox" name="engines" value="infomak" checked><a href="http://www.infomak.com/">infomak</a><br></font></td><td align="left" valign="top" bgcolor="#FFFFFF"><font size="2" face="Arial, Helvetica, sans-serif"><input type="Checkbox" name="engines" value="acoon"><a href="http://www.acoon.de">acoon</a> (.de)<br><input type="Checkbox" name="engines" value="altavista-au"><a href="http://www.altavista.yellowpages.com.au/">altavista</a> (.au)<br><input type="Checkbox" name="engines" value="altavista-de"><a href="http://www.altavista.de">altavista-de</a> (.de)<br><input type="Checkbox" name="engines" value="anzwers"><a href="http://www.anzwers.com/">anzwers</a> (.au .nz)<br><input type="Checkbox" name="engines" value="euroferret"><a href="http://www.euroferret.com/">euroferret</a> (european)<br><input type="Checkbox" name="engines" value="fireball"><a href="http://www.fireball.de">fireball</a> (.de)<br><input type="Checkbox" name="engines" value="intersearch-au"><a href="http://194.232.15.66">intersearch-au</a> (.au)<br><input type="Checkbox" name="engines" value="voila"><a href="http://www.voila.com/">voila</a> (.fr)<br><input type="Checkbox" name="engines" value="webwombat"><a href="http://www.webwombat.com/">webwombat</a> (.au .nz)</font><p align="center">
<font size="1" face="Comic Sans MS"><br></font></p></td></tr></table></td></tr><tr><td>
<table border="0" cellpadding="0" cellspacing="0" width="280" bgcolor="#FFE9A4" style="border-collapse: collapse" bordercolor="#111111"><tr><td align="center"><font size="1"><br><font size="2" face="Arial, Helvetica, sans-serif"><input type="submit" value="سجل موقعك"></font><br><br></font></td></tr></table></td></tr></table></center></div></form></p>
محرك بحث عن الدومين
<!-- This ****** has been in the http://www.java******s.com Java****** Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<**** NAME="GENERATOR" *******="Adobe PageMill 3.0 Win">
<TITLE>Domain Name Search</TITLE>
</HEAD>
<BODY LINK="#990000" VLINK="#990000">
<FORM METHOD="POST" ACTION="http://click.linksynergy.com/fs-bin/statform"
ENCTYPE="x-www-form-urlencoded">
<P><CENTER><INPUT TYPE="hidden" NAME="id" VALUE="SBfxAUmUKPo"><INPUT
TYPE="hidden" NAME="offerid" VALUE="6822"><INPUT TYPE="hidden"
NAME="bnid" VALUE="2"><INPUT TYPE="hidden" NAME="subid" VALUE="">
<INPUT TYPE="hidden" NAME="lang" VALUE="es"><TABLE WIDTH="120"
BORDER="0" CELLSPACING="0" CELLPADDING="4" BGCOLOR="#EEEEEE">
<TR>
<TD COLSPAN="2" BGCOLOR="#0080a0">
<B><FONT COLOR="#ffffff" SIZE="-1" FACE="Arial">الباحث عن الدومين</FONT></B></TD>
</TR>
<TR VALIGN="TOP" WIDTH="150">
<TD>
<B><FONT COLOR="#000000" SIZE="-2" FACE="Arial">Search here</FONT></B>
<INPUT TYPE="text" NAME="domain" SIZE="15" MAXLENGTH="22"></TD>
<TD WIDTH="50" VALIGN="BOTTOM">
<INPUT TYPE="submit" NAME="" VALUE="ابحث">
</TD>
</TR>
<TR>
<TD COLSPAN="2">
<FONT COLOR="#000080" SIZE="-2" FACE="Arial">
</FONT></TD>
</TR>
</TABLE><IMG SRC="http://ad.linksynergy.com/fs-bin/show?id=SBfxAUmUKPo&bids=6822&type=5"
WIDTH="1" HEIGHT="1" BORDER="0" NATURALSIZEFLAG="0" ALIGN="BOTTOM"></CENTER></FORM>
</BODY>
</HTML>
<!-- Simba says Roar. -->
تقويم ميلادي
<table>
<td width="55%" align="right" valign="top" colspan="3" bgcolor="#008000">
<p align="center"> <font face="Monotype Koufi" color="#FFFFFF"><!--webbot bot="HTMLMarkup"
startspan --> <p align="center"><b> <******>
<!-- START HIDE
print1="";
print2="";
print3="";
today = new Date();
weekday = today.getDay();
if (weekday == 6) print1='السبت';
if (weekday == 0) print1='الأحد';
if (weekday == 1) print1='الاثنين';
if (weekday == 2) print1='الثلاثاء';
if (weekday == 3) print1='الاربعاء';
if (weekday == 4) print1='الخميس';
if (weekday == 5) print1='الجمعة';
month = today.getMonth();
if (month == 0) print2='يناير';
if (month == 1) print2='فبراير';
if (month == 2) print2='مارس';
if (month == 3) print2='إبريل';
if (month == 4) print2='مايو';
if (month == 5) print2='يونيو';
if (month == 6) print2='يوليو';
if (month == 7) print2='اغسطس';
if (month == 8) print2='سبتمبر';
if (month == 9) print2='اكتوبر';
if (month == 10) print2='نوفمبر';
if (month == 11) print2='ديسمبر';
date = today.getDate();
year=today.getYear();
********.write (print1,',', date, ' ',print2,', ',year);
// STOP HIDE -->
</******>
</font></p>
</td>
</tr>
</body>
</html>
<!--webbot bot="HTMLMarkup" endspan --> </font>
</table>

نافذة دخول الاعضاء لمنتديات vb قم بتغيير رابط منتداك
<style>
<!--
input {
border : 1px solid;
background-color : white;
font-family: "tahoma,Arial,Helvetica,Sans-serif"
}
input {
border : 1px solid;
background-color : white;
font-family: "tahoma,Arial,Helvetica,Sans-serif"
}
.bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #F1F3F5
}
-->
</style>
<table cellSpacing="0" cellPadding="2" width="167" align="center" border="0">
<tr vAlign="top">
<td align="left" width="165">
<table cellSpacing="0" cellPadding="0" border="0">
<form action="http://www.satam2k.com/muntda/member.php" method="post">
<tr>
<td noWrap align="middle">
<font face="ms sans serif,verdana, arial, helvetica" size="1">من غير
****ز ؟<br>
الدخول باسم المستخدم وكلمة المرور :</font></td>
</tr>
<tr>
<td noWrap>
<input type="hidden" value="9a1923e4f1725a230ccbe23ae5deda1f" name="s" style="font-family: tahoma,Arial,Helvetica,Sans-serif; border: 1px solid; background-color: white">
<input type="hidden" value="login" name="action" style="font-family: tahoma,Arial,Helvetica,Sans-serif; border: 1px solid; background-color: white">
<input class="bginput" size="7" name="username">
<input class="bginput" type="password" size="7" value name="password">
<input class="bginput" type="submit" value="دخول !"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>

Sh2ee
06-25-2006, 09:35 AM
كود اطبع الصفحة
<****** ********=Java******>
<!-- Begin
if (********print) {
********.write('<form> '
+ '<input type=submit value="اطبع الصفحة" name=Print '
+ 'onClick="java******:********print()"></form>');
}
// End
// --></******>
كود تقفيلة الموقع
كود تقفيلة الموقع
<BODY onunload="********open('http://www.bacel.net')">

فتحة الموقع
كود فتحة الموقع
BODY onload=********open('http://www.bacel.net')
كود ارسال البطاقه
<form method="post" action="http://www.YourSiteName.com/cardsender/cardsender2.php">
<input type=hidden name="cardurl" value="http://www.YourSiteName.com/page1.html">
<p align="center">
<div align="center">
<center>
<table border="0" cellspacing="0" cellpadding="0" dir=rtl width="466">
<tr align="rifht" valign="top">
<td width="93" bgcolor="#C4B5C8">
<p align="right"> <font face="Tahoma" size="2" color="#4D375B">اسمك </font> </p>
</td>
<td bgcolor="#C4B5C8" width="263">
<p align="center">
<font face="Tahoma" size="2" color="#000000">
<input type="text" name="yname" size="28" style="color: #007CB9; font-weight: bold">
</font>
</p>
</td>
<td bgcolor="#C4B5C8" width="104" align="left">
<font face="Tahoma" size="2" color="#4D375B">
Your Name</font>
</td>
</tr>
<tr>
<td width="93">
<p align="right"> <font face="Tahoma" size="2" color="#4D375B">بريدك
</font></p>
</td>
<td width="263">
<p align="center">
<font face="Tahoma" size="2" color="#000000">
<input type="text" name="ymail" maxlength="40" size="28" style="color: #007CB9; font-weight: bold">
</font>
</p>
</td>
<td width="104" align="left">
<font face="Tahoma" size="2" color="#4D375B">Your E-Mail</font>
</td>
</tr>
</tr>
<tr align="rifht" valign="top">
<td bgcolor="#C4B5C8" width="93">
<p align="right"> <font face="Tahoma" size="2" color="#4D375B">
بريد صديقك
</font></p>
</td>
<td bgcolor="#C4B5C8" width="263">
<p align="center">
<font face="Tahoma" size="2" color="#000000">
<input type="text" name="fmail" size="28" style="color: #FD007E; font-weight: bold">
</font>
</p>
</td>
<td bgcolor="#C4B5C8" width="104" align="left">
<font face="Tahoma" size="2" color="#4D375B"> Friend E-Mail</font>
</td>
</tr>
<tr align="rifht" valign="top">
<td width="93">
<p align="right"><font face="Tahoma" size="2" color="#4D375B">رسالتك</font>
<p align="right"></p>
</td>
<td width="263">
<p align="center">
<font face="Tahoma" size="2" color="#000000">
<textarea name="msg" rows="5" cols="32" style="font-family: Tahoma; color: #4D375B; font-weight: bold">
كود اغلاق الصفحة
<!-- paste this within the BODY of your page -->
<a href="java******:self.close()">أغلق الصفحة</a>

اله حاسبة 2
<******>
function compute(obj)
{obj.expr.value = eval(obj.expr.value)}
var one = '1'
var two = '2'
var three = '3'
var four = '4'
var five = '5'
var six = '6'
var seven = '7'
var eight = '8'
var nine = '9'
var zero = '0'
var plus = '+'
var minus = '-'
var multiply = '*'
var divide = '/'
var decimal = '.'
function enter(obj, string)
{obj.expr.value += string}
function clear(obj)
{obj.expr.value = ''}
</******>
<p align="center"><font color="#000000" size="3"
face="Verdana, Arial, Helvetica, sans-serif"><strong></strong></font><strong> </strong></p>
<form name="calc">
<div align="center"><center><table border="1"
bgcolor="#FFEAFF">
<tr>
<td colspan="4"><input type="text" size="30"
name="expr" action="compute(this.form)"> </td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 7 " onclick="enter(this.form, seven)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 8 " onclick="enter(this.form, eight)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 9 " onclick="enter(this.form, nine)"> </p>
</td>
<td><p align="center"><input type="button"
value=" / " onclick="enter(this.form, divide)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 4 " onclick="enter(this.form, four)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 5 " onclick="enter(this.form, five)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 6 " onclick="enter(this.form, six)"> </p>
</td>
<td><p align="center"><input type="button"
value=" * " onclick="enter(this.form, multiply)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 1 " onclick="enter(this.form, one)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 2 " onclick="enter(this.form, two)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 3 " onclick="enter(this.form, three)"> </p>
</td>
<td><p align="center"><input type="button"
value=" - " onclick="enter(this.form, minus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" 0 "
onclick="enter(this.form, zero)"> </p>
</td>
<td><p align="center"><input type="button"
value=" . " onclick="enter(this.form, decimal)"> </p>
</td>
<td><p align="center"><input type="button"
value=" + " onclick="enter(this.form, plus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" = "
onclick="compute(this.form)"> </p>
</td>
<td colspan="2"><p align="center"><input type="reset"
value="AC" onclick="clear(this.form)"> </p>
</td>
</tr>
</table>
</center></div>
</form>
<p align="center"> </p>
<p align="center"><a
<p align="center"> </p>
<p> </p>
</body>
</html>

كود التحية حسب الوقت
<****** ********="Java******">
<!--
currentTime = new Date();
if (currentTime.getHours() < 12)
********.write("صباح الرقة والاحساس ");
else if (currentTime.getHours() < 17)
********.write(" وقت الغداء .. تغديت أو بعدك ");
else
********.write("مساء الخير والاحساس والطيبة ");
//-->
</******>
يتـــــــــبع

Sh2ee
06-25-2006, 09:37 AM
إعلان يسقط بوسط الموقع يوضع في البودي
<****** ********="Java******1.2">
var ie=********.all
var dom=********.getElementById
var ns4=********.layers
var bouncelimit=32 //(must be divisible by 8)
var direction="up"
function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?********.getElementById("dropin").style : ie? ********.all.dropin : ********.dropin
scroll_top=(ie)? ********.body.scrollTop : ********pageYOffset
crossobj.top=scroll_top-250
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}
function dropin(){
scroll_top=(ie)? ********.body.scrollTop : ********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 (********bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}
********onload=initbox
</******></head>
<body>
<div id="dropin" style="position:absolute;visibility:hidden;left:260;top:1 00;width:385;height:118;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false">[اقفل
النافذة] </a>
<b><span lang="ar-sa"><font face="Tahoma" size="2">إعــــــلان</font></span></b></div>
<center>
<p><a href="http://www.c55c.com" target="_blank">
<img title="بحر لمواقع الإنترنت" alt="بحر لمواقع الإنترنت" src="http://www.c55c.com/images/c55c_banr_zip.gif" border="0" width="468" height="60"></a></p>
</center>
</div>
ثلاث إعلانات تظهر بالتناوب
<html dir="rtl">
<****** ********="Java******">
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="نص الوصلة";
url="http://رابط الموقع/";
alt="التعريف النصي";
banner="http://رابط الصورة";
width="468";
height="60";
}
if (ad==2) {
txt="نص الوصلة";
url="http://رابط الموقع/";
alt="التعريف النصي";
banner="http://رابط الصورة";
width="468";
height="60";
}
if (ad==3) {
txt="نص الوصلة";
url="http://رابط الموقع/";
alt="التعريف النصي";
banner="http://رابط الصورة";
width="468";
height="60";
}
********.write('<center>');
********.write('<a href="' + url + '" target="_top">');
********.write('<img src="' + banner + '" width=')
********.write(width + ' height=' + height + ' ');
********.write('alt="' + alt + '" border=0><br>');
********.write('<small>' + txt + '</small></a>');
********.write('</center>');
// End -->
</******>
دعاية تتحرك في وسط الموقع
<******>
var x=0, y=20, dx=4, dy=4, interval=90;
var win= ********open('java******:"<HTML><HEAD></HEAD><BODY><center><a href=http://soft.vip600.com target=_blank><img width=100 height=100 src=http://soft.vip600.com/images/java/advexa.png></a></center></BODY></HTML>"', "","width=120,height=120,screenY=20");
win.moveTo(x,y);
var intervalID=********setInterval("bounce()",interval);
var sw=screen.availWidth-210
var sh=screen.availHeight-100
function bounce(){
if (win.closed) {
clearInterval(intervalID);
return;
}
if ((x+dx > sw) || (x+dx < 0)) dx = -dx;
if ((y+dy > sh) || (y+dy < 0)) dy = -dy;
x += dx
y += dy
win.moveTo(x,y)
}
</******>
صور تتحرك من تحت لفوق
<****** ********="Java******1.2">
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
///////configure the below four variables to change the style of the slider///////
//set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
var scrollerwidth=103
var scrollerheight=106
var scrollerbgcolor='white'
//3000 miliseconds=3 seconds
var pausebetweenimages=3000
//configure the below variable to change the images used in the slideshow. If you wish the images to be clickable, simply wrap the images with the appropriate <a> tag
var slideimages=new Array()
slideimages[0]='<a href="http://www.vip600.com"><img src="http://soft.vip600.com/images/java/advexa.png" border=0"></a>'
slideimages[1]='<img src="http://soft.vip600.com/images/java/advexa.png">'
slideimages[2]='<img src="http://soft.vip600.com/images/java/advexa.png">'
slideimages[3]='<img src="http://soft.vip600.com/images/java/advexa.png">'
slideimages[4]='<img src="http://soft.vip600.com/images/java/advexa.png">'
//extend this list
///////Do not edit pass this line///////////////////////
if (slideimages.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)",pausebetweenimages)
setTimeout("move2(********.main.********.second)",pausebetweenimages)
return
}
if (tlayer.top>=tlayer.********.height*-1){
tlayer.top-=5
setTimeout("move1(tlayer)",100)
}
else{
tlayer.top=scrollerheight
tlayer.********.write(slideimages[i])
tlayer.********.close()
if (i==slideimages.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)",pausebetweenimages)
setTimeout("move1(********.main.********.first)",pausebetweenimages)
return
}
if (tlayer2.top>=tlayer2.********.height*-1){
tlayer2.top-=5
setTimeout("move2(tlayer2)",100)
}
else{
tlayer2.top=scrollerheight
tlayer2.********.write(slideimages[i])
tlayer2.********.close()
if (i==slideimages.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)",pausebetweenimages)
setTimeout("move4(second2)",pausebetweenimages)
return
}
if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){
tdiv.style.pixelTop-=5
setTimeout("move3(tdiv)",100)
}
else{
tdiv.style.pixelTop=scrollerheight
tdiv.innerHTML=slideimages[i]
if (i==slideimages.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)",pausebetweenimages)
setTimeout("move3(first2)",pausebetweenimages)
return
}
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
tdiv2.style.pixelTop-=5
setTimeout("move4(second2)",100)
}
else{
tdiv2.style.pixelTop=scrollerheight
tdiv2.innerHTML=slideimages[i]
if (i==slideimages.length-1)
i=0
else
i++
}
}
function startscroll(){
if (********.all){
move3(first2)
second2.style.top=scrollerheight
}
else if (********.layers){
********.main.visibility='show'
move1(********.main.********.first)
********.main.********.second.top=scrollerheight+5
********.main.********.second.visibility='show'
}
}
********onload=startscroll
</******>
<ilayer id="main" width=&{scrollerwidth}; height=&{scrollerheight}; bgColor=&{scrollerbgcolor}; visibility=hide>
<layer id="first" left=0 top=1 width=&{scrollerwidth}; >
<****** ********="Java******1.2">
if (********.layers)
********.write(slideimages[0])
</******>
</layer>
<layer id="second" left=0 top=0 width=&{scrollerwidth}; visibility=hide>
<****** ********="Java******1.2">
if (********.layers)
********.write(slideimages[1])
</******>
</layer>
</ilayer>
<****** ********="Java******1.2">
if (********.all){
********.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:' +scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+'">')
********.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:' +scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
********.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;t op:1;">')
********.write(slideimages[0])
********.writeln('</div>')
********.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;t op:0">')
********.write(slideimages[1])
********.writeln('</div>')
********.writeln('</div>')
********.writeln('</span>')
}
</******>
فتح الصورة بنافذة جديدة (تتعرف تلقائياً على حجمها)
الوصف: سكريبت رائع للتعرف على حجم الصور ... يعني اذا ضغطت على الصورة تفتح لك نافذة جديدة وهذي النافذة تتعرف على حجم الصورة بدون ما تعدله بشكل يدوي.
طريقة التركيب: ضع الكود التالي بمنطقة الـ <head>
الكود:
[PHP]
<****** ********="Java******">
<!-- Begin
function vip600Foto(img){
foto1= new Image();
foto1.src=(img);
Controlla(img);
}
function Controlla(img){
if((foto1.width!=0)&&(foto1.height!=0)){
viewFoto(img);
}
else{
funzione="Controlla('"+img+"')";
intervallo=setTimeout(funzione,20);
}
}
function viewFoto(img){
largh=foto1.width+20;
altez=foto1.height+20;
stringa="width="+largh+",height="+altez;
finestra=********open(img,"",stringa);
}
// End -->
</******>
ضع الكود التالي بمنطقة الـ <body>
الكود:
ظلل وانسخ الكود
<a href="java******:vip600Foto('رابط الصورة الكبيرة')">
<IMG SRC="رابط الصورة الصغيرة" BORDER="0" width="88" height="69"></a>
PHP]]

Sh2ee
06-25-2006, 09:47 AM
الوان تتحرك على صفوف الجدول
الوصف: الوان تتحرك كلما حركت الماوس على الجدول.
طريقة التركيب: ضع الكود بين علامتي الـ <head> و </head>
الكود:
<****** ********="Java******1.2">
//Highlight Table Cells ******-- By Dynamic Drive
//For full source code and more DHTML ******s, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
var ns6=********.getElementById&&!********.all
var ie=********.all
function changeto(e,highlightcolor){
source=ie? event.srcElement : e.target
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD"&&source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function contains_ns6(master, slave) { //check if slave is contained by master
while (slave.parentNode)
if ((slave = slave.parentNode) == master)
return true;
return false;
}
function changeback(e,originalcolor){
if
(ie&&(event.fromElement.contains(event.toElement)||sour ce.contains(event.toElement)||source.id=="ignore")||source.tagName=="TR"||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
source.style.backgroundColor=originalcolor
}
</******>
بعد وضع الكود ... تعال الحين لأي جدول تغبى الألوان تطلع فيه وغير <table> وحطها بهالشكل
<table onMouseover="changeto(event, 'lightgreen')" onMouseout="changeback(event, 'white')">
واذا بغيت تلغي الألوان من اي صف من الجدول حط الكود هذا id="ignore" بعد <td ويبي يطلع بهالشكل
<td id="ignore"

تغير لون بار المتصفح الجانبي يوضع في الهيد
<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
جميع اكواد الألوان
<center>
<****** ********="Java******">
//Color chart ****** by Dion (http://members.xoom.com/yoboseyo)
//****** featured on Java****** Kit (http://java******kit.com)
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
clr=new Array('00','20','40','60','80','a0','c0','ff');
for (i=0;i<8;i++) {
********.write("<table border=1 cellpadding=8>");
for (j=0;j<8;j++) {
********.write("<tr>");
for (k=0;k<8;k++) {
********.write('<td bgcolor="#'+clr[i]+clr[j]+clr[k]+'">');
********.write('<tt><font color="#'+clr[7-i]+clr[7-j]+clr[7-k]+'"> ');
********.write(clr[i]+clr[j]+clr[k]+' </font></tt></td>'); }
********.write("</tr>"); }
********.write("</table><br>"); }
// end -->
</******>
</center>
<p align="center"><font face="arial" size="-2">This free ****** provided by</font><br>
<a href="http://www.eqla3soft.com"><font face="arial, helvetica" size="-2">
eqla3soft.com</font></a></p>
تنبية عند وضع مؤشر الفارة 3 ثواني على الكتابة
الوصف: ينبة هذا السكريبت عند وضع مؤشر الفارة على الكتابة اكثر من 3 ثواني.
طريقة التركيب: من خطوتين :
1- ضع الكود التالي بمنطقة الـ <head>
الكود:
<******>
var WAIT_IN_MSECS=3000; /* 3 seconds */
var timer=null;
function doIt(_v)
{
if(_v)
{
timer=setTimeout('doAction()',WAIT_IN_MSECS);
}
else
{
if(timer)
{
clearTimeout(timer);
timer=null;
}
}
}
function doAction()
{
*****("تركت مؤشر الفارة على الكتابة 3 ثواني");
}
</******>
2- ضع الكود التالي بمنطقة الـ <body>
الكود:
<span onmouseover="doIt(true)" onmouseout="doIt(false)">
اي كلام مكتوب في هذه المكان لا يسمح بوضع مؤشر الفارة عليه أكثر من 3 ثواني
</span>
حماية الروابط بموقعك 1
الوصف: كود رائع يحمي الروابط الموجوده بموقعك ... يعني الصفحة اللي تحتوي على هذا السكريبت ما احد يقدر يدخلها الا المسموح لهم فقط.
طريقة التركيب: ضع الكود بين علامتي الـ <head> و </head>
الكود:
<******>
<!--
/*Referrer Checker- By Java****** Kit
(www.java******kit.com) Over 200+ free Java******s here!
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/
//وبإمكانك وضع دومين موقع .. فيصبح اي زائر من صفحات الموقع مسموح له الدخول (مثال: "vip600.com")
var validreferrals=new Array()
validreferrals[0]="ضع هنا عنوان الصفحة المسموح لزوارها بالدخول"
validreferrals[1]="ضع هنا عنوان الصفحة المسموح لزوارها بالدخول"
var passed=0
for (r=0;r<validreferrals.length;r++){
if (********.referrer.indexOf(validreferrals[r])!=-1){
passed=1
break
}
}
if (passed==0){
*****("عذراً ... غير مصرح لك بدخول هذه الصفحة")
history.go(-1)
}
//-->
</******>[/color]

Sh2ee
06-25-2006, 09:50 AM
صفحة محمية 1
الوصف: كود لحماية صفحة من صفحات موقعك وبإمكانك تغير الرقم السري واسم المستخدم وكذلك رابط الصفحة المحمية من داخل الكود.
طريقة التركيب: ضع الكود بين علامتي الـ <body> و <body/>
الكود:
<****** ********="java******">
<!--//
/*This ****** allows people to enter by using a form that asks for a
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
UserID and Password*/
function pasuser(form) {
if (form.id.value=="eqla3soft") {
if (form.pass.value=="123") {
location="عنوان الصفحة التي تريد حمايتها"
} else {
*****("الرقم السري خاطئ")
}
} else { *****("اسم المستخدم خاطئ")
}
}
//-->
</******>
<html dir="rtl">
جرب الدخول ... اسم المستخدم هو<b> <span lang="en-us">eqla3soft</span></b> والرقم
السري هو <b><span lang="en-us">123</span></b><center>
<table bgcolor="white" cellpadding="12" border="1">
<tr><td colspan="2"><center><h1><i><b>منطقة خاصة</b></i></h1></center></td></tr>
<tr><td><h1><i><b>اسم المستخدم:</b></i></h1></td><td><form name="login">
<input
name="id" type="text" size="20"></td></tr>
<tr><td><h1><i><b>الرقم السري:</b></i></h1></td><td>
<input name="pass"
type="password" size="20"></td></tr>
<tr><td><center>
<input type="button" value="ارسـل"
onClick="pasuser(this.form)"></center></td><td><center><br>
<input
type="reset" value="امسـح"></form></td></tr></table></center>
صفحة محمية 2
<form>
<p>ادخل اسم المستخدم :
<input type="text" name="text2" size="20">
</p>
<p> ادخل الرقم السري :
<input type="password" name="text1" size="20">
<input type="button" value="دخـول" name="Submit" onclick=java******:validate(text2.value,"eqla3soft",text1.value,"123") >
</p>
</form>
<****** ******** = "java******">
/*
****** by Anubhav Misra (anubhav_misra@hotmail.com)
Submitted to Java****** Kit (http://java******kit.com)
For this and 400+ free ******s, visit http://java******kit.com
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/
function validate(text1,text2,text3,text4)
{
if (text1==text2 && text3==text4)
load('ضع هنا عنوان الصفحة المحمية');
else
{
load('وهنا عنوان للصفحة التي ستخرج لمن يخطئ بإسم المستخدم او كلمة السر');
}
}
function load(url)
{
location.href=url;
}
</******>
القائمة بالفارة يوضع في الهيد
<****** ********="java******">
<!--
menuItems = new Array();
menuItemNum = 0;
function addMenuItem(text, url, img){
if(img) menuItems[menuItemNum] = new Array(text, url, img);
else if(text) menuItems[menuItemNum] = new Array(text, url);
else menuItems[menuItemNum] = new Array();
menuItemNum++;
}
menuWidth = 148; //menu width
menuHeight = 176; //menu height
menuDelay = 50; //delay before menu appears
menuSpeed = 8; //speed which menu appears (lower=faster)
menuOffset = 2; //offset of menu from mouse pointer
addMenuItem("<center>دليل البرامج</center>","http://soft.vip600.com/modules.php?name=Downloads");
addMenuItem();
addMenuItem("<p align=right>الخطوط</p>","http://soft.vip600.com/modules.php?name=AllFonts");
addMenuItem("<p align=right>العاب</p>","http://soft.vip600.com/modules.php?name=Games");
addMenuItem("<p align=right>جافا سكريبت</p>","http://soft.vip600.com/modules.php?name=Java");
addMenuItem();
addMenuItem("<p align=right>ماسنجر6</p>","http://soft.vip600.com/modules.php?name=MSN6");
addMenuItem("<p align=right>اسئلة متكررة</p>","http://soft.vip600.com/modules.php?name=FAQ");
addMenuItem("<p align=right>منتدى إقلاع سوفت</p>","http://www.eqla3.com/vb/forumdisplay.php?s=&forumid=48");
addMenuItem("<p align=right>دروس وشرح برامج</p>","http://soft.vip600.com/modules.php?name=Sections");
addMenuItem("<p align=right>اختبر سرعة طباعتك</p>","http://soft.vip600.com/modules.php?name=Typing_Test");
///////////////////////////////////////////////////////////////////////////////
// do not edit the code below, it is required for the menu to work correctly
///////////////////////////////////////////////////////////////////////////////
if(********navigator.appName == "Microsoft Internet Explorer" && ********navigator.appVersion.substring(********navig ator.appVersion.indexOf("MSIE") + 5, ********navigator.appVersion.indexOf("MSIE") + 8) >= 5.5)
isIe = 1;
else
isIe = 0;
if(isIe){
menu******* = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;"><tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="10"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"><table cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:default;">';
for(m=0;m<menuItems.length;m++){
if(menuItems[m][0] && menuItems[m][2])
menu******* += '<tr height="17" onMouseOver="this.style.background='highlight';this.style.color ='highlighttext';" onMouseOut="this.style.background='threedface';this.style.colo r='menutext';" onClick="parent.********location.href='' + menuItems[m][1] + ''"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
else if(menuItems[m][0])
menu******* += '<tr height="17" onMouseOver="this.style.background='highlight';this.style.color ='highlighttext';" onMouseOut="this.style.background='threedface';this.style.colo r='menutext';" onClick="parent.********location.href='' + menuItems[m][1] + ''"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
else
menu******* += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight"></td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>';
}
menu******* += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>';
menuPopup = ********createPopup();
menuPopup.********.body.innerHTML = menu*******;
}
function showMenu(){
menuXPos = event.clientX + menuOffset;
menuYPos = event.clientY + menuOffset;
menuXIncrement = menuWidth / menuSpeed;
menuYIncrement = menuHeight / menuSpeed;
menuTimer = setTimeout("openMenu(0,0)", menuDelay);
return false;
}
function openMenu(height, width){
iHeight = height;
iWidth = width;
menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, ********.body);
if(iHeight < menuHeight)
menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1);
else
clearTimeout(menuTimer);
}
if(isIe) ********.oncontextmenu = showMenu;
//-->
</******>
قائمة بالفارة 2 توضع في البودي
<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: hand; position: absolute; width: 165px; background-color: #0066CC; visibility: hidden; border: 1px solid buttonface; ; font-style:normal; font-variant:normal; font-weight:normal}
.menuitems{
padding-left:15px;
padding-right:10px;
}
-->
</style>
<****** ********="Java******1.2">
//(ABUSAEED2020@HOTMAIL.COM)set the skin of the menu (0 or 1, with 1 rendering a default Windows menu like skin)
var menuskin=1
//(ABUSAEED2020@HOTMAIL.COM)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(){
//(ABUSAEED2020@HOTMAIL.COM)Find out how close the mouse is to the corner of the window
var rightedge=********.body.clientWidth-event.clientX
var bottomedge=********.body.clientHeight-event.clientY
//(ABUSAEED2020@HOTMAIL.COM)if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<ie5menu.offsetWidth)
//(ABUSAEED2020@HOTMAIL.COM)move the horizontal position of the menu to the left by it's width
ie5menu.style.left=********.body.scrollLeft+event. clientX-ie5menu.offsetWidth
else
//(ABUSAEED2020@HOTMAIL.COM)position the horizontal position of the menu where the mouse was clicked
ie5menu.style.left=********.body.scrollLeft+event. clientX
//(ABUSAEED2020@HOTMAIL.COM)same concept with the vertical position
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=********.body.scrollTop+event.cl ientY-ie5menu.offsetHeight
else
ie5menu.style.top=********.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)
********status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
********status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="menuitems"){
if (event.srcElement.getAttribute("target")!=null)
********open(event.srcElement.url,event.srcElement. getAttribute("target"))
else
********location=event.srcElement.url
}
}
</******><center><B style="color: 000000">
<!--[if IE]>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5()">
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=Downloads">دليل البرامج</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=AllFonts">الخطوط</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=Games">العاب</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=Java">جافا سكريبت</div>
<hr>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=MSN6">ماسنجر6</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=FAQ">اسئلة متكررة</div>
<div class="menuitems" url="http://www.eqla3.com/vb/forumdisplay.php?s=&forumid=48">منتدى إقلاع سوفت</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=Sections">دروس وشرح برامج</div>
<div class="menuitems" url="http://soft.vip600.com/modules.php?name=Typing_Test">اختبر سرعة طباعتك</div>
</div>
<![endif]--></center><B>
<****** ********="Java******1.2">
if (********.all&&********print){
if (menuskin==0)
ie5menu.className="skin0"
else
ie5menu.className="skin1"
********.oncontextmenu=showmenuie5
********.body.onclick=hidemenuie5
}
</******>
قائمة تنزل من فوق شي جميل :shiny:
طريقة التركيب: ضع الكود بمنطقة الـ <body>
[PHP]<****** ********="Java******">
<!-- Begin
function dropMenu() {
speed=35;
topdistance=20;
items=6;
y=-50;
ob=1;
if (navigator.appName == "Netscape") {
v=".top=",dS="********.",sD="";
}
else {
v=".pixelTop=",dS="",sD=".style";
}
}
function scrollItems() {
if (ob<items+1) {
objectX="object"+ob; y+=10; eval(dS + objectX + sD + v + y);
if (y<topdistance) setTimeout("scrollItems()",speed);
else y=-50, topdistance+=40, ob+=1, setTimeout("scrollItems()",speed);
}
}
// End -->
</******>
<div id="object1" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a href="http://www.eqla3-soft.com/" style="color: #ffffff; cursor: se-resize"><B>اقلاع سوفت<B></a>
</center>
</td>
</table>
</div>
<div id="object2" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a style="color: #ffffff; cursor: se-resize"><B>دليل البرامج<B></a>
</center>
</td>
</table>
</div>
<div id="object3" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a style="color: #ffffff; cursor: se-resize"><B>شرح البرامج<B></a>
</center>
</td>
</table>
</div>
<div id="object4" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a style="color: #ffffff; cursor: se-resize"><B>مكتبة الجافا<B></a>
</center>
</td>
</table>
</div>
<div id="object5" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a style="color: #ffffff; cursor: se-resize"><B>الخطوط العربية والانجليزية<B></a>
</center>
</td>
</table>
</div>
<div id="object6" style="position: absolute; visibility: show; left: 175px; top: -50px; z-index: 2; cursor: se-resize">
<table border=1 width=150 bgcolor=0066cc>
<td>
<center>
<a &forumid="48" style="cursor: se-resize; color: #FFFFFF"><B>منتدى اقلاع سوفت<B></a>
</center>
</td>
</table>
</div>
====================
تغير <body> لتصبح
<BODY onLoad="dropMenu(), scrollItems();">
PHP]][/color]

Sh2ee
06-25-2006, 09:52 AM
قائمة جانبية
الوصف: قائمة رائعة يمكن وضعها بأي مكان بالموقع .
طريقة التركيب: ضع الكود بمنطقة الـ <head>
الكود:
<style type="text/css">
<!--
.menu {font-family:Arial; font-weight:bold}
.menu a{
text-decoration:none;
color:black;
}
-->
</style>
<****** ********="java******">
<!--
/*
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from java******kit.com
Visit http://java******kit.com for this and over 400+ other ******s
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/
function movein(which,html){
which.style.background='coral'
if (********.getElementById)
********.getElementById("boxde******ion").innerHTML=html
else
boxde******ion.innerHTML=html
}
function moveout(which){
which.style.background='bisque'
if (********.getElementById)
********.getElementById("boxde******ion").innerHTML='&nbsp;'
else
boxde******ion.innerHTML='&nbsp;'
}
//-->
</******>
=============================================
ضع الكود التالي بالمكان الذي تريد وضع القائمة به
الكود:
<table bgcolor="black" border="1" bordercolor="ivory" cellpadding="2" cellspacing="0">
<tr>
<td class="menu" bordercolor="black" id="choice1" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'يتم إضافة البرامج على مدار الساعة')" onmouseout="moveout(this)"">
<a href="http://soft.vip600.com/modules.php?name=Downloads">دليــل برامــج إقــلاع سوفــت</a></td></tr>
<td class="menu" bordercolor="black" id="choice2" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'باقة مختارة بعانية من أجمل الخطوط')" onmouseout="moveout(this)">
<a href="http://soft.vip600.com/modules.php?name=AllFonts">الخطـــوط العربيــة والإنجليزيــة</a></td></tr>
<td class="menu" bordercolor="black" id="choice3" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'أكثر من 50 لعبة مباشرة')" onmouseout="moveout(this)"><a href="http://soft.vip600.com/modules.php?name=Games">العـــاب فـــلاش</a></td></tr>
<td class="menu" bordercolor="black" id="choice4" style="background-color:bisque; cursor:hand" onmouseover="movein(this,'كل ما يتعلق بماسنجر 6')" onmouseout="moveout(this)"><a href="http://soft.vip600.com/modules.php?name=MSN6">الماسنجــر الســادس</a></td></tr>
<tr>
<td bordercolor="black" bgcolor="ivory" height="18"><font id="boxde******ion" face="Verdana" size="2"></font></td></tr>
</table>
قائمة جانبية على اليسار
<****** ********="Java******1.2">
/*
Static menu ****** II (By maXimus, maximus@nsimail.com, http://absolutegb.com/maximus/)
Modified slightly/ permission granted to Dynamic Drive to feature ****** in archive
For full source, usage terms, and 100's more DHTML ******s, visit http://dynamicdrive.com
*/
function move(x) {
if (********.all) {
object1.style.pixelLeft += x;
object1.style.visibility = "visible"}
else if (********.layers) {
********.object1.left += x;
********.object1.visibility = "show"}};
function makeStatic() {
if (********.all) {object1.style.pixelTop=********.body.scrollTop+20 }
else {eval(********.object1.top=eval(********pageYOffset +20));}
setTimeout("makeStatic()",0);}
</******>
<style>
<!--
.hl {
Background-Color : yellow;
Cursor:hand;
}
.n {
Cursor:hand;
}
-->
</style>
<LAYER visibility="hide" top="20" name="object1" bgcolor="black" left="0" onmouseover="move(132)" onmouseout="move(-132)">
<****** ********="Java******1.2">
function positionmenu(){
move(-132)
}
if (********.all) {********.write('<DIV ID="object1" style="visibility:hidden;cursor:hand; Position : Absolute ;Left : 0px ;Top : 20px ;Z-Index : 20" onmouseover="move(132)" onmouseout="move(-132)">')}
</******>
<table border="0" cellpadding="0" cellspacing="1" width="150" bgcolor="#000000">
<tr><td bgcolor="#0099FF"> <font size="4" face="Arial"><b>القائمة الرئيسية</b></font></td>
<****** ********="Java******1.2">
********.write('<td align="center" rowspan="100" width="16" bgcolor="#FF6666"><span style="font-size:13px"><p align="center"><font face="Arial Black">ق<br>ا<br>ئ<br>م<br>ة<br>ج<br>ا<BR>ن<br>ب<br>ي<br>ة</font></p></span></TD>')
</******>
</tr>
<****** ********="Java******1.2"><!--
if (********.all||********.layers) {
makeStatic();}
var text=new Array();
var thelink=new Array();
//configure thelinks below. Extend as desired
text[0]="الصفحة الرئيسية";
text[1]="دليل البرامج";
text[2]="دليل الدروس";
text[3]="الخطوط";
text[4]="الألعاب";
text[5]="مكتبة الجافا";
text[6]="ماسنجر6";
text[7]="راسلنا";
thelink[0]="http://soft.vip600.com";
thelink[1]="http://soft.vip600.com/modules.php?name=Downloads";
thelink[2]="http://soft.vip600.com/modules.php?name=Sections";
thelink[3]="http://soft.vip600.com/modules.php?name=AllFonts";
thelink[4]="http://soft.vip600.com/modules.php?name=Games";
thelink[5]="http://soft.vip600.com/modules.php?name=Java";
thelink[6]="http://soft.vip600.com/modules.php?name=MSN6";
thelink[7]="http://soft.vip600.com/modules.php?name=Feedback";
//enter target of above links
//Valid values are '', 'new', or 'framename' (where 'framename' is the name of the frame you wish the links to target)
var linktarget=''
///DO NOT EDIT BELOW THIS LINE////////////////
function navigateie(which){
if (linktarget=='')
********location=thelink[which]
else if (linktarget=='new')
********open(thelink[which])
else{
temp_var=eval("********parent."+linktarget)
temp_var.location=thelink[which]
}
}
for (i=0;i<=text.length-1;i++)
if (********.all) {********.write('<TR><TD height=20 bgcolor=white onclick="navigateie('+i+')" onmouseover="className=\'hl\'" onmouseout="className=\'n\'"><FONT SIZE=2 FACE=ARIAL>&nbsp;'+text[i]+'</FONT></TD></TR>')}
else {********.write('<TR><TD bgcolor="white"><ILAYER><LAYER HEIGHT="18" onmouseover="this.bgColor=\'yellow\'" onmouseout="this.bgColor=\'white\'" width=131><FONT SIZE=2 FACE=ARIAL>&nbsp;<A HREF="'+thelink[i]+'" target="'+linktarget+'" id="nounderline">'+text[i]+'</A></FONT></LAYER></ILAYER></TD></TR>')}
//-->
</******>
<tr>
<td bgcolor="#0099FF"><font size="1" face="Arial"> </font></td>
</TR>
</table>
<****** ********="Java******1.2">
if (********.all) {********.write('</DIV>')}
********onload=positionmenu
</******>
</LAYER>
قائمة جانبية متحركة
الوصف: قائمة متحركة تكون دائماً امام اعين الزوار.
طريقة التركيب: ضع الكود بمنطقة الـ <body>

<****** ********="Java******">
/*
Created by Randy Bennet http://home.thezone.net/~rbennett/utility/javahead.htm
Featured on Java****** Kit (http://java******kit.com)
For this and over 400+ free ******s, visit http://java******kit.com
*/
function setVariables() {
if (********.layers) {
v=".top=";
dS="********.";
sD="";
y="********pageYOffset";
}
else if (********.all){
v=".pixelTop=";
dS="";
sD=".style";
y="********.body.scrollTop";
}
else if (********.getElementById){
y="********pageYOffset";
}
}
function checkLocation() {
object="object1";
yy=eval(y);
if (********.getElementById)
********.getElementById("object1").style.top=yy
else
eval(dS+object+sD+v+yy)
setTimeout("checkLocation()",10);
}
</******>
<div id="object1" style="position:absolute; visibility:show; right:0px; top:0px; z-index:5">
<table width=150 border=0 cellspacing=20 cellpadding=0 >
<tr>
<td bgcolor="#EAEAEA"><CENTER><b>قائمة متحركة</b></CENTER></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://soft.vip600.com/modules.php?name=Downloads" >دليل البرامج</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://soft.vip600.com/modules.php?name=Sections" >الدروس</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://soft.vip600.com/modules.php?name=Java" >جافا سكريبت</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://soft.vip600.com/modules.php?name=MSN6" >ماسنجر6</a></td>
</tr>
</table>
</div>
===============
غير <body> لتصبح
<BODY OnLoad="setVariables();checkLocation()">

يتـــــــــــــــــبع ........

Sh2ee
06-25-2006, 09:54 AM
كود يجعل الصفحه تهتز لفتره وجيزه بعد دخولك اليها
<****** ********="Java******">
<!---
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer == 3) ver = "n3";
else if (bName == "Netscape" && bVer == 2) ver = "n2";
else if (bName == "Netscape" && bVer >= 4) ver = "n4";
else if (bName == "Microsoft Internet Explorer" && bVer == 2) ver = "e3";
else if (bName == "Microsoft Internet Explorer" && bVer > 2) ver = "e4";
if (navigator.appVersion.indexOf("Mac") != -1) ver+="m";
function shake() {
if (ver == "n4" || ver == "n4m" || ver == "e4" || ver == "e4m") {
for (i = 10; i > 0; i--) {
for (z = 4; z > 0; z--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
} }
}
}
setTimeout('shake()',5000);
// --->
</******>
لالغاء الخطوط التي تظهر تحت الوصلات
<head>
<style>
<!--A:link {text-decoration: none; color: #0000ff;}A:visited {text-decoration: none; color: #0000FF;}A:active {text-decoration: none; color:#FF0000; }A:hover {text-decoration: none; color: #ff0000;font-size:16 ;}//-->
</style>
</head>
لاختيار لون الخلفيه
<FORM name="back">
<SELECT name="g" onChange="change()">
<OPTION VALUE="aqua">ازرق فاتح
<OPTION VALUE="green">اخضر
<OPTION VALUE="orange">برتقالي
<OPTION VALUE="yellow">اصفر
<OPTION VALUE="purple">بنفسجي
<OPTION VALUE="gray">رصاصي
<OPTION VALUE="pink">وردي
<OPTION VALUE="lavender">جي فاتح
<OPTION VALUE="khaki">ككاوي
<OPTION VALUE="skyblue">ازرق سماوي
<OPTION VALUE="white" SELECTED>ابيض
</SELECT>
<INPUT TYPE="button" VALUE="اختار اللون">
</FORM>
<****** ********="Java******">
<!--
//http://www.coctail.net/java/java.htm
function change() {
********.bgColor = ********.back.g.options[********.back.g.selectedIndex].value
}
//-->
</******>

كود يجعل الزائر يختار لون الخلفيه لصفحتك
<****** ********="Java******">
<!--
function backbs(clr) {
********.bgColor = clr
}
//-->
</******>
<form>
<input type="button" value="ازرق فاتح" onclick="backbs('aqua')">
<input type="button" value="اصفر" onclick="backbs('yellow')">
<input type="button" value="أحمر " onclick="backbs('red')">
<input type="button" value="ابيض" onclick="backbs('white')">
<input type="button" value="رصاصي" onclick="backbs('gray')">
</form>
يتـــــــــبع......

Sh2ee
06-25-2006, 09:55 AM
كود لعمل خلفيه مضيئه
<****** ********="Java******">

<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://java******.internet.com -->

<!-- Hide from old browsers
var Color= new Array(9);
Color[1] = "ff";
Color[2] = "ee";
Color[3] = "dd";
Color[4] = "cc";
Color[5] = "bb";
Color[6] = "aa";
Color[7] = "99";
Color[8] = "88";
Color[9] = "77";
Color[10] = "66";
Color[11] = "55";
Color[12] = "44";
Color[13] = "33";
Color[14] = "22";
Color[15] = "11";
Color[16] = "00";
/* Do not display text on a fading background. Instead, let it
fade in and out once or twice, then load a new page. */
function fadeIn(where) {
if (where >= 1) {
********.bgColor="#" + Color[where] +"0000";
where -= 1;
setTimeout("fadeIn("+where+")", 15);
} else {
setTimeout('fadeOut(1)', 15);
}
}
function fadeOut(where) {
if (where <=16) {
********.bgColor="#" + Color[where] +"0000";
where += 1;
setTimeout("fadeOut("+where+")", 15)
} else {
setTimeout("fadeIn(16)", 15);
// ********location.href="http://www.netscape.com/";
}
}
// Unhide -->
</******>

ثم انسخ هذا الكود في منطقة الجسم
<body onload="fadeIn(16)">


عرض الصفحه تلقائيا
<****** ********="Java******1.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 (********.all)
temp=********.body.scrollTop
else
temp=********pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (********.all)
currentpos=********.body.scrollTop+speed
else
currentpos=********pageYOffset+speed
********scroll(0,currentpos)
}
else{
currentpos=30
********scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
********onload=initialize
</******>


تأثيرات الماوس
<!-- TWO STEPS TO INSTALL STARS:

1. Copy the coding into the HEAD of your HTML ********
2. Add the last code into the BODY of your HTML ******** -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML ******** -->

<HEAD>

<style type="text/css">
<!-- Begin CSS
#a { position: absolute; top: 10px; left: 10px; visibility: visible }
#b { position: absolute; top: 10px; left: 10px; visibility: visible }
#c { position: absolute; top: 10px; left: 10px; visibility: visible }
#d { position: absolute; top: 10px; left: 10px; visibility: visible }
#e { position: absolute; top: 10px; left: 10px; visibility: visible }
#f { position: absolute; top: 10px; left: 10px; visibility: visible }
#g { position: absolute; top: 10px; left: 10px; visibility: visible }
End CSS -->
</style>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML ******** -->

<BODY>

<layer name="a0" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#ff8000" clip="0,0,2,2"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffff00" clip="0,0,2,2"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,2,2"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,2,2"></layer>

<div id="starsDiv" style="position:absolute;top:0px;left:0px">
<div style="position:relative;width:2px;height:2px;background: #ffffff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #ffff00;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #ffa000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #ff0000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #00ff00;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #0000ff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background: #FF00FF;font-size:2px;visibility:visible"></div>
</div>

<****** ********="Java******">

<!-- Original: freeware.de -->
<!-- Web Site: http://freeware.de -->
<!-- MSIE Fix by: Kurt Grigg (kurt.grigg@virgin.net) -->

<!-- Begin
if (********.layers) {
********captureEvents(Event.MOUSEMOVE);
}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (********.all) {
function MoveHandler(){
Xpos = ********.body.scrollLeft + event.x;
Ypos = ********.body.scrollTop + event.y;
}
********.onmousemove = MoveHandler;
}
else if (********.layers) {
function xMoveHandler(evnt) {
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
********onMouseMove = xMoveHandler;
}
function animateLogo() {
if (********.all) {
yBase = ****************.body.offsetHeight / 4;
xBase = ****************.body.offsetWidth / 4;
}
else if (********.layers) {
yBase = ********innerHeight / 4;
xBase = ********innerWidth / 4;
}
if (********.all) {
for (i = 0 ; i < starsDiv.all.length; i++) {
starsDiv.all[i].style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
starsDiv.all[i].style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}
else if (********.layers) {
for (j = 0; j < 7; j++) { //7 is number of NS layers!
var templayer="a" + j;
********.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
********.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 10);
}
animateLogo();
// End -->
</******>

<p><center>
<font face="arial, helvetica" size="-2">Free Java******s provided<br>
by <a href="http://java******source.com">The Java****** Source</a></font>
</center><p>

<!-- ****** Size: 4.21 KB -->


تأثير نص يتبع الماوس
[PHP]<!-- THREE STEPS TO INSTALL MOUSE BANNER:

1. Copy the coding into the HEAD of your HTML ********
2. Add the last code into the BODY tag your HTML ********
3. Put the final code inside the BODY of your HTML page -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML ******** -->

<HEAD>

<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>

<****** ********="Java******">
<!-- Original: Peter Gehrig -->
<!-- Web Site: http://www.24fun.ch -->

<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://java******.internet.com -->

<!-- Begin
var x, y;
var step = 10;
var flag = 0;

var message = "Java****** is so cool !! ";
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 = (********.layers) ? e.pageX : ********.body.scrollLeft + event.clientX;
y = (********.layers) ? e.pageY : ********.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && ********.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 && ********.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("********.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</******>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY tag od your HTML ******** -->

<body bgcolor="#000080" text="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">

<!-- STEP THREE: Put the final code inside the BODY of your HTML ******** -->

<****** ********="Java******">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
********.write("<span id='span"+i+"' class='spanstyle'>");
********.write(message[i]);
********.write("</span>");
}
if (********.layers) {
********.captureEvents(Event.MOUSEMOVE);
}
********.onmousemove = handlerMM;
// End -->
</******>

<p><center>
<font face="arial, helvetica" SIZE="-2">Free Java******s provided<br>
by <a href="http://java******source.com">The Java****** Source</a></font>
</center><p>

<!-- ****** Size: 2.08 KB -->
PHP]]

Sh2ee
06-25-2006, 09:57 AM
لعمل خلفية ثلوج متساقطه أو أي صوره بديله :icon30:
!-- TWO STEPS TO INSTALL SNOW:
1. Copy the coding into the BODY of your HTML ********
2. Save the snow.gif image to your web site directory -->
<!-- STEP ONE: Paste this code into the BODY of your HTML ******** -->
<BODY>
<****** ********="Java******1.2">
<!-- Original: Altan (snow@altan.hr) -->
<!-- Web Site: http://www.altan.hr/snow -->
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://java******.internet.com -->
<!-- Begin
var no = 25; // snow number
var speed = 10; // smaller number moves the snow faster
var snowflake = "http://www.your-web-site-address-here.com/snow.gif";
var ns4up = (********.layers) ? 1 : 0; // browser sniffer
var ie4up = (********.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
********.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
********.write("top=\"15\" visibility=\"show\"><img src=\"");
********.write(snowflake + "\" border=\"0\"></layer>");
} else {
********.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
********.write("top=\"15\" visibility=\"show\"><img src=\"");
********.write(snowflake + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
********.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
********.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
********.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
********.write(snowflake + "\" border=\"0\"></div>");
} else {
********.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
********.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
********.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
********.write(snowflake + "\" border=\"0\"></div>");
}
}
}
function snowNS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
********.layers["dot"+i].top = yp[i];
********.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
dx[i] += stx[i];
********.all["dot"+i].style.pixelTop = yp[i];
********.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</******>
<!-- STEP TWO: Save the snow.gif image to your web site directory ->
<!-- Go to http://java******.internet.com/img/snow/snow.gif
Right-click the image and "Save Image As..." -->
<p><center>
<font face="arial, helvetica" size="-2">Free Java******s provided<br>
by <a href="http://java******source.com">The Java****** Source</a></font>
</center><p>
<!-- ****** Size: 3.39 KB -->

منع خاصية الزر الايمن للماوس ( مع رساله تنبيهية )
<******
********="Java******">
<!--
function click() {
if (event.button==2) {
*****('لا تحاول ممنوع يعني ممنوع');
}
}
********.onmousedown=click
// -->
// -->
</******>
منع خاصية الزر الايمن للماوس ( بدون رسالة تنبيه )
<BODY oncontextmenu="return false" onselectstart="return false"
ondragstart="return false">
كود لعرض الملفات التي لديك في السي
<!-- TWO STEPS TO INSTALL CHECK ENTRY:
1. Copy the coding into the HEAD of your HTML ********
2. Add the last code into the BODY of your HTML ******** -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML ******** -->
<HEAD>
<****** ********="Java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://java******.internet.com -->
<!-- Begin
function validate(){
var invalid = " "; // Invalid character is a space
if (********.submitform.filename.value.indexOf(invali d) > -1) {
*****("Sorry, spaces are not allowed.");
return false;
}
else {
return true;
}
}
// End -->
</******>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML ******** -->
<BODY>
<center>
<form name=submitform onSubmit="return validate()">
<input type=file name=filename>
<p>
<input type=submit value="Submit">
</form>
</center>
<p><center>
<font face="arial, helvetica" size="-2">Free Java******s provided<br>
by <a href="http://java******source.com">The Java****** Source</a></font>
</center><p>
<!-- ****** Size: 0.95 KB -->
كــود يعمل على تحديث الصفحه
<input type="Button" name="lukk" value=" لتحديث الصفحه" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC6;" onClick="java******:location.reload()">
كود لعمل تحديث اتوماتيكي للصفحه
<******>
<!--
/*
Auto Refresh Page with Time ******
By Website Abstraction (wsabstract.com)
Over 200+ free ******s here!
*/
//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59
var limit="0:30"
if (********.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!********.images)
return
if (parselimit==1)
********location.reload()
else{
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime=curmin+" minutes and "+cursec+" seconds left until page refresh!"
else
curtime=cursec+" seconds left until page refresh!"
********status=curtime
setTimeout("beginrefresh()",1000)
}
}
********onload=beginrefresh
//-->
</******>
يتــــــــــــــــــــــــبع ............

Sh2ee
06-25-2006, 09:58 AM
اخر تحديث للصفحه بالتاريخ واليوم
<****** ********="Java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! http://www.geocities.com/planet9000 -->
<!-- Begin
var days = new Array(8);
days[1] = "الاحد";
days[2] = "الاثنين";
days[3] = "الثلاثاء";
days[4] = "الاربعاء";
days[5] = "الخميس";
days[6] = "الجمعة";
days[7] = "السبت";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November1";
months[12] = "December";
var dateObj = new Date(********.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear =+ dateObj.getYear()
********.write(wday + ", " + lmonth + " " + date + ", " + fyear)
// End -->
</******>
آخر تحديث للصفحه
<****** ********=Java******>function showdate()
{
var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))
year="19" + year;
if (navigator.appName == "Netscape")
year=1900 + year;
********.write("<left><font size=1 face=\"tahoma,Helvetica\">" + lmonth + " ");
********.write(date + ", " + year + "</font></left>");
}</******>
<****** ********=Java******><!--
showdate();//--></******>
<LEFT><FONT face=tahoma,Helvetica size=1>اخرتحديث
في</FONT></LEFT>
</body>
صفحة البدء (الهوم بيج)
<a class="chlnk" style="cursor:hand" HREF onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://coctail.net');"><font size="3">صفحة
البدء</font></a>
أضف للمفضله
<a href="java******:********external.AddFavorite('http://www.coctail.net',%20'(((كـ كوكتيل ــوكب )))')">أضف موقعنا لمفضلتك http://www.coctail.net/ </a>

أنتهى ....

تيتو المصرى
06-25-2006, 10:05 AM
مكتبه جامده اوى تسلم يا معلم

وننتظر المزيد منك ديما

elhabib
06-25-2006, 10:34 AM
الغالـــــــي

شقـــــــSH2EEـــــــــي


بجد مكتبة رائعه وجميلة

شكرا يا غالي لما تقدمة وتبذلة


تشكر للمجهود المتالق المتواصل

ننتظر المزيد الدائم منك

Clickme
06-25-2006, 12:55 PM
شقى

تسلم على مكتبة الجافا الرائعة
مجهود ولا اروئع عزيزى

تحياتى لك

Sh2ee
06-26-2006, 02:52 AM
اخوانى الاعزاء

بل الشكر هو لمروركم الغالى

دومتم بمحبة الله

.
.
.
أرق تحيه

MR.Mostafa
06-29-2006, 11:56 AM
ايه ياغالى الجمال ده بجد مكتبه ولا أروع من كده




تسلم يا حج على المجهود الرائع منك

Sh2ee
06-29-2006, 06:25 PM
سمسم

شكرا لتواجدك اخى الغالى

انتظرو المزيد

.
.
.
أرق تحيه

kemo
07-05-2006, 11:04 AM
شقي حبيبي ايه يا معلم الحجات الحلوة دي
هايل يا شقي والله الة الامام يا حج
icon30[2].gif

IORI
07-08-2006, 03:47 PM
بسم الله الرحمن الرحيم

بجد يا غالى موش عارف اقولك ايه
بس نستنا منك الافضل دومأ

Che
10-05-2006, 03:31 PM
مشكور اخى شقى على الموضوع تحياتى لك يا غالى و شكرأ لك

ahmed ELPRANSE
12-14-2006, 05:06 PM
http://www.asmilies.com/smiliespic/txtsmall/st17asmilies-com.gif

midos
01-01-2007, 09:44 PM
بصراحة روعة وجمال وتألق