PDA

مشاهدة نسخة كاملة : كل الكودات لعمل موقع متكامل اتمنا التثبيت


عاشق مزنه
11-11-2004, 12:17 AM
كود إظهار رسالة عند دخول الصفحة

<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("مرحبا بكم اتمنى ان ينال رضاكم موقعى بس لاتنسون الترشيح")


// -->
</SCRIPT>


وكل شوي كود جديد في الفرونت بيج :)

عاشق مزنه
11-11-2004, 12:18 AM
كود إظهار صفحة داخل الصفحة الرئيسية

<IFRAME WIDTH=100% HEIGHT=300 SRC="http://هنا ضع عنوان الصفحة"></IFRAME>

عاشق مزنه
11-11-2004, 12:19 AM
كود ألعاب نارية في الصفحة

<body text="#FFFFFF" bgcolor="#000000">

<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>

<script language="JavaScript">

/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background: #ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #FF0000;font-size:1px"></div>')
write('</div>')
}


var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;

function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+curr Step/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+curr Step/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+curr Step/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+curr Step/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body .scrollTop;
document.all.starsDiv.style.left=Mleft+document.bo dy.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOff set);
Mleft=Math.round(Math.random()*Dleft+window.pageXO ffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();

</script>

عاشق مزنه
11-11-2004, 12:20 AM
كود اّلة حاسبة

<script>
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 = ''}
</script>

<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>

عاشق مزنه
11-11-2004, 12:21 AM
كود اختر من القائمة واذهب

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
// End -->
}
</SCRIPT>
<!--انسخ للجسم-->

<center>
<form name="form">
<select name="site" size=1>
<option value="">Go to....
<option value="http://alfnnan.net">الفنان
<option value="http://www.metacrawler.com">Metacrawler
<option value="http://www.altavista.digital.com">Altavista
<option value="http://www.webcrawler.com">Webcrawler
<option value="http://www.yahoo.com">Yahoo
<option value="http://javascript.internet.com">JavaScript Source
</select>
<input type=button value="Go!" onClick="javascript:formHandler()">
</form>
</center>

عاشق مزنه
11-11-2004, 12:23 AM
كود ارسال البطاقات 4

<FORM action=http://refer-me.net/cgi-bin/referme method=post><INPUT type=hidden
value=XXXXX@hotmail.com name=webmaster_email> <INPUT type=hidden value=on
name=get_names> <INPUT type=hidden value=http://xxxxxxx.com/
name=home_url> <INPUT type=hidden value="back - العوده "
name=home_title>
<CENTER>
<DIV align=center>
<TABLE style="FONT-FAMILY: Tahoma" cellSpacing=0 cellPadding=0 width=452
border=0>
<TBODY>
<TR align=middle bgColor=#eeeeff>
<TD align=middle width=587 bgColor=#CAA0A1 colSpan=4 height=18><FONT
face=Tahoma color=#ffffff size=2>ارسل البطاقة الى من تحب
!!</FONT></TD></TR></CENTER>
<TR align=middle bgColor=#eeeeff>
<TD align=middle width=99 bgColor=#402632 height=25 <TD>
<P align=right><FONT face=Tahoma color=#ffffff size=2>الإيميل</FONT> </P>
<TD align=middle width=99 bgColor=#402632 height=25><FONT face=Tahoma
color=#ffffff size=2>الاسم</FONT></TD>
<TD align=middle width=85 bgColor=#006CA8 height=25><FONT
color=#ffffff> </FONT></TD>
<TD align=middle width=124 bgColor=#006CA8 height=25> </TD></TR>
<TR align=middle bgColor=#eeeeff>
<TH style="background-color: #402632" align=middle width=223
height=25><FONT face=Tahoma color=#ffffff size=2><INPUT
style="FONT-WEIGHT: bold; COLOR: #735246; FONT-FAMILY: Tahoma"
name=senderemail></FONT></TH>
<TD align=middle width=99 bgColor=#402632 height=25><FONT face=Tahoma
color=#ffffff size=2><INPUT
style="FONT-WEIGHT: bold; COLOR: #644f40; FONT-FAMILY: Tahoma" size=13
name=sendername value="sendername"></FONT></TD>
<TD align=middle width=85 bgColor=#402632 height=25> </TD>
<TD align=middle width=124 bgColor=#402632 height=25><FONT face=Tahoma
color=#ffffff size=2>المرسل</FONT></TD></TR>
<TR>
<TH style="background-color: #402632" align=middle width=223
height=25><FONT face=Tahoma color=#ffffff size=2><INPUT
style="FONT-WEIGHT: bold; COLOR: #006600; FONT-FAMILY: Tahoma"
name=newemail></FONT></TH>
<TD align=middle width=99 bgColor=#402632 height=25>
<P align=center><FONT face=Tahoma color=#ffffff size=2><INPUT
style="FONT-WEIGHT: bold; COLOR: #036b3f; FONT-FAMILY: Tahoma" size=13
name=newname value="newname"></FONT></P></TD>
<TD align=middle width=85 bgColor=#402632 height=25><FONT
color=#ffffff> </FONT></TD>
<TD align=middle width=124 bgColor=#402632 height=25><FONT face=Tahoma
color=#ffffff size=2>المرسل اليه</FONT></TD></TR>
<TR bgColor=#eeeeff>
<TD vAlign=top align=middle width=324 bgColor=#402632 colSpan=2 height=62>
<P align=right><FONT face=Tahoma color=#ffffff size=2><TEXTAREA style="FONT-WEIGHT: bold; COLOR: #275078; FONT-FAMILY: Tahoma" name=message rows=4 wrap=on cols=41></TEXTAREA></FONT></P></TD>
<CENTER>
<TD align=middle width=85 bgColor=#402632 height=62><FONT
color=#ffffff> </FONT></TD>
<TD align=middle width=124 bgColor=#402632 height=62><FONT face=Tahoma
color=#ffffff size=2>الرساله<INPUT style="FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #ffffff" type=submit value=ارســال>
</FONT></TD></TR></TBODY></TABLE></DIV></FORM></CENTER>

عاشق مزنه
11-11-2004, 12:23 AM
كود ارسال البطاقات

<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">اسمك&nbsp;&nbsp;</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">بريدك
&nbsp;</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"></textarea>
</font>
</p>
</td>
<td width="104" align="left">
<font face="Tahoma" size="2" color="#4D375B">Your Message</font>
</td>
</tr>
<tr align="rifht" valign="top">
<td bgcolor="#C4B5C8" colspan="3" align="center" width="464">
<p align="center">
<font face="Tahoma" size="2" color="#000000">
<input type="submit" name="submit" value="send - إرسال" style="font-family: Tahoma; background-color: #D7CDDA; color: #000000; border-style: solid">
<input type="reset" name="Reset" value="مسح" style="font-family: Tahoma; background-color: #FFFFFF; color: #000000; border-left-style: solid; border-left-color: #000000; border-right-style: solid; border-right-color: #000000; border-top-style: solid; border-bottom-style: solid">
</font>
</p>
</td>
</tr>
</table>
</center>
</div>
</form>

عاشق مزنه
11-11-2004, 12:24 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="#FF8000"><font color="#FFFFff" 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"><font color="#33BB33" size="1" face="Comic Sans MS"><b><i></i></b><b> </b></font><a href="http://websitesubmit.hypermart.net/addscript.htm"><font color="#FF8000" size="1" face="Comic Sans MS"><b></b></font></a><font color="#33BB33" size="1" face="Comic Sans MS"><b></b></font></td></tr></table></td></tr><tr><td align="center"><table border="0" cellspacing="1" width="280" bgcolor="#E79E45"><tr><td valign="top" bgcolor="#FF8000"><font color="#FFFFFF"><b>Default Engines</b></font></td><td valign="top" bgcolor="#FF8000"><font color="#FFFFFF"><b>Additional Engines</b></font></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 color="#FF8000" size="1" face="Comic Sans MS"><br><a href="http://websitesubmit.hypermart.net"><font face="2" color="#33BB33"></font></a></font></p></td></tr></table></td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" width="280" bgcolor="#FFFF80"><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>

عاشق مزنه
11-11-2004, 12:25 AM
كود استمرار الضغط على موافق عند دخول الصفحة

<P> </P>
<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" بسم الله الرحمن الرحيم "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" وبعد "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" السلام عليكم ورحمة الله و بركاته "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" طيب رد السلام!! "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert("المهم انتا عارف ان هذي صفحة مقالب صح؟ "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert("وهذا مقلب (:"))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" وماتقدر تتخلص منه الى اذا طفيت الجهاز "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert("دقيقه!! امزح معاك هذا المقلب موجود ضمن السكربتات يمكنك اخذه "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" مع تحيات شبكة الفنان "))
// End hiding of script
// --></SCRIPT>

<SCRIPT language=JavaScript><!--
// Hide the JavaScript from older browsers
(window.alert(" alfnnan.net "))
// End hiding of script
// --></SCRIPT>

عاشق مزنه
11-11-2004, 12:26 AM
كود اضافة خلفية للمنتدى

<body background="http://ramah.8k.com/images/big/water/Image3.jpg">
<br>

عاشق مزنه
11-11-2004, 12:26 AM
كود اضافة عبارة لشريط العنوان جميلة

<SCRIPT language=JavaScript>
<!--
var hellotext=" بندر حمود الرخيص "
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==5) {step=1}
if (step==1) {window.status='::--::--::--::--::--::--::--::--::'+thetext+'::--::--::--::--::--::--::--::--::'}
if (step==2) {window.status='-::--::--::--::--::--::--::--::--:'+thetext+'-::--::--::--::--::--::--::--::--:'}
if (step==3) {window.status='--::--::--::--::--::--::--::--::--'+thetext+'--::--::--::--::--::--::--::--::--'}
if (step==4) {window.status=':--::--::--::--::--::--::--::--::-'+thetext+':--::--::--::--::--::--::--::--::-'}


setTimeout("anim()",50);
}
welcometext();

function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

//-->
</SCRIPT>
<style>

عاشق مزنه
11-11-2004, 12:27 AM
كود اضافة للمفضلة 2

<SCRIPT language=JavaScript1.2> function bookmarkit(){ window.external.addFavorite('http://ضع عنوان موقعك/','ضع اسم موقعك ') } if (document.all) document.write('<small onClick="bookmarkit()"><font=Tahoma" size=5"><a href="#" class="normal">أضف الموقع للمفضلة</a></font></small>') </SCRIPT>

عاشق مزنه
11-11-2004, 12:28 AM
كود اضغط على الزر لحدوث زلزال

<script language="JavaScript1.2">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.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 -->
</script>

<form>
<p align="center"><input type="button"
value="اضغط هنا" onclick="shake(2)"> </p>
</form>

<p align="center"><a href="http://www.alfnnan.net"><font
color="#000000" size="2"><strong>شبكة الفنان</strong></font></a></p>

عاشق مزنه
11-11-2004, 12:29 AM
كود اطار رائع

<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:25 ridge red"
</script>

عاشق مزنه
11-11-2004, 12:30 AM
كود اطار للموضوع

<body style="border: 10 solid #800000 ">
<br>

<body style="border: 10 solid #800000 ">
<br>

عاشق مزنه
11-11-2004, 12:42 AM
كود اطار مشع



<table border="10" width="280" id="myexample" style="border:5px solid blue">
<tr>
<td>وهذا ايضأ عزيزى الزائر<br>إطار مشع للفت انتباة زائر موقعك الزائر<br><br></td>
</tr>
</table>
<script language="JavaScript1.2">
<!--

/*
Flashing Table Border Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="green")
myexample.style.borderColor="red"
else
myexample.style.borderColor="blue"
}
setInterval("flashit()", 500)
//-->
</script>

عاشق مزنه
11-11-2004, 12:43 AM
كود اظهار التاريخ باللغة العربية

<script LANGUAGE="JavaScript">

<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->

<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getYear();
year = myyear
if(myday == 0)
day = " الأحد, "
else if(myday == 1)
day = " الأثنين, "
else if(myday == 2)
day = " الثلاثاء, "
else if(myday == 3)
day = " الاربعاء, "
else if(myday == 4)
day = " الخميس, "
else if(myday == 5)
day = " الجمعة, "
else if(myday == 6)
day = " السبت, "
if(mymonth == 0) {
month = "يناير "}
else if(mymonth ==1)
month = "فبراير "
else if(mymonth ==2)
month = "مارس "
else if(mymonth ==3)
month = "ابريل "
else if(mymonth ==4)
month = "مايو "
else if(mymonth ==5)
month = "يونيو "
else if(mymonth ==6)
month = "يوليو "
else if(mymonth ==7)
month = "اغسطس "
else if(mymonth ==8)
month = "سبتمبر "
else if(mymonth ==9)
month = "اكتوبر "
else if(mymonth ==10)
month = "نوفمبر "
else if(mymonth ==11)
month = "ديسمبر "
// End -->
</script>
<!-- الخطوة الثانية-->
<script>
document.write("<b><font face=Tahoma size=1>" + day +myweekday );
document.write(month + ", " + year + "</font></b>");
</script>

عاشق مزنه
11-11-2004, 12:44 AM
كود اظهار الحروف كبيتال وسمول في شريط المعلومات بالانجليزي

<script language="Javascript">
<!--
var text = "ضع النص هنا بالحروف الانجليزية"

var speed = 200

var x = 0

function bb() {

var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)

window.status = a + b + c

if (x == text.length) {
x = 0
}

else {
x++
}

setTimeout("bb()",speed)
}

bb();
//جافا الفنان
//-->
</script>

عاشق مزنه
11-11-2004, 12:45 AM
كود اظهار النص كبير وصغير بالانجليزي


<script>

/*
جافا الفنان
(alfnnan.net)
*/

var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))

if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--

}
}
//Change below text to your won
rollertext("ضع النص هنابالانجليزي")
</script>

عاشق مزنه
11-11-2004, 12:45 AM
كود اظهار تاريخ اخر تعديل للصفحة

<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.geocities.com/okonsul -->
<!-- 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(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear =+ dateObj.getYear()
document.write(wday + ", " + lmonth + " " + date + ", " + fyear)
// End -->
</SCRIPT>

عاشق مزنه
11-11-2004, 12:46 AM
كود اظهار رسالة مختلفة مع كل زيارة للموقع

<script LANGUAGE="JavaScript">

<!-- 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>

عاشق مزنه
11-11-2004, 12:46 AM
كود اظهار صور حسب اليوم من الشهر


<script>
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();
document.write('<img src='+ image[day-1]+'>');
</script>

عاشق مزنه
11-11-2004, 12:47 AM
كود اظهار صورة جديدة في كل تحديث للصفحة

<center>
<script>
img = new Array("img1.gif","img2.gif","img3.gif","img4.gif","img5.gif","img6.gif");

num =Math.floor(Math.random()*img.length);
str=img[num]+" ";
document.write('<img src=' + str +'>');
</script>

عاشق مزنه
11-11-2004, 12:48 AM
كود اظهار عبارة في اعلى شريط في الصفحة

<CENTER>
<script language="JavaScript"><!--
http://44.4t.com
var message1 = "أكتب ماتريده هنا"
var message2 = "أيضا أكتب ماتريده هنا"
var delay = 5000 // Sets the delay between switching messages
changer1();
function changer1() {
ID = setTimeout("changer2()",delay);
document.title = (message1);
}
function changer2() {
ID = setTimeout("changer1()",delay);
document.title = (message2);
}
// end hide
// --></script>

</CENTER>

عاشق مزنه
11-11-2004, 12:49 AM
كود اغلاق الصفحة

<!-- paste this within the BODY of your page -->

<a href="javascript:self.close()">أغلق الصفحة</a>

عاشق مزنه
11-11-2004, 12:49 AM
كود الإضافة للمفضلة

<a href="javascript:window.external.AddFavorite('http://س ل هنا عنوان موقعك/',%20'((( سجل هنا اسم موقعك بالعربى)))')"> سجل في مفضلتك </a>

عاشق مزنه
11-11-2004, 12:50 AM
كود الاسم بالياباني






<!-- This script has been in the http://www.faisal1.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>

</head>

<body>

<SCRIPT language="JavaScript"><!--

function isvowel(v) {
if ((v == "a") || (v == "e") || (v == "i") || (v == "o") || (v == "u")) {
return true }
else {
return false } }

function nihongo(inp) {
otp = ""
cnt = 0
k = ""
l = ""
inp = inp.toLowerCase()

while (cnt <= inp.length - 1) {

k = inp.charAt(cnt)
if ((cnt + 1) > (inp.length - 1)) {
l = "u" }
else {
l = inp.charAt(cnt+1) }

if ((k == " ") || (k == "-") || (k == "'")) {
otp = otp + k
cnt += 1 }

if ((l == "y") && (!isvowel(k))) {
l = "i" }

if (k == "x") {
if (cnt == 0) {
k = "z" }
else {
k = "k" }
}

if (k == "g") {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 }
} }


if (k == "j") {

if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt +=2 }
if ((l == "e") || (l == "i")) {
otp = otp + "ji"
cnt += 2 }

}


if (k == "y") {
if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
k = "i" }
}

if (k == "m") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "b") || (l == "m") || (l == "p")) {
otp = otp + "n"
cnt += 1 }
else {
otp = otp + "mu"
cnt += 1 } } }

if (isvowel(k) || ((k == "n") && (!isvowel(l)))) {
otp = otp + k
cnt = cnt + 1 }

if (k == "q") {
k = "k" }

if (k == "v") {
k = "b" }

if (k == "l") {
k = "r" }

if (k == "c") {
if (l == "h") {
otp = otp + "chi"
cnt += 3 }
else {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "s" }
else {
k = "k" }
}
}

if (k == "w") {
if ((l == "a") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "i") || (l=="e")) {
otp = otp + "u" + l
cnt += 2 }
else {
k = "b"
}
}
}

if ((k == "b") || (k == "k") || (k == "r")) {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 } }

if (k == "d") {
if ((l == "i") || (l == "a") || (l == "e")) {
otp = otp + "de"
cnt += 2 }
if ((l == "u") || (l == "o")) {
otp = otp + "do"
cnt += 2 }
if (!isvowel(l)) {
otp = otp + "de"
cnt += 1 } }

if (k == "f") {
otp = otp + "fu"
cnt += 1
if (isvowel(l)) {
cnt += 1 } }

if (k == "h")
{
if (l == "u") {
otp = otp + "fu"
cnt += 2 }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "fu"
cnt += 1 } }
}

if (k == "z") {
if (l == "i") {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "zu"
cnt += 1 } } }

if (k == "n") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 } }

if (k == "p") {
if (l == "h") {
otp = otp + "fu"
cnt += 2 }
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "pu"
cnt += 1 } }

if (k == "s") {
if ((l == "i") || (l == "h")) {
otp = otp + "shi"
cnt += 2
if (l == "h") {
cnt += 1 } }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "su"
cnt += 1 } } }

if (k == "t") {
if ((l == "a") || (l == "e") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
if ((l == "u") || ((!isvowel(l)) && (!(l == "h")))) {
otp = otp + "tsu"
cnt += 1
if (l == "u") {
cnt += 1 }
if ((l == "s") && (inp.charAt(cnt + 1) == "u")) {
cnt += 2 } }
if (l == "i") {
otp = otp + "chi"
cnt += 2 }
if (l == "h") {
otp = otp + "fu"
cnt += 3 } }

}

win=window.open("","displayWindow","namae","toolbar=no,scrollbars=yes")
win.document.open()
win.document.write("<html><head><title>اسمك با اللغة اليبانية</title></head><body bgcolor='#fafafa' text='#010203' link='#182436' vlink='#428163'><p>اسمك با اليبانى هو<b>")
win.document.write(((otp.charAt(0)).toUpperCase()) )
j = 1
while (j <= otp.length - 1) {
win.document.write(otp.charAt(j))
j += 1 }
win.document.write(".</b></p><br><p></p><br><p align=center>")
j = 0
tem = ""
while (j <= otp.length - 1) {
if (!(otp.charAt(j) == " ")) {
tem = tem + otp.charAt(j) }
j += 1 }
otp = tem
j = 0
while (j <= otp.length - 1) {
cur = otp.charAt(j)
if ((isvowel(cur)) || ((cur == "n") && (!isvowel(otp.charAt(j+1))))) {
j += 1 }
else {
while (!isvowel(otp.charAt(j))) {
j += 1
cur = cur + otp.charAt(j) }
j += 1 }
}
win.document.write('<div align=center><form><input type="button" value="اضغط هنا للعودة" onClick="parent.window.close()"></form></div></body></html>')
win.document.close()
}

//-->

</SCRIPT><br>
<CENTER> </CENTER>

<CENTER><B><FONT SIZE=+3></FONT></B></CENTER>



<CENTER><B>اكتب اسمك هنا لوسمحت </B><FORM name="funkyform" action="javascript:nihongo(document.funkyform.namae.value)//"><INPUT type="text" name="namae"></CENTER>

<CENTER> </CENTER>

<CENTER><INPUT type="submit" value="اخبرنى كيف ينطق اسمى با اليبانى"></FORM></CENTER>

<CENTER> </CENTER>

<CENTER> </CENTER>

<CENTER>
alwafi 2000<br>

</body>
</html>

عاشق مزنه
11-11-2004, 01:29 AM
كود البحث في نفس الصفحة


<!-- TWO STEPS TO INSTALL FIND IN PAGE:

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">
<!-- The JavaScript Source!! http://www.hey.to/spcialman -->

<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);

var win = this;
var n = 0;

function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " was not found on this page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " was not found on this page.");
}
}
return false;
}
// End -->
</script>
</HEAD>

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

<BODY>

<form name=search onSubmit="return findInPage(this.string.value);">
أبحث في نفس الصفحة
<input name=string type=text size=15 onChange="n = 0;">
</form>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://www.hey.to/spcialman">SpcialMan</a></font>
</center><p>

<!-- Script Size: 1.54 KB -->

عاشق مزنه
11-11-2004, 01:30 AM
كود البروكسي


<br>
<br>
<tr><td><br>
<br>
<center><br>
<br>
<form action="http://proxy.fakeproxy.com/nph-fp.cgi/_/" method=post><br>
<br>
<i>كود بروكسي اتمنا من الله ان عدم الدخول الي المواقع اخلاعيه </i><br>
<br>
<input name="URL" size=50 value=http://><br><br>
<br>
<input type=checkbox name="rc" checked> Remove cookies<br>
<br>
<input type=checkbox name="rs"> Remove scripts<br>
<br>
<input type=checkbox name="fa"> Remove ads<br>
<br>
</center><br>
<br>
</td><td valign=bottom><br>
<br>
<center><br>
<br>
<br>
<br>
</form><br>
<br>
</center><br>
<br>
</td>
<br>

عاشق مزنه
11-11-2004, 01:31 AM
كود التحية على حسب الوقت

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

عاشق مزنه
11-11-2004, 01:32 AM
كود التعرف على ارقام الألوان

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta http-equiv="Content-Language" content="ar-sa">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Welcome To ABQARIAH</title>
<STYLE>
A:link {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: none
}
</STYLE>
<SCRIPT language=JavaScript>

<!-- Begin
function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
// End -->
}
</SCRIPT>

</head>

<body link="#FFFFFF" text="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#FFE88A">

<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="563" height="31">
<tr>
<td width="563" height="11">
<p align="center"><b><font size="7" color="#000000">ألوان</font></b></td>
</tr>
</center>
<tr>
<td width="563" height="16">
<p align="center"><b><font size="5" color="#000000">
<marquee direction="right">أختر ما يناسبك من الألوان
وضعها في موقعك</marquee>
</font></b></td>
</tr>
</table>
</div>
<p align="center"><b><font color="#000000" size="6">ألوان أساسية</font></b></p>

<div align="center">
<table border="0" cellpadding="0" cellspacing="6" width="636" height="202">
<tr>
<td width="100" height="100" bgcolor="#000000">
<p align="right"><font color="#FFFFFF"><a href="javascript:void(0)" onCLICK="document.bgColor='#000000'"><span style="background-color: #000000">#000000</span></a></font></td>
<td width="100" height="100" align="right" bgcolor="#FFFFFF">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFFFF'"><span style="background-color: #000000">#FFFFFF</span></a></td>
<td width="100" height="100" bgcolor="#008000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#008000'"><span style="background-color: #000000">#008000</span></a></td>
<td width="100" height="100" bgcolor="#800000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#800000'"><span style="background-color: #000000">#800000</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#808000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#808000'"><span style="background-color: #000000">#808000</span></a></td>
<td width="100" height="100" bgcolor="#000080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#000080'"><span style="background-color: #000000">#000080</span></a></td>
<td width="100" height="100" bgcolor="#800080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#800080'"><span style="background-color: #000000">#800080</span></a></td>
<td width="100" height="100" bgcolor="#808080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#808080'"><span style="background-color: #000000">#808080</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FFFF00" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFF00'"><span style="background-color: #000000">#fFFF00</span></a></td>
<td width="100" height="100" bgcolor="#00FF00" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FF00'"><span style="background-color: #000000">#00FF00</span></a></td>
<td width="100" height="100" bgcolor="#00FFFF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFFF'"><span style="background-color: #000000">#00FFFF</span></a></td>
<td width="100" height="100" bgcolor="#FF00FF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF00FF'"><span style="background-color: #000000">#FF00FF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#C0C0C0" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#C0C0C0'"><span style="background-color: #000000">#C0C0C0</span></a></td>
<td width="100" height="100" bgcolor="#FF0000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF0000'"><span style="background-color: #000000">#FF0000</span></a></td>
<td width="100" height="100" bgcolor="#0000FF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#0000FF'"><span style="background-color: #000000">#0000FF</span></a></td>
<td width="100" height="100" bgcolor="#008080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#008080'"><span style="background-color: #000000">#008080</span></a></td>
</tr>
<tr>
<td width="400" height="39" colspan="4" align="right">
<p align="right"><font color="#000000" size="6"><b>ألوان اختيارية</b></font></td>
</tr>
<center>
<tr>
<td width="100" height="100" bgcolor="#CC3366" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC3366'"><span style="background-color: #000000">#CC3366</span></a></td>
<td width="100" height="100" bgcolor="#FF9999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF9999'"><span style="background-color: #000000">#FF9999</span></a></td>
<td width="100" height="100" bgcolor="#FF3366" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF3366'"><span style="background-color: #000000">#FF3366</span></a></td>
<td width="100" height="100" bgcolor="#FFCCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCCFF'"><span style="background-color: #000000">#FFCCFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF66CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF66CC'"><span style="background-color: #000000">#FF66CC</span></a></td>
<td width="100" height="100" bgcolor="#CC6699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC6699'"><span style="background-color: #000000">#CC6699</span></a></td>
<td width="100" height="100" bgcolor="#CC3399" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC3399'"><span style="background-color: #000000">#CC3399</span></a></td>
<td width="100" height="100" bgcolor="#FF99CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF99CC'"><span style="background-color: #000000">#FF99CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF99FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF99FF'"><span style="background-color: #000000">#FF99FF</span></a></td>
<td width="100" height="100" bgcolor="#FF6699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF6699'"><span style="background-color: #000000">#FF6699</span></a></td>
<td width="100" height="100" bgcolor="#FF0066" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF0066'"><span style="background-color: #000000">#FF0066</span></a></td>
<td width="100" height="100" bgcolor="#FF3399" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF3399'"><span style="background-color: #000000">#FF3399</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF33CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF33CC'"><span style="background-color: #000000">#FF33CC</span></a></td>
<td width="100" height="100" bgcolor="#FF66FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF66FF'"><span style="background-color: #000000">#FF66FF</span></a></td>
<td width="100" height="100" bgcolor="#CC99FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC99FF'"><span style="background-color: #000000">#CC99FF</span></a></td>
<td width="100" height="100" bgcolor="#CC66CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC66CC'"><span style="background-color: #000000">#CC66CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CC0099" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC0099'"><span style="background-color: #000000">#CC0099</span></a></td>
<td width="100" height="100" bgcolor="#CC99CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC99CC'"><span style="background-color: #000000">#CC99CC</span></a></td>
<td width="100" height="100" bgcolor="#996699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#996699'"><span style="background-color: #000000">#996699</span></a></td>
<td width="100" height="100" bgcolor="#CCCCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCCFF'""><span style="background-color: #000000">#CCCCFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#9999FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#9999FF'"><span style="background-color: #000000">#9999FF</span></a></td>
<td width="100" height="100" bgcolor="#3366CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#3366CC'"><span style="background-color: #000000">#3366CC</span></a></td>
<td width="100" height="100" bgcolor="#99CCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99CCFF'"><span style="background-color: #000000">#99CCFF</span></a></td>
<td width="100" height="100" bgcolor="#6699CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#6699CC'"><span style="background-color: #000000">#6699CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#0099CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#0099CC'"><span style="background-color: #000000">#0099CC</span></a></td>
<td width="100" height="100" bgcolor="#00CCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00CCFF'"><span style="background-color: #000000">#00CCFF</span></a></td>
<td width="100" height="100" bgcolor="#99FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99FFFF'"><span style="background-color: #000000">#99FFFF</span></a></td>
<td width="100" height="100" bgcolor="#66FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#66FFFF'"><span style="background-color: #000000">#66FFFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#00FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFFF'"><span style="background-color: #000000">#00FFFF</span></a></td>
<td width="100" height="100" bgcolor="#CCFFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFFFF'"><span style="background-color: #000000">#CCFFFF</span></a></td>
<td width="100" height="100" bgcolor="#00FFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFCC'"><span style="background-color: #000000">#00FFCC</span></a></td>
<td width="100" height="100" bgcolor="#339999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#339999'"><span style="background-color: #000000">#339999</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#009999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#009999'"><span style="background-color: #000000">#009999</span></a></td>
<td width="100" height="100" bgcolor="#33CC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#33CC99'"><span style="background-color: #000000">#33CC99</span></a></td>
<td width="100" height="100" bgcolor="#99CC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99CC99'"><span style="background-color: #000000">#99CC99</span></a></td>
<td width="100" height="100" bgcolor="#00FF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FF99'"><span style="background-color: #000000">#00FF99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#66CC66" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#66CC66'"><span style="background-color: #000000">#66CC66</span></a></td>
<td width="100" height="100" bgcolor="#99FF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99FF99'"><span style="background-color: #000000">#99FF99</span></a></td>
<td width="100" height="100" bgcolor="#003300" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#003300'"><span style="background-color: #000000">#003300</span></a></td>
<td width="100" height="100" bgcolor="#006600" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#006600'"><span style="background-color: #000000">#006600</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CCFFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFFCC'"><span style="background-color: #000000">#CCFFCC</span></a></td>
<td width="100" height="100" bgcolor="#CCFF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFF99'"><span style="background-color: #000000">#CCFF99</span></a></td>
<td width="100" height="100" bgcolor="#00CC00" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00CC00'"><span style="background-color: #000000">#00CC00</span></a></td>
<td width="100" height="100" bgcolor="#999900" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999900'"><span style="background-color: #000000">#999900</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CCCC66" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCC66'"><span style="background-color: #000000">#CCCC66</span></a></td>
<td width="100" height="100" bgcolor="#999966" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999966'"><span style="background-color: #000000">#999966</span></a></td>
<td width="100" height="100" bgcolor="#FFFFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFFCC'"><span style="background-color: #000000">#FFFFCC</span></a></td>
<td width="100" height="100" bgcolor="#FFFF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFF99'"><span style="background-color: #000000">#FFFF99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF9900" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF9900'"><span style="background-color: #000000">#FF9900</span></a></td>
<td width="100" height="100" bgcolor="#CC9999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC9999'"><span style="background-color: #000000">#CC9999</span></a></td>
<td width="100" height="100" bgcolor="#CC9966" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC9966'"><span style="background-color: #000000">#CC9966</span></a></td>
<td width="100" height="100" bgcolor="#FFCC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCC99'"><span style="background-color: #000000">#FFCC99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF6666" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF6666'"><span style="background-color: #000000">#FF6666</span></a></td>
<td width="100" height="100" bgcolor="#CCCCCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCCCC'"><span style="background-color: #000000">#CCCCCC</span></a></td>
<td width="100" height="100" bgcolor="#999999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999999'"><span style="background-color: #000000">#999999</span></a></td>
<td width="100" height="100" bgcolor="#FFCCCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCCCC'"><span style="background-color: #000000">#FFCCCC</span></a></td>
</tr>
</table>
</center>
</div>

</body>

</html>

عاشق مزنه
11-11-2004, 01:33 AM
كود الخط الفضي

<div style="width:100%;filter:glow(color=#C0C0C0,strength=6);c olor:#535736">
<font face="Simplified Arabic Backslanted" size=4>
أكتب هنا
</font>
</div>

عاشق مزنه
11-11-2004, 01:33 AM
كود الرابط المشع




<p align="left"><script language="JavaScript">
<!-- Begin
function initArray() {
for (var i =0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"green",
"purple",
"blue",
"red",
"black",
"white",
"blue",
"yellow",
"green",
"fuschia",
"blue",
"purple",
"green",
"purple");
delay = .5; // seconds
link = 0;
vlink = 2;
function linkDance() {
link = ( link+3)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</script></p>
<p align="center"><a href="http://faisal1.com"><font size="6"
face="Monotype Koufi">موقع فيصل </font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font> </p>

عاشق مزنه
11-11-2004, 01:34 AM
كود الصفحة المجنووووووونه


<!-- ONE STEP TO INSTALL CRAZY WINDOW:

1. Copy the coding into the HEAD of your HTML document -->

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

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Eric B. Dennis -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if(document.layers || document.all) {
a = 1;
setInterval("Jump()", 10);
}
function Jump() {
a = a + 1;
self.moveBy((Math.random() * a * 2 - a), (Math.random() * a * 2) - a);
}
// End -->
</script>

<p><center>
<font face="arial, helvetica" size="-2"><br>
<a href="http://javascriptsource.com"></a></font>
</center><p>

<!-- Script Size: 0.63 KB -->

عاشق مزنه
11-11-2004, 01:35 AM
كود الضغط على زر وخروج رسالة


<b><FONT face="arial, helvetica" size="5" ><B></b></b></font>
<br>
<p><b><FONT face="arial, helvetica" size="3" ><input type=button value=نص onClick="alert(' الرسالة هنا')">
<br>

عاشق مزنه
11-11-2004, 01:36 AM
كود الفلاش





<p>ضع أي نص تريده هنا</p><meta http-equiv="Content-Language" content="ar-sa">
<script>
// alsaqr 2000-2001

function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}

var hexChars = "0123456789ABCDEF";

function Dec2Hex (Dec)
{
var a = Dec % 16;
var b = (Dec - a)/16;
hex = "" + hexChars.charAt(b) + hexChars.charAt(a);
return hex;
}

function bgChanger (begin, end, steps)
{
steps = steps -1 ;

redA = begin.charAt(0) + begin.charAt(1);
red_valA = parseInt(redA,'16');
redB = end.charAt(0) + end.charAt(1);
red_valB = parseInt(redB,'16');
red_int = ((red_valB - red_valA) / steps) * -1;
grnA = begin.charAt(2) + begin.charAt(3);
grn_valA = parseInt(grnA,'16');
grnB = end.charAt(2) + end.charAt(3);
grn_valB = parseInt(grnB,'16');
grn_int = ((grn_valB - grn_valA) / steps) * -1;
bluA = begin.charAt(4) + begin.charAt(5);
blu_valA = parseInt(bluA,'16');
bluB = end.charAt(4) + end.charAt(5);
blu_valB = parseInt(bluB,'16');
blu_int = ((blu_valB - blu_valA) / steps) * -1;

step = 2;
red = red_valA;
grn = grn_valA;
blu = blu_valA;

document.bgColor = begin;

while ( steps >= step )
{
red -= red_int;
red_round = Math.round(red);
red_hex = Dec2Hex(red);

grn -= grn_int;
grn_round = Math.round(grn);
grn_hex = Dec2Hex(grn);

blu -= blu_int;
blu_round = Math.round(blu);
blu_hex = Dec2Hex(blu);

document.bgColor = red_hex + grn_hex + blu_hex;

step++;
}
document.bgColor = end;
}

</script>
<script>
<!--
// black to black (pause)
bgChanger("000000","000000",25);
// black to red
bgChanger("000000","FF0000",25);
// red to black
bgChanger("FF0000","000000",25);
// black to purple
bgChanger("000000","AA00EE",25);
// purple to black
bgChanger("AA00EE","000000",25);
// black to blue
bgChanger("000000","0000FF",25);
// blue to black
bgChanger("0000FF","000000",25);
// black to black (pause)
bgChanger("000000","000000",25);
// -->
</script>

عاشق مزنه
11-11-2004, 01:37 AM
كود القائمة المنسدلة






<form>
<br>
<br>
<br>
<select name="selector">
<br>
<br>
<br>
<option value="الكثيري">قلب المنتديات؟
<br>
<br>
<br>
<option value="ناجي">عقل المنتديات؟
<br>
<br>
<br>
<option value="اليهلي">عجيب المنتديات؟
<br>
<br>
<br>
<option value="رحيل الود">دلوعة المنتديات؟
<br>
<br>
<br>
</select>
<br>
<br>
<br>
<INPUT TYPE="button" value="اضغط هنا" onClick="alert(form.selector.options[form.selector.selectedIndex].value)"></form>
<br>

عاشق مزنه
11-11-2004, 01:38 AM
كود الكتابة المائلة في المنتديات

اكتب هنا

مثال

اكتب هنا

عاشق مزنه
11-11-2004, 01:40 AM
كود الكتابة المتحركة في المنتدى

<marquee/>1#1#1<marquee>


بصراحه هذا كود الكتابه المتحركه لكن ماعرف اذا يشتغل في المنتدى :confused:

عاشق مزنه
11-11-2004, 01:40 AM
كود الكتابة المجوفة بلونين في المنتدى

<div style="width:100%;filter:glow(color=red,strength=4);color :white;font:14pt">
اكتب من هنا

<div style="width:100%;filter:glow(color=red,strength=4);color :white;font:14pt">
اكتب من هنا


مادري اذا يشتغل :confused:

عاشق مزنه
11-11-2004, 01:41 AM
كود الكتابة المجوفة

<div style="width:100%;filter:glow(color=red,strength=4);color :white;font:14pt">
اكتب هنا

عاشق مزنه
11-11-2004, 01:42 AM
كود الكتابة المظللة

<body>
<div align="center"><center>

<table border="0" width="319"
style="FILTER: GLOW(color='red', strength=#+6)">
<tbody> <tr>
<td width="313"><h1 align="center"><font size="5">
ضع نصك هنا مع امكانية تغيير اللون</font></h1>
</td>
</tr>
</tbody></table>
</center></div>
</body>

عاشق مزنه
11-11-2004, 01:43 AM
كود الكتابة بالالوان


<FONT FACE="Andalus" SIZE="50"><FONT COLOR="#000054">
اكتب هنا

عاشق مزنه
11-11-2004, 01:43 AM
كود الكتابة بالظل


<center><div style="width:100%;filter:shadow(color=black,strength=20); color:yellow"><BR><font color="#FFFFFF" size="7" face="Amerigo BT">ضع النص الذي تريد هنا</font></div style> <BR>
<br>

عاشق مزنه
11-11-2004, 01:44 AM
كود الكتابة بخط واضح في المنتدى


[b*]1#1#1[/*b]


تنبيه : - اذا تبون الكود شيلو انجمه اوكي

عاشق مزنه
11-11-2004, 01:47 AM
كود الكتابة في اطار وخلفية غير

<CENTER>
<TABLE BORDER=10 WIDTH=100 Background="ضع عنوان الصورة هنا">
<TR><TD ALIGN=CENTER><h1><FONT FACE="DecoType Naskh" SIZE="5"><FONT COLOR="black">
اكتب ما تريد هنا
</FONT></FONT>
</center>

</marquee></TD></TR></TABLE></center>

عاشق مزنه
11-11-2004, 01:47 AM
كود الكتابة في مستطيل من اليسار الى اليمين



<center><marquee direction="right" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
أكتب هنا .... ما رأيك ...
<br>
<br>
<br>
</marquee>
<br>

عاشق مزنه
11-11-2004, 01:48 AM
كود الكتابة في مستطيل من اليمين الى اليسار


<center><marquee direction="left" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
نصـــــك هنــــــــــــــــا ... أكتب ما تـــريــــد ...
<br>
<br>
<br>
</marquee>
<br>

عاشق مزنه
11-11-2004, 01:49 AM
كود الكتابة في مستطيل من تحت الى فوق


<center><marquee direction="up" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
السلام عليكم ورحمة الله وبركاته .. كيف حالكم ؟؟ هذي هي الطريقة الأولى وهي من تحت لفوق ...
<br>
<br>
<br>
</marquee>
<br>

عاشق مزنه
11-11-2004, 01:50 AM
كود الكتابة من أسفل الى أعلى في المنتدى




<marquee direction="up" width="500" height="200" style="TAHOMA: 150%; font-size: 18pt; color: white; border-style: ridge; border-color: #E3BE13" bgcolor="#000000" scrolldelay="70" scrollamount="3">
اكتب من هنا


ماادري اذا يشتغــل عندكم

عاشق مزنه
11-11-2004, 01:51 AM
كود الوصلة الملونة




<p align="left"><script language="JavaScript">
<!-- Begin
function initArray() {
for (var i =0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"green",
"purple",
"blue",
"purple",
"green",
"purple",
"blue",
"purple",
"green",
"purple",
"blue",
"purple",
"green",
"purple");
delay = .5; // seconds
link = 0;
vlink = 2;
function linkDance() {
link = ( link+3)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</script></p>
<p align="center"><a href="http://www.ashowag.8m.com/"><font size="6"
face="Monotype Koufi">موقع أشواق</font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font>&nbsp;</p>

عاشق مزنه
11-11-2004, 01:51 AM
كود اهتزاز الصفحة





<script language="JavaScript1.2">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.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 -->
</script>

<form>
<p align="center"><input type="button"
value="زلزال" onclick="shake(2)"> </p>
</form>

<p align="center"><a href=""><font
color="#FF00FF" size="4"><strong></strong></font></a></p>

عاشق مزنه
11-11-2004, 01:52 AM
كود تحذير استخدام الزر الأيمن في المره الأولى وتجميده في المره الثانية





<script LANGUAGE="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("تــحــذيــر!! لاتنقر على زر الماوس الأيمن مرة أخرى و إلا سوف تندم");
times++ } }
function bye() {
alert("ماتسمع الكلام!؟");
bye() }
</script>

عاشق مزنه
11-11-2004, 01:52 AM
كود تغيير صورتين بمجرد مرور الماوس





<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:

1. Paste the first into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.faisal1.com -->

<!-- Begin

image1 = new Image();
image1.src = "الصورة الثانية";

// End -->
</script>
</HEAD>

<!-- STEP TWO: Insert this code into the BODY of your HTML document -->

<BODY>

<a href="العنوان" onmouseover="image1.src='الصورة الثانية';"
onmouseout="image1.src='الصورة الأولى';">
<img name="image1" src="الصورة الأولى" border=0></a>

</BODY>

عاشق مزنه
11-11-2004, 01:53 AM
كود تغيير لون شريط التمرير حسب رغبتك





<STYLE>BODY {
SCROLLBAR-FACE-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #eabc5a; SCROLLBAR-SHADOW-COLOR: #eabc5a; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #c0c0c0; SCROLLBAR-DARKSHADOW-COLOR: #eabc5a
}
</STYLE>

عاشق مزنه
11-11-2004, 01:54 AM
كود تقويم ميلادي 2




<!-- ONE STEP TO INSTALL MONTHLY: DAY HIGHLIGHTED:

1. Put the code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD your HTML document -->

<BODY>
<CENTER>

<SCRIPT LANGUAGE="JavaScript">

<!--Total Java Scripts 99 - Next Step Software-->

<!-- Begin
monthnames = new Array(
"January",
"Februrary",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"Decemeber");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>Su</td>");
document.write("<td align=center>M</td>");
document.write("<td align=center>Tu</td>");
document.write("<td align=center>W</td>");
document.write("<td align=center>Th</td>");
document.write("<td align=center>F</td>");
document.write("<td align=center>Sa</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>

<!-- Script Size: 2.98 KB -->

عاشق مزنه
11-11-2004, 01:55 AM
كود تقويم ميلادي



<BODY>
<CENTER>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
monthnames = new Array(
"يناير",
"فبراير",
"مارس",
"ابريل",
"مايو",
"يونيو",
"يوليو",
"اغسطس",
"سبتمبر",
"اكتوبر",
"نوفبر",
"ديسمبر");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>الاحد</td>");
document.write("<td align=center>الاثنين</td>");
document.write("<td align=center>الثلاثاء</td>");
document.write("<td align=center>الاربعاء</td>");
document.write("<td align=center>الخميس</td>");
document.write("<td align=center>الجمعة</td>");
document.write("<td align=center>السبت</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>

عاشق مزنه
11-11-2004, 01:56 AM
كود جعل الصورة ارتباط للبريد


<p align="center"><a href="mailto:dady_w6@yahoo.com"><img border="0" src="صع عنوان الصورة هنا" width="192" height="65"></a></p>

عاشق مزنه
11-11-2004, 01:57 AM
كود تنظيم الصفحة للخلف وللأمام


<SCRIPT LANGUAGE="JavaScript">
<!-- hide this script tag's contents from old browsers
function goHist(a)
{
history.go(a); // Go back one.
}
//<!-- done hiding from old browsers -->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE=" للخلف " onClick="goHist(-1)">
<INPUT TYPE="button" VALUE=" للأمام" onClick="goHist(1)">
</form>

عاشق مزنه
11-11-2004, 01:58 AM
كود جعل الصورة ارتباط لموقع



<p align="center"><a href="http://omar2000.4t.com"><img border="0" src="http://albeed.com/vb/images/vBulletin_logo.gif" width="192" height="65"></a></p>

عاشق مزنه
11-11-2004, 01:58 AM
كود جعل الموقع في الصفحة الرئيسية



<A class=normal href="http:///"
onclick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://ضع عنوان موقعك هنا');"><FONT color=#0080ff size=2><STRONG> اجعل الموقع افتراضي</STRONG></FONT></A></P>

عاشق مزنه
11-11-2004, 01:59 AM
كود جملة تتبع الماوس


<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana;
font-weight:bold;
color:black;
}
</style>
<script>

/*
aLfnnan.cjb.net
سكربتات الفنان
*/

var x,y
var step=20
var flag=0

// Your snappy message. Important: the space at the end of the sentence!!!
var message="I LoVe YoU "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}

function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}

function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}

else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}

</script>

<script>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</script>

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll" bgcolor="#FF00FF">

عاشق مزنه
11-11-2004, 02:00 AM
كود درجة الحرارة في الرياض


<a href="http://www.wunderground.com/global/stations/40438. html">
<img src="http://banners.wunderground.com/banner/gizmotempbi g/global/stations/40438.gif" height=40 width=467></a>

عاشق مزنه
11-11-2004, 02:01 AM
كود درجة وضوح الشاشة


<SCRIPT LANGUAGE="Javascript"><!--

if (self.screen) { // for NN4 and IE4
width = screen.width
height = screen.height
// Testing this first prevents firing the slow Java of NN4
}
else if (self.java) { // for NN3 with enabled Java
var jkit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = jkit.getScreenSize();
width = scrsize.width;
height = scrsize.height;
}
else{
width = height = '?' // N2, E3, N3 w/Java off, probably Opera and WebTV

}
document.write("درجة وضوح الشاشة لديك:");
document.write(width +"×"+ height)
//or whatever based on the above results

//--></SCRIPT>

عاشق مزنه
11-11-2004, 02:02 AM
كود رسالة ترحيب عند دخول الموقع وعند الخروج


<br>
<br>
<!-- saudi cat 1999-2000 -->
<br>
<br>
<br>

<br>
<br>
<br>
<BODY bgcolor="#005A96" onLoad="alert('مرااااااحب هلا و غلا');" onUnload="alert('شكرا لزيارتك .. بانتظارك بااااااي');" link="orange" vlink="orange" alink="00FF95">
<br>
<br>
<br>
<center>
<br>
<br>
<br>
<font color=white>
<br>
<br>
<br>
<p>
<br>
<br>
<br>
<P> <script language="JavaScript" src="footer.js"></script>
<br>
<br>
<br>

<br>
<br>
<br>

عاشق مزنه
11-11-2004, 02:02 AM
كود رسالة عند الخروج من الموقع




<body onUnload="window.alert('ان دخلت مواضيعي مرة ثانية يا ويلك !! فاهم ؟؟؟ .. مع السلامة')">
<br>

عاشق مزنه
11-11-2004, 02:03 AM
كود زر تضغط عليه تطلع رسالة



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

عاشق مزنه
11-11-2004, 02:04 AM
كود زر طباعة الصفحة


<SCRIPT language=JavaScript>
<!-- Begin
if (window.print) {
document.write('<form> '
+ '<input type=submit value="اطبع الصفحة" name=Print '
+ 'onClick="javascript:window.print()"></form>');
}
// End
// --></SCRIPT>

عاشق مزنه
11-11-2004, 02:04 AM
كود ساعة اكترونية تحت يمين


<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->



<HTML>
<HEAD>
<style type="text/css">
<!--
.tick2 { font-size: "x-small"}
-->
</style>
<script>
<!--

function show2(){
if (!document.all)
return
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "+dn
tick2.innerHTML="<style='font-size:2;color:blue;'>"+ctime+"</style>"
setTimeout("show2()",1000)
}
//-->
</script>
<TITLE>F O R M S</TITLE>


</HEAD>


<BODY BGCOLOR="#000000" TEXT="#7b68ee" link="#7b68ee" vlink="#7b68ee" onLoad="show2()">
<P> <BR><CENTER>انظر الى الساعة فى الجهة اليمنى</CENTER><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR>
<script language="JavaScript">

var IW= 0;
var IH= 0;
var PX= 0;
var PY= 0;
var ZIN= 0;
var us= null;
var IMGW= 50;
var IMGH= 25;
var LSAFETY= 20;
var TSAFETY= 17;
function branding() {
oldIW= IW;
oldIH= IH;
oldPX= PX;
oldPY= PY;
if (navigator.appName == 'Netscape') {
if ((window.innerHeight != oldIH)||(window.innerWidth != oldIW)||(window.pageXOffset != oldPX)||(window.pageYOffset != oldPY))
{
if (us == null)
{
for (i=0; i<document.layers.length; i++)
{
us= document.layers[i];
if (us.id == "Valley")
break;
}
}
if (us != null)
{
us.visibility= "hide";
IH= window.innerHeight;
IW= window.innerWidth;
PX= window.pageXOffset;
PY= window.pageYOffset;


(IH > IMGH) ? us.top= (IH+PY-(IMGH+TSAFETY)) : us.top= 0;
(IW > IMGW) ? us.left= (IW+PX-(IMGW+LSAFETY)) : us.left= 0;

//alert('document.layers.length: ' + document.layers.length);
for (i=0; i<document.layers.length; i++)
{
templay= document.layers[i];
// alert('document.layers[' + i + '].id: ' + document.layers[i].id);
if (templay.zIndex > ZIN)
ZIN= (templay.zIndex + 1);
}
us.zIndex= ZIN;
us.visibility= "show";
}
}
}
else{
if (navigator.appVersion.indexOf("Mac") == -1)
{
if ((document.body.clientHeight != oldIH)||(document.body.clientWidth != oldIW)||(document.body.scrollLeft != oldPX)||(document.body.scrollTop != oldPY)) {
alldivs= document.all.tags("DIV");
if (us == null){
for (i=0; i<alldivs.length; i++)
{
us= alldivs(i);
if (us.id == "Valley")
break;
}
}
if (us != null){
us.style.display= "none";
IH= document.body.clientHeight;
IW= document.body.clientWidth;
PX= document.body.scrollLeft;
PY= document.body.scrollTop;
us.style.top= (IH+PY-(IMGH+TSAFETY)+12);
us.style.left=(IW+PX-(IMGW+LSAFETY)+15);
for (i=0; i<alldivs.length; i++){
templay= alldivs(i);
if (templay.style.zIndex > ZIN)
us.style.zindex= (templay.style.zIndex + 1);
}
us.style.display= "";
}
}
}
}
}
if ((document.all) || (document.layers)){
setInterval("branding()",100);
}
</SCRIPT>
<DIV CLASS="Watermark" ID="Watermark" STYLE="position:absolute;top:1;visibility:hide;" ALIGN="right">
<span id=tick2 class=tick2> </span>
</DIV>

</BODY>
</HTML>

عاشق مزنه
11-11-2004, 02:05 AM
كود ساعة الكترونية 2


<div id=Clock align=center style="font-family: tahoma; font-size: 12; color:#999966
"> </div>
<script>
function tick() {
var hours, minutes, seconds, ap;
var intHours, intMinutes, intSeconds;
var today;

today = new Date();

intHours = today.getHours();
intMinutes = today.getMinutes();
intSeconds = today.getSeconds();

if (intHours == 0) {
hours = "12:";
ap = "بعد متصف الليل";
} else if (intHours < 12) {
hours = intHours+":";
ap = "صباحا";
} else if (intHours == 12) {
hours = "12:";
ap = "ظهرا";
} else {
intHours = intHours - 12
hours = intHours + ":";
ap = "مساءا";
}

if (intMinutes < 10) {
minutes = "0"+intMinutes+":";
} else {
minutes = intMinutes+":";
}

if (intSeconds < 10) {
seconds = "0"+intSeconds+" ";
} else {
seconds = intSeconds+" ";
}

timeString = hours+minutes+seconds+ap;

Clock.innerHTML = timeString;

window.setTimeout("tick();", 100);
}

window.onload = tick;

</script>

عاشق مزنه
11-11-2004, 02:06 AM
كود ساعة الكترونية

<SCRIPT LANGUAGE="JavaScript">
var timerID = null
var timerRunning = false

function stopclock()
{
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}

function startclock()
{
stopclock()
showtime()
}

function showtime()
{
var now = new Date()
var hours = now.getHours()
var minutes = now.getMinutes()
var seconds = now.getSeconds()
var timeValue = "" + ((hours > 12) ? hours - 12 : hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? "PM" : "AM"
document.clock.face.value = timeValue
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
</SCRIPT>

<form name="clock" onSubmit="0">
<INPUT TYPE="text" NAME="face" SIZE=11 READONLY VALUE ="....Initializing....">
</form>

<SCRIPT LANGUAGE="JavaScript">
<!--
startclock()
//-->
</SCRIPT>

عاشق مزنه
11-11-2004, 02:07 AM
كود ساعة تطارد الماوس


<!-- Mouse attack Script by kurt.grigg@virgin.net
var speed=20,divTop=0,divLeft=0,angle=0,ypos=0,xpos=0, amount=13;
if (document.layers){
for (i = 0; i < amount; i++)
{document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/3+' height='+i/3+' bgcolor=#ffffff></layer>');}
window.captureEvents(Event.MOUSEMOVE);
function nsMouse(evnt){
xpos=evnt.pageX;ypos=evnt.pageY;
}
window.onMouseMove = nsMouse;
}
else if (document.all){
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < amount; i++)
{document.write('<div id=k style="position:absolute;top:0px;left:0px;width:'+i/3+';h eight:'+i/3+';background:#ffffff;font-size:'+i/3+'"></div>')}
document.write('</div></div>');
function iMouse(){xpos=event.x;ypos=document.body.scrollTop +event.y}
document.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 (document.layers){
Yscroll=window.pageYOffset;
ybase=Math.round(Math.random()*window.innerHeight) ;xbase=Math.round(Math.random()*window.innerWidth) ;
yybase=window.innerHeight-10;xxbase=window.innerWidth-10;
}
else if (document.all){
Yscroll=document.body.scrollTop;
ybase=Math.round(Math.random()*window.document.bod y.offsetHeight);xbase=Math.round(Math.random()*win dow.document.body.offsetWidth);
xxbase=window.document.body.offsetWidth-10;yybase=window.document.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=document.layers,msie=document.all;

if (document.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 (document.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 (document.layers){ntscp['nsa'+i].bgColor=Clrs[x]}
else if (document.all){msie.k[i].style.background=Clrs[x]}
}
setTimeout("Split()",20);
}
function StArT(){bomb();Split()}
window.onload=StArT;
//-->
</SCRIPT>




<!-- Paste in head -->





<script language="JavaScript">

<!-- 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=(document.layers)?1:0;

viz=(document.layers)?'hide':'hidden';

if (ns){

for (i=0; i < dots; i++)

document.write('<layer name=nface'+i+' top=0 left=0 bgcolor=#ffffff clip="0,0,3,3"></layer>');

for (i=0; i < S.length; i++)

document.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++)

document.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++)

document.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{

document.write('<div id="W" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i=0; i < dots; i++){

document.write('<div id="face" style="position:absolute;top:0px;left:0px;width:3px;heigh t:3px;font-size:3px;background:#ffffff"></div>');

}

document.write('</div></div>');

document.write('<div id="X" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i=0; i < S.length; i++){

document.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>');

}

document.write('</div></div>')

document.write('<div id="Y" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i=0; i < M.length; i++){

document.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>');

}

document.write('</div></div>')

document.write('<div id="Z" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

for (i=0; i < H.length; i++){

document.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>');

}

document.write('</div></div>');

}

if (ns){

window.captureEvents(Event.MOUSEMOVE);

function nsMouse(evnt){

Ypos = evnt.pageY+100;

Xpos = evnt.pageX+100;

}

window.onMouseMove = nsMouse;

}

else{

function ieMouse(){

Ypos=event.y+100;

Xpos=event.x+100;

}

document.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){

document.layers["nx"+0].visibility=viz;

document.layers["ny"+0].visibility=viz;

document.layers["nz"+0].visibility=viz;

for (i=0; i < S.length; i++){

document.layers["nx"+i].top=ay-12+(i*Ybase)*Math.sin(sec);

document.layers["nx"+i].left=ax-12+(i*Xbase)*Math.cos(sec);

}

for (i=0; i < M.length; i++){

document.layers["ny"+i].top=by-12+(i*Ybase)*Math.sin(min);

document.layers["ny"+i].left=bx-12+(i*Xbase)*Math.cos(min);

}

for (i=0; i < H.length; i++){

document.layers["nz"+i].top=cy-12+(i*Ybase)*Math.sin(hrs);

document.layers["nz"+i].left=cx-12+(i*Xbase)*Math.cos(hrs);

}

for (i=0; i < dots; ++i){

document.layers["nface"+i].top=dy-2+(70*Math.sin(-0.49+dots+i/1.9));

document.layers["nface"+i].left=dx+4+(70*Math.cos(-0.49+dots+i/1.9));

}

}

else{

var scrll=document.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) document.layers["nface"+count].bgColor=CoLoUrS[count_a];

else face[count].style.background=CoLoUrS[count_a];

setTimeout('colourStep()',100)

}

function StartAll(){

MouseFollow();

colourStep();

}

if (document.layers || document.all) window.onload=StartAll;

//-->

</script>

عاشق مزنه
11-11-2004, 02:09 AM
كود ساعة تظهر في اعلى اطار للصفحة


<SCRIPT Language="JavaScript">
<!-- Hide

/*
This script was written by Mike Cullen, 1999
Featured on Dynamic Drive ()
For full source code, installation instructions
and many more DHTML scripts

*/


var scroller;
var ampm;
var actualtitle=document.title+" "
function antiMilitaryTime()
{
if (hr == "12"){
ampm="P.M."
}
else if (hr == "13"){
hr="1"
ampm="P.M."
}
else if (hr == "14"){
hr="2"
ampm="P.M."
}
else if (hr == "15"){
hr ="3"
ampm="P.M."
}
else if (hr == "16"){
hr = "4"
ampm="P.M."
}
else if (hr == "17"){
hr = "5"
ampm="P.M."
}
else if (hr == "18"){
hr = "6"
ampm="P.M."
}
else if (hr == "19"){
hr = "7"
ampm="P.M."
}
else if (hr == "20"){
hr = "8"
ampm="P.M."
}
else if (hr == "21"){
hr = "9"
ampm="P.M."
}
else if (hr == "22"){
hr = "10"
ampm="P.M."
}
else if (hr == "23"){
hr = "11"
ampm="P.M."
}
else if (hr == "24"){
hr = "12"
}
}
function addZero(){
if (min <= "9"){
min = "0"+min
}
if (sec<= "9"){
sec = "0"+sec
}
if (hr <="9"){
hr = "0"+hr
}
}
function time(){
dt=new Date()
sec=dt.getSeconds()
hr=dt.getHours()
ampm="A.M."
min=dt.getMinutes()
}
function scroll() {
time()
antiMilitaryTime()
addZero()
var scroller="TIME: "+hr+":"+min+":"+sec+" "+ampm
var timeout=setTimeout("scroll()", 1000)
document.title=actualtitle+scroller
}
if (document.all)
scroll()
//-->
</SCRIPT>

عاشق مزنه
11-11-2004, 02:10 AM
كود ساعة ملونة انيقة


<html>
<head>
<title>Java Script Library -> http://java.tatousek.cz - 00020 Sample</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<script language="VBScript">
Dim a
Dim min1
Dim hr1
Dim sec1

'Initializes clock and tells it how to behave, when to start animation, etc

Sub window_onload
a = time
min1 = minute(time)
hr1 = hour(time)
if hr1 > 12 then
hr1 = hr1 - 12
end if
sec1 = second(time)
call sgSecondHand.Rotate(0,0,sec1*6 - 90)
call sgMinuteHand.Rotate(0,0,min1*6 - 90)
call sgHourHand.Rotate(0,0,hr1*360/12 - 90)
call seq("Time").Play
end Sub


'Sequencer initilization

Sub Seq_OnInit
Call seq("Time").at(0.000, "SecRot", -1, 1.000, 1)
Call seq("Time").at(60.000, "MinRot", -1, 60.000, 1)
Call seq("Time").at(0.000, "HourRot", -1, 1800.000, 1)
End Sub

'rotates second hand of clock

Sub SecRot
Call sgSecondHand.Rotate(0,0,6)
End Sub

' rotates minute hand of clock

Sub MinRot
Call sgMinuteHand.Rotate(0,0,6)
End Sub

' rotates hour hand of clock

Sub HourRot
Call sgHourHand.Rotate(0,0,15)
End Sub


</script>

<!-- This is the master div, sets over all height, width and positioning-->

<div id="MASTERLAYOUT" STYLE="POSITION:ABSOLUTE;WIDTH:300; HEIGHT:300;TOP:25%;LEFT:25%">

<!-- Div sets positioning of text on clock face, z-index tells it to go in front of background data in master div -->

<div id="divTimeText" STYLE="POSITION:ABSOLUTE; WIDTH:200; HEIGHT:200; TOP:0; LEFT:0;z-index:2">

<br>
<br>
<br>

<p align="center">

<font face="Verdana,Tahoma,Arial" size="5" color="YELLOW">
<BR>
<BR>

</font>

</p>

<!-- Object displays the numbers on the clock face -->

<OBJECT ID="SgNumbers"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE= "POSITION:ABSOLUTE; WIDTH:215; HEIGHT:200; TOP:0; LEFT:0;Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 255, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0004" VALUE="SetFillColor(255,255,255)">
<PARAM NAME="Line0005" VALUE="SetFont('ARIAL',24,650,0,0,0)">
<PARAM NAME="Line0006" VALUE="Text('1',30,-66,0">
<PARAM NAME="Line0007" VALUE="Text('2',60,-36,0">
<PARAM NAME="Line0008" VALUE="Text('3',70,4,0">
<PARAM NAME="Line0009" VALUE="Text('4',60,44,0">
<PARAM NAME="Line0010" VALUE="Text('5',30,74,0">
<PARAM NAME="Line0011" VALUE="Text('6',-10,89,0">
<PARAM NAME="Line0012" VALUE="Text('7',-50,79,0">
<PARAM NAME="Line0013" VALUE="Text('8',-85,44,0">
<PARAM NAME="Line0014" VALUE="Text('9',-95,4,0">
<PARAM NAME="Line0015" VALUE="Text('10',-85,-36,0">
<PARAM NAME="Line0016" VALUE="Text('11',-60,-61,0">
<PARAM NAME="Line0017" VALUE="Text('12',-20,-76,0">
</OBJECT>

</div>

<!-- Creates the clock face , structured graphic-->

<OBJECT ID="sgBackground"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200">
<PARAM NAME="Line0001" VALUE="SetLineStyle(5)">
<PARAM NAME="Line0002" VALUE="SetFillStyle(11)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0,0,0,255)">
<PARAM NAME="Line0004" VALUE="SetGradientFill(0,0,-100,-100,0)">
<PARAM NAME="Line0005" VALUE="Oval(-100,-100,200,200,0)">
</OBJECT>

<div id="divClock" STYLE="POSITION:ABSOLUTE; WIDTH:200; HEIGHT:200; TOP:0; LEFT:0;">

<!-- Object creates second hand for clock, structured graphic -->

<OBJECT ID="sgSecondHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 255, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,255)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-2,100,4,0)">
</OBJECT>

<!-- Object creates minute hand for clock, structured graphic-->

<OBJECT ID="sgMinuteHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 0, 0)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-3,85,6,0)">
</OBJECT>

<!-- Object creates hour hand for clock, structured graphic -->

<OBJECT ID="sgHourHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:ABSOLUTE; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(0, 0, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(0,0,255)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-3,70,6,0)">
</OBJECT>

</div>
</div>

<!-- Sequencer, controls timing and continuation of clock motion -->

<OBJECT ID="Seq"
CLASSID="CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96">
</OBJECT>





</body>
</html>

عاشق مزنه
11-11-2004, 02:11 AM
كود ساعة وتاريخ في شريط المعلومات


1- ضع الكود التالي في منظقة الرأس

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function runClock() {
theTime = window.setTimeout("runClock()", 1000);
var today = new Date();
var display= today.toLocaleString();
status=display;
}
// End -->
</SCRIPT>

2- ضع الكود التالي مع بداية منطقة الجسم

<body onLoad="runClock()">

عاشق مزنه
11-11-2004, 02:12 AM
كود ساعة وتاريخ ويوم وشهر وتقويم




<!-- JavaScript immediate script -->

<SCRIPT LANGUAGE="JavaScript">

<!--



// Copyright 1996 - Tomer and Yehuda Shiran

// This example will appear in our forthcoming book on JavaScript.

// Feel free to "steal" this code provided that you leave this notice as is.

// Additional examples from the book can be found at http://www.geocities.com/SiliconValley/9000/

// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>



setCal()



function getTime() {

// initialize time-related variables with current time settings

var now = new Date()

var hour = now.getHours()

var minute = now.getMinutes()

now = null

var ampm = ""



// validate hour values and set value of ampm

if (hour >= 12) {

hour -= 12

ampm = "PM"

} else

ampm = "AM"

hour = (hour == 0) ? 12 : hour



// add zero digit to a one digit minute

if (minute < 10)

minute = "0" + minute // do not parse this number!



// return time string

return hour + ":" + minute + " " + ampm

}



function leapYear(year) {

if (year % 4 == 0) // basic rule

return true // is leap year

/* else */ // else not needed when statement is "return"

return false // is not leap year

}



function getDays(month, year) {

// create array to hold number of days in each month

var ar = new Array(12)

ar[0] = 31 // January

ar[1] = (leapYear(year)) ? 29 : 28 // February

ar[2] = 31 // March

ar[3] = 30 // April

ar[4] = 31 // May

ar[5] = 30 // June

ar[6] = 31 // July

ar[7] = 31 // August

ar[8] = 30 // September

ar[9] = 31 // October

ar[10] = 30 // November

ar[11] = 31 // December



// return number of days in the specified month (parameter)

return ar[month]

}



function getMonthName(month) {

// create array to hold name of each month

var ar = new Array(12)

ar[0] = "January"

ar[1] = "February"



ar[2] = "March"

ar[3] = "April"

ar[4] = "May"

ar[5] = "June"

ar[6] = "July"

ar[7] = "August"

ar[8] = "September"

ar[9] = "October"

ar[10] = "November"

ar[11] = "December"



// return name of specified month (parameter)

return ar[month]

}



function setCal() {

// standard time attributes

var now = new Date()

var year = now.getYear()

var month = now.getMonth()

var monthName = getMonthName(month)

var date = now.getDate()

now = null



// create instance of first day of month, and extract the day on which it occurs

var firstDayInstance = new Date(year, month, 1)

var firstDay = firstDayInstance.getDay()

firstDayInstance = null



// number of days in current month

var days = getDays(month, year)



// call function to draw calendar

drawCal(firstDay + 1, days, date, monthName, 1900 + year)

}



function drawCal(firstDay, lastDate, date, monthName, year) {

// constant table settings

var headerHeight = 50 // height of the table's header cell

var border = 2 // 3D height of table's border

var cellspacing = 4 // width of table's border

var headerColor = "midnightblue" // color of table's header

var headerSize = "+3" // size of tables header font

var colWidth = 60 // width of columns in table

var dayCellHeight = 25 // height of cells containing days of the week

var dayColor = "darkblue" // color of font representing week days

var cellHeight = 40 // height of cells representing dates in the calendar

var todayColor = "red" // color specifying today's date in the calendar



var timeColor = "purple" // color of font representing current time



// create basic table structure

var text = "" // initialize accumulative variable to empty string

text += '<CENTER>'

text += '<TABLE BORDER=' + border + ' CELLSPACING=' + cellspacing + '>' // table settings

text += '<TH COLSPAN=7 HEIGHT=' + headerHeight + '>' // create table header cell

text += '<FONT COLOR="' + headerColor + '" SIZE=' + headerSize + '>' // set font for table header

text += monthName + ' ' + year

text += '</FONT>' // close table header's font settings

text += '</TH>' // close header cell



// variables to hold constant settings

var openCol = '<TD WIDTH=' + colWidth + ' HEIGHT=' + dayCellHeight + '>'

openCol += '<FONT COLOR="' + dayColor + '">'

var closeCol = '</FONT></TD>'



// create array of abbreviated day names

var weekDay = new Array(7)

weekDay[0] = "Sun"



weekDay[1] = "Mon"

weekDay[2] = "Tues"

weekDay[3] = "Wed"

weekDay[4] = "Thu"

weekDay[5] = "Fri"



weekDay[6] = "Sat"



// create first row of table to set column width and specify week day

text += '<TR ALIGN="center" VALIGN="center">'

for (var dayNum = 0; dayNum < 7; ++dayNum) {

text += openCol + weekDay[dayNum] + closeCol

}

text += '</TR>'



// declaration and initialization of two variables to help with tables

var digit = 1

var curCell = 1



for (var row = 1; row <= Math.ceil((lastDate + firstDay - 1) / 7); ++row) {

text += '<TR ALIGN="right" VALIGN="top">'

for (var col = 1; col <= 7; ++col) {

if (digit > lastDate)

break

if (curCell < firstDay) {

text += '<TD></TD>';

curCell++

} else {

if (digit == date) { // current cell represent today's date

text += '<TD HEIGHT=' + cellHeight + '>'

text += '<FONT COLOR="' + todayColor + '">'

text += digit

text += '</FONT><BR>'

text += '<FONT COLOR="' + timeColor + '" SIZE=2>'

text += '<CENTER>' + getTime() + '</CENTER>'

text += '</FONT>'

text += '</TD>'

} else

text += '<TD HEIGHT=' + cellHeight + '>' + digit + '</TD>'

digit++

}

}

text += '</TR>'

}



// close all basic table tags

text += '</TABLE>'

text += '</CENTER>'



// print accumulative HTML string

document.write(text)

}



// -->

</SCRIPT>

عاشق مزنه
11-11-2004, 02:13 AM
كود صورة تتبع الماوس



<script language="JavaScript1.2">
<!--

/*
Submitted by Marcin Wojtowicz [one_spook@hotmail.com]
Featured on Website Abstraction (http://wsabstract.com)
For this and over 400+ free scripts, visit http://wsabstract.com
*/

var trailLength = 8 // The length of trail (8 by default; put more for longer "tail")
var path = "ضع الصورة هنا" // URL of your image

// do NOT modify anything beyond this point
var isIE = false,isNav = false,range = "all.",style = ".style",i,d = 0
var topPix = ".pixelTop",leftPix = ".pixelLeft",images,storage
if (document.layers) { // browser sniffer
isNav = true,range = "layers.",style = "",topPix = ".top",leftPix = ".left"
} else if (document.all) {
isIE = true
}
function initTrail() { // prepares the script
images = new Array() // prepare the image array
for (i = 0; i < parseInt(trailLength); i++) {
images[i] = new Image()
images[i].src = path
}
storage = new Array() // prepare the storage for the coordinates
for (i = 0; i < images.length*3; i++) {
storage[i] = 0
}
for (i = 0; i < images.length; i++) { // make divs for IE and layers for Navigator
(isIE) ? document.write('<div id="obj' + i + '" style="position: absolute; z-Index: 100; height: 0; width: 0"><img src="' + images[i].src + '"></div>') : document.write('<layer name="obj' + i + '" width="0" height="0" z-index="100"><img src="' + images[i].src + '"></layer>')
}
trail()
}
function trail() { // trailing function
for (i = 0; i < images.length; i++) { // for every div/layer
eval("document." + range + "obj" + i + style + topPix + "=" + storage[d]) // the Y-coordinate
eval("document." + range + "obj" + i + style + leftPix + "=" + storage[d+1]) // the X-coordinate
d = d+2
}
for (i = storage.length; i >= 2; i--) { // save the coordinate for the div/layer that's behind
storage[i] = storage[i-2]
}
d = 0 // reset for future use
var timer = setTimeout("trail()",10) // call recursively
}
function processEvent(e) { // catches and processes the mousemove event
if (isIE) { // for IE
storage[0] = window.event.y+document.body.scrollTop+10
storage[1] = window.event.x+document.body.scrollLeft+10
} else { // for Navigator
storage[0] = e.pageY+12
storage[1] = e.pageX+12
}
}
if (isNav) {
document.captureEvents(Event.MOUSEMOVE) // Defines what events to capture for Navigator
}
if (isIE || isNav) { // initiates the script
initTrail()
document.onmousemove = processEvent // start capturing
}
//-->
</script>
<!-- http://alfnnan.net -->
<body bgcolor="#000000">

عاشق مزنه
11-11-2004, 02:14 AM
كود طلب الاسم ثم الترحيب



<SCRIPT LANGUAGE="Javascript">
//http://www.alsaqr.com
name=window.prompt("ادخل أسمك.","لا ارغب");
document.write("<H1 align=center>مرحبا! "+name+".</H1>")
//-->
</script>

عاشق مزنه
11-11-2004, 02:14 AM
كود ظل للنص



<SPAN style="position: absolute; left: 188; font-size: 35pt; filter: shadow(color=#80FF80, direction=135); z-index: -1; top: 170; width: 423; height: 58">
<p align="center"><font color="#FF8000" face="Tahoma"><b>موقع</b></font><font
face="Tahoma"><b> </b></font><font color="#FF8000" face="Tahoma"><b>الصقر</b></font>
</SPAN></p>

<p align="center"><a href="/cgi-bin/framed/1959/"><font
color="#FF00FF" size="4"><strong>alsaqr.com</strong></font></a></p>

عاشق مزنه
11-11-2004, 02:15 AM
كود ظهور النص بعدة الوان



<h2>
<script language="JavaScript1.2">

/*
جافا الفنان
(http://alfnnan.net)
*/

var message="ضع النص هنا"
var neonbasecolor="#800000"
var neontextcolor="#fc1000"
var flashspeed=100 //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight">'+message.charAt(m)+'</span>')
document.write('</font>')

//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor

if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script>
</h2>

عاشق مزنه
11-11-2004, 02:16 AM
كود عبارة تتبع الماوس



<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana;
font-weight:bold;
color:black;
}
</style>
<script>

/*
aLfnnan.cjb.net
سكربتات الفنان
*/

var x,y
var step=20
var flag=0

// Your snappy message. Important: the space at the end of the sentence!!!
var message="ضع العبارة هنا "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}

function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}

function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}

else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}

</script>

<script>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</script>

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">

عاشق مزنه
11-11-2004, 02:16 AM
كود عبارة مشعة


<p><span id="theText" style="width:100%"> </p>

<p align="center"><font color="#FFF9F2" size="5"
face="Monotype Koufi"><strong>جافا الفنان</strong></font><font color="#FFF9F2" size="4"
face="Tahoma"><strong> </strong></font><font color="#FFF9F2"
size="6"><strong> </span><script language="JavaScript"><!--

/*
جافا الفنان
www.alfnnan.net
*/


//range of glowing
var from = 3;
var to = 7;

//speed of pulsing
var delay = 85;

//color of glow, name or RGB value (example:'#')
var glowColor = "#FFBC6A";


//NO MORE EDITING!!!
var i = to;
var j = 0;

//can be called here or whenever you want the text to start pulsing
textPulseDown();

function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}

if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}


}

function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}

if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}

// --></script> </strong></font></p>

عاشق مزنه
11-11-2004, 02:18 AM
كود عرض الاي بي لزوار الموقع



<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
<title>IP info</title>



<!-- REQUIRED BY GGScript -->
<script language="JavaScript"> var GG_js = 1.0; </script>
<script language="JavaScript1.1"> var GG_js = 1.1; </script>
<script language="JavaScript1.2"> var GG_js = 1.2; </script>
<script>
<!-- REQUIRED BY GGScript -->
var GG_sk = "Unknown";var GG_cd = 0;var GG_sw = 0;var GG_sh = 0;var GG_dr = GG_sk;var GG_du = GG_sk;var GG_an = GG_sk;var GG_av = GG_sk;var GG_np = GG_sk;var GG_ua = GG_sk;var GG_IPAddr = GG_sk;
document.URL?GG_du=document.URL:GG_du=GG_sk;docume nt.referrer?GG_dr=document.referrer:GG_dr=GG_sk;na vigator.appName?GG_an=navigator.appName:GG_an=GG_s k;navigator.appVersion?GG_av=navigator.appVersion: GG_av=GG_sk;navigator.userAgent?GG_ua=navigator.us erAgent:GG_ua=GG_sk;
if(GG_js >= 1.2)
{
if(screen.width)GG_sw=screen.width;if(screen.heigh t)GG_sh=screen.height;if(screen.colorDepth)GG_cd=s creen.colorDepth;
GG_cd==2?GG_cd="4":(GG_cd==4?GG_cd="16":(GG_cd==8?GG_cd="256":(GG_cd==16?GG_cd="65K":(GG_cd==24?GG_cd="16.7M":(GG_cd==32?GG_cd="16.7M":dd=0)))));
navigator.platform?GG_np=navigator.platform:GG_np= GG_sk;
}
if(GG_js >= 1.1)
document.write("<script language=\"JavaScript1.1\" src=\"http://www.ggscript.com/GGScript/GG_IP.cgi?"+GG_du+"^"+escape(GG_an)+"^"+escape(GG_ua)+"^"+escape(GG_np)+"^"+GG_sw+"^"+GG_sh+"^"+GG_cd+"^"+escape(GG_dr)+"\"></"+"script>");
// -->
</script>
<script>
<!--
// REQUIRED BY GGScript
// do not remove, Netscape 3 needs this...
document.write(" ");
// -->
</script>

<script>
<!--
// This is for the IP Address
if(GG_IPAddr != GG_sk)
document.write("<B>Your IP address:</B><BR>"+GG_IPAddr+"<BR><BR>")

// -->




</script>

عاشق مزنه
11-11-2004, 02:18 AM
كود عرض رسائل والضغط على موافق


<p><!--webbot bot="HTMLMarkup" startspan --><p align="center"><font face="MS Dialog Light" size="4"><b> <a href="" onMouseover="alert('ليش تحط الماوس هنا؟'); alert('أنا ما قلت لك لا تضغط هنا؟'); alert('يعني وش اسوي فيك ؟؟'); alert('ليه تفكر أصلا انك تضغط هنا وأنا محذرك؟؟؟'); alert('والله يا انت تورطت '); alert('تحس انك متورط؟ هاه ؟'); alert('تبيني افكك؟'); alert('الحين لازم ترسل لي رسالة تعتذر فيه مني '); alert('وأحسن لك أرسل الرسالةلا أوريك شغلك'); document.bgColor='black'; document.fgColor='Red'; window.location.href='mailto:hammad9@hotmail.com ?subject=ما عليش تكبـــــر وتنســــى';"">جرب قرب ماوسك هنــــا </a>
<br>
<br>
<br>
<!--webbot bot="HTMLMarkup" endspan -->
<br>
<br>
<br>
</p>
<br>

عاشق مزنه
11-11-2004, 02:19 AM
كود عرض محتويات الجهاز . بامكانك اختيار الدرايف



<form action="file:///c|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="c:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///a|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="a:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///b|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="b:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///d|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="d:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///e|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="e:\ drive">
<br>
<br>
<br>
</form>
<br>

عاشق مزنه
11-11-2004, 02:20 AM
كود عرض محتويات السي



<font color="#800000"><strong><input onclick="window.open('file:///C|/', 'display', 'scrollbars=1')" type="button" value=" اكشف محتويات C"></strong></font>

عاشق مزنه
11-11-2004, 02:21 AM
كود عرض مصدر الصفحة



<script>
<!--
/* View-source script credit:
جافا الفنان
www.aLfnnan.net
*/


function viewthesource(){
window.location="view-source:"+window.location
}
//-->
</script>
<a href="javascript:viewthesource()">
<p align="center">اعرض المصدر</p>
<p align="center"></a>
</p>

عاشق مزنه
11-11-2004, 02:21 AM
كود عمل خلفية للنص



<CENTER>
<DIV id=cdiv style="BACKGROUND-COLOR: 800000">
.
.
<P align=center><FONT color=#ff1000 size=5>
اكتب النص هنا
</FONT>

عاشق مزنه
11-11-2004, 02:22 AM
كود قائمة تظهر من اليسار




<style>
<!--

#slidemenubar, #slidemenubar2{
position:absolute;
left:-155px;
width:160px;
top:170px;
border:1.5px solid green;
background-color:lightyellow;
layer-background-color:lightyellow;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
<script language="JavaScript1.2">

/*
Sliding Menu Bar Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

if (document.all)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
</script>
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()

//extend or shorten this list
sitems[0]="الصفحة الرئيسية"
sitems[1]="الموقع الاول"
sitems[2]="الموقع الثانى"
sitems[3]="الموقع الثالث"
sitems[4]="الموقع الرابع"
sitems[5]="الموقع الخامس"
sitems[6]="الموقع السادس"
sitems[7]="الموقع السابع"
sitems[8]="الموقع الثامن"
sitems[9]="الموقع التاسع"
sitems[10]="الموقع العاشر"
sitems[11]="الموقع الحادى عشر"
sitems[12]="الموقع الثانى عشر"


//These are the links pertaining to the above text.
sitemlinks[0]="هنا تضع المواقع"
sitemlinks[1]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[2]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[3]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[4]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[5]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[6]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[7]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[8]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[9]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[10]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[11]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"
sitemlinks[12]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks[i]+'>'+sitems[i]+'</a><br>')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>

عاشق مزنه
11-11-2004, 02:22 AM
كود قائمة لأختيار لون الخلفية



<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>
<script language="Javascript">
<!--
http://www.ajnadeen.cjb.net
function change() {
document.bgColor = document.back.g.options[document.back.g.selectedIndex].value
}

//-->
</script>

عاشق مزنه
11-11-2004, 02:23 AM
كود كتابة جملة ثابتة في شريط المعلومات


<script language="JavaScript">
var boodschap = 'أكتب النص هنا';
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 25);
}
</script>
<script language="JavaScript"><!--
dgstatus();
//--></script>

عاشق مزنه
11-11-2004, 02:24 AM
كود كتابة جملة طويلة في شريط المعلومات




<SCRIPT LANGUAGE="JavaScript">

<!--

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>

عاشق مزنه
11-11-2004, 02:25 AM
كود كتابة في مستطيل صغير تخرج من اليسار


<table border="1" width="100%"><BR> <tr><BR> <td width="100%" bgcolor="#800000"><b><BR> <marquee style="color: #FFFF00" direction="right">ضع النص هنا</marquee><BR> </b></td><BR> </tr><BR></table><BR>
<br>

عاشق مزنه
11-11-2004, 02:26 AM
كود كتابة مثل التوقيع ينفع للمنتديات


<center><hr size=6><FONT FACE="andalus"><h2><TABLE STYLE=filter:GLOW(color="jwight",strength=#+9)><FONT COLOR="yellow"><div align=center>
<h2>
<br>
( ضع النص هنا )
<br>
</div></TABLE></FONT>
<br>

عاشق مزنه
11-11-2004, 02:27 AM
كود كتابة مشعة


<FONT size="15"><TABLE STYLE=filter:GLOW(color="brown",strength=#+9)><FONT COLOR="yellow">النص<BR> <P> <BR></TABLE></FONT></FONT s>

عاشق مزنه
11-11-2004, 02:28 AM
كود كتابة من تحت الى فوق



<p align="center"><b><font color="#FF0000" size="7" face="Tahoma"><marquee direction="up" scrolldelay="100" align="bottom" scro15amount="5" width="657" height="301"> الله ما اكبر غلاك ؟؟ </marquee></span></font><BR> <BR> </b>
<br>

عاشق مزنه
11-11-2004, 02:28 AM
كود كتابة من فوق الى تحت




<p align="center"><b><font color="#FF0000" size="7" face="Tahoma"><marquee direction="down" scrolldelay="100" align="bottom" scro15amount="5" width="657" height="301"> الله ما اكبـــــر غــلاك ؟؟ </marquee></span></font><BR> <BR> </b>
<br>

عاشق مزنه
11-11-2004, 02:29 AM
كود كتابة نص بشكل جميل




<SPAN style="position: absolute; left: 188; font-size: 12pt; filter: shadow(color=#FFFFFF, direction=135); z-index: -1; top: 170; width: 223; height: 38">
<p align="center"><font color="#FF8000" face="Tahoma"><b>ضع النص هنا</b></font><font
face="Tahoma"><b> </b></font><font color="#FF8000" face="Tahoma"><b>وهنا</b></font> </p>
</SPAN>

عاشق مزنه
11-11-2004, 02:30 AM
كود كلمات مضيئة تظهر في الشريط السفلي للصفحة


<script language="JavaScript">
<!--

var x = 0
var speed = 300
var text = "اتمنى ان ينال موقعي رضاكم "

function Blinky() {
window.status = text
setTimeout("Blinky2()", speed)
}

function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}

Blinky()
//-->
//http://www.faisal.com
</script>

عاشق مزنه
11-11-2004, 02:31 AM
كود كلمة تتبع الماوس


<HTML>

<HEAD>
<TITLE>mouse</TITLE>
<META name="description" content="">
<META name="keywords" content="">
<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>

<SCRIPT LANGUAGE="JavaScript">

var x, y;
var step = 10;
var flag = 0;

var message = "حط الكتابه هنا ";
message = message.split("");
var xpos = new Array();
for (i = 0; i <= message.length - 1; i++) {
xpos[i] = -50;
}
var ypos = new Array();
for (i = 0; i <= message.length - 1; i++) {
ypos[i]= -50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && document.all) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("span" + (i) + ".style");
thisspan.posLeft = xpos[i];
thisspan.posTop = ypos[i];
}
}
else if (flag==1 && document.layers) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("document.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</script>
</HEAD>
<body bgcolor="#000080" text="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">

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

<//--><//"--><!-- VC layer -->
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write('<LAYER SRC="' + ValueBanner + '&t=html" WIDTH="' + IWidth
+ '" ');
document.write('HEIGHT="' + IHeight + '" VISIBILITY="hide" onLoad=');
document.write('"moveToAbsolute(VC.pageX,VC.pageY); clip.width=' + IWidth
+ '; ');
document.write('clip.height=' + IHeight +
'; visibility=\'show\'"></LAYER>');
// -->
</SCRIPT>
<!-- vc layer -->
</BODY>
</HTML>

عاشق مزنه
11-11-2004, 02:34 AM
كود لأدراج الفلاش والتحكم بالطول والعرض

<embed width="463" height="237" src="عنوان الفلاش">

عاشق مزنه
01-02-2005, 08:18 PM
:::::::::::::::::::::::::::::

بوهاجر
02-02-2005, 03:23 AM
تسلم اخوي ولله

وياريت يتثبت

تحياتي

الرّاسم
07-02-2005, 05:30 AM
مجهود رائع اخوي

الله يعطيك العافيه


تحياتي

مصطفى زغلول
07-02-2005, 10:01 AM
عمل رائع تستحق كل خير بارك الله فيك
تحياتى لك
مصطفى

JSRhost.com
07-02-2005, 12:35 PM
مجهود رائع اخوي

الله يعطيك العافيه

وبارك الله فيك ,,


تحياتي

أبو مبارك
02-03-2005, 02:00 AM
مشكور اخي على هذا الجهد المبذول

JSRhost.com
02-03-2005, 04:45 PM
للرفـــــــــــــــــــــ ـع

FlashFp
02-03-2005, 05:48 PM
رائع الف شكر

أبو مبارك
03-03-2005, 05:18 PM
:) شي طيب

أبومساعد
02-04-2005, 10:30 PM
مشكور يالغالي

الله يعطيك العافية

تحيّاتي

ALALMASEE
04-04-2005, 05:24 PM
مجهود رائع اخوي ومفيد

الله يعطيك العافيه

بالتوفيق للجميع

ابوعبدالرحمن
04-04-2005, 09:08 PM
صراحة جهد رائع تشكر عليه
جزاك الله خير :)

عاشق مزنه
15-04-2005, 07:43 PM
ولوووو شباب وهذا وجبنا


اتجاه منتدى الويب العربي


الحمدالله تثبت الموضوع

mohamad1
20-04-2005, 06:52 AM
يعطيك الف عافيه يالغالي

abomshary
20-04-2005, 01:04 PM
وفقك الله وجزاك خيرا

mohamad1
20-04-2005, 11:13 PM
نافذة تفتح بشكل تلقائي عند دخول الموقع

<script> window.open("http://**************");</script>


نافذة تفتح بشكل تلقائي عند الخروج من الموقع


<script>

/*
Fair well window launcher script
By JavaScript Kit (http://****************************.com)
Over 200+ free scripts here!
*/

function openpopup(){
//configure "seeyou.htm and the window dimensions as desired
window.open("seeyou.htm","","width=300,height=338")
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(off set, end))
}
}
return returnvalue;
}

function loadpopup(){
if (get_cookie('popped')==''){
openpopup()
document.cookie="popped=yes"
}
}

</script>


نافذة تظهر بشكل تلقائي عند دخول الموقع ثم تختفي

<script language="JavaScript">

config='toolbar=no,location=no,directories=no,stat us=no,menubar=no,width=200,height=430'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",8000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=000082>');
pop.document.write('<font color=FFFFFF>');
pop.document.write('<center><b><h4><font color="#FFFF00">مرحبا بكم في شبكة مهاجرون الإسلامية</font></h3></b></center>');
pop.document.write('<center><b><h4> أسال الله ان بنصر الاسلام ومسلمين في كل مكان وينصر أخوانيا المجاهدين</h3></b></center>');
pop.document.write('<center><b><h4><a target="_blank" href="http://mohajroon.com"><font color="#FFFFFF">شبكة مهاجرون الإسلامية</font></a></h3></b></center>');
pop.document.write('<center><b><h4><a target="_blank" href="http://www.mohajroon.com/vb"><font color="#FFFFFF">منتديات شبكة مهاجرون الإسلامية</font></a></h3></b></center>');
pop.document.write('<center><b><h4><a target="_blank" href="http://www.mohajroon.com/islamicsounds/sounds.php? main=page"><font color="#FFFFFF">الصوتيات الإسلامية</font></a></h3></b></center>');
pop.document.write('<center><b><h4><a target="_blank" href="http://www.mohajroon.com/modules.php?name=Download s"><font color="#FFFFFF">كتب اسلامية و تعلمية</font></a></h3></b></center>');
pop.document.write('<center><b><font face="Tahoma" size="1">هذة النافذة سوف تغلق تلقائيا</font></b></center>');
pop.document.write('</body>');
</script>


رسالة لطلب الترشيح

<script language="JavaScript">
function vote () {
vote4alnadeem=window.open("http://www.*********************.com");

} function cancel () {}

if (confirm("ممكن ترشحنى ولا لا؟؟؟")) { vote();

} else cancel()
// --></script>



ثلاث نوافذ تظهر بشكل تلقائي عند دخول الموقع
<script Language="JavaScript">

function Open3Window(){
window.open('http://**************.com','w1','widt h=600,height=150,resizable=1,status=0,scrollbars=1 ');
window.open('http://s**************.com','w2','wid th=600,height=150,resizable=1,status=0,scrollbars= 1');
window.open('**************.com','w3','width=600,h eight=150,resizable=1,status=0,scrollbars=1');
}

</script>


ثلاث نوافذ تظهر بشكل تلقائي عند الخروج من الموقع

<script Language="JavaScript">

function Open3Window(){
window.open('*****************.com','w1','width=60 0,height=150,resizable=1,status=0,scrollbars=1');
window.open('*****************.com','w2','width=60 0,height=150,resizable=1,status=0,scrollbars=1');
window.open('*****************.com','w3','width=60 0,height=150,resizable=1,status=0,scrollbars=1');
}

</script>

الشهاب
11-05-2005, 10:05 PM
مشكور اخي
ويعطيك الف عافية

عاشق مزنه
15-05-2005, 03:33 PM
ولو اخو قلبي

عبودى باشا
16-08-2006, 02:58 AM
بجد بجد رائع جدا ,

شحبطيط
16-08-2006, 04:30 AM
شكراً لهذا الكم الهائل من الاكواد المفيدة

Smawy
23-09-2006, 05:34 AM
يعطيك العافية يالغالي

عاشق مزنه
16-01-2008, 05:08 PM
شكـــرأ لتواصلكمـ الكريمـ وبـأرك الله فيكمـ وبردودكم الجميلهـ ,,,, الي شرحتـ صدري والله


وانشاءالله لي عـــــــوده للموضوع .... وبـأرك الله فيكمـ وبتشجيعكمـ .....





اخوكم.... عـأشق مزنه.

بوابة مكة
16-01-2008, 05:25 PM
الله يسعدك ويبارك فيك