كود شريط اخر الاخبار من قناة الجزيرة
معدل
ــــــــــــــــــ
كود اخر الاخبار من قناة الجزيرة على شكل قائمة
أفقية متحركة جديد
ـــــــــــــــــــ
اخر الاخبار من موقع البي بي سي جديد
ـــــــــــــــــــ
محرك بحث لدليل فيصل للمواقع جديد
ـــــــــــــــــــ
أخبار المفكرة الإسلامية جديد
ـــــــــــــــــــ
الاخبار من محيط جديد
ـــــــــــــــــــ
كود اخر الاخبار من الاي إف بي جديد
ـــــــــــــــــــ
خدمة الأمثال والأحكام العشوائية من موقع فيصل
جديد
ـــــــــــــــــــ
محرك بحث
ـــــــــــــــــــ
محرك بحث جوجل جديد
ـــــــــــــــــــ
محرك بحث عن الدومين
ـــــــــــــــــــ
محرك بحث العرب
ـــــــــــــــــــ
تقويم ميلادي
ـــــــــــــــــــ
اله حاسبة
ـــــــــــــــــــ
رابط مشع
ـــــــــــــــــــ
إخفاء خط الرابط
ـــــــــــــــــــ
رسالة تظهر للزائر عندما يدخل
لصفحتك
ـــــــــــــــــــ
لجعل الصفحة تتحرك من الأعلى الى الأسفل بشكل
اتوماتيكي
ـــــــــــــــــــ
كلمات تتبع الماوس
ـــــــــــــــــــ
حروف مضيئة كالذي تشاهده الان في اسفل
الشريط
ـــــــــــــــــــ
منع الزر الأيمن
<script
language="JavaScript"><!--
function click() {
if (event.button==2) {
alert('لاداعى للزر اليمين ');
}
}
document.onmousedown=click
// -->
// --></script><!-- http://kok.8k.COM-->
ـــــــــــــــــــ
ساعة
<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>
ـــــــــــــــــــ
التسجيل في المفضلة
<a
href="javascript:window.external.AddFavorite('http://سجل هنا عنوان
موقعك/',%20'((( سجل هنا اسم موقعك بالعربى)))')"> سجل في مفضلتك
</a>
سجل
في مفضلتك
ـــــــــــــــــــ
هذا كود عبارة عن طلب ترشيح
<script language="JavaScript">
<!-- The JavaScript Source!! <a href="http://faam.8m.com.">
function vote () {
vote4alnadeem=window.open("http://www.arank.com/cgi-bin/rank/rankem.cgi?action=in&id=hamad999");
} function cancel () {}
if (confirm("هل ترشحنى لافضل مائه موقع عربى")) { vote();
} else cancel()
// --></script>
ـــــــــــــــــــ
لوضع صفحة داخل صفحتك
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://هنا ضع عنوان الصفحة"></IFRAME>
ـــــــــــــــــــ
كود جميل جدا .. تستطيع ان تظع صورتين متغيرتين على
شكل زر بحيث اذا مررت بالفارة تتغير الصورة
<!-- 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>
image.jpg ضع اسم الصورة مثل كذا
ـــــــــــــــــــ
كود لعمل العاب نارية في صفحتك
<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+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/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+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/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.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
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>
ـــــــــــــــــــ
كود لطلب اسم الزائر
<SCRIPT LANGUAGE="Javascript">
//http://www.alsaher.net
name=window.prompt("ادخل أسمك.","الملقوف ");
document.write("<H1 align=center>يا شين اللقافه يا! "+name+".</H1>")
//-->
</script>
ـــــــــــــــــــ
كود لعمل تحية حسب الوقت
مساء الخير والاحساس والطيبة مساء الخير والاحساس والطيبة صباح الرقة والاحساس صباح
الرقة والاحساس مساء الخير والاحساس والطيبة وقت الغداء .. تغديت أو بعدك وقت
الغداء .. تغديت أو بعدك مساء الخير والاحساس والطيبة
<script LANGUAGE="JavaScript">
<!--
currentTime = new Date();
if (currentTime.getHours() < 12)
document.write("صباح الرقة والاحساس ");
else if (currentTime.getHours() < 17)
document.write(" وقت الغداء .. تغديت أو بعدك ");
else
document.write("مساء الخير والاحساس والطيبة ");
//-->
</script>
ـــــــــــــــــــ
كود فكرتة رائعه .. يمنع الضغط على الزر الايمن فوق
اي صورة
ماعدا ذلك فهو مسموح .. ولايحتاج منك تحديد عنوان الصورة
<script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="Right click disabled on images!"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
ـــــــــــــــــــ
كود فعلا نادر وهو يمنع استخدام الزر الايمن وايضا
يمنع اي عمليه مسح لصورة او كتابة
<body id="CBody"
onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false;">
ـــــــــــــــــــ
كود لعمل رابط يفتح بمجرد مرور مؤشر الفأره
عليه
<a href="" onmouseover="parent.location='http://faisal1.com'">ممنوع اللمس .. لا تقترب </A>
ـــــــــــــــــــ
كود خاص في تلوين شريط التمرير في صفحتك.. ويمكن
التحكم بالالوان كما تريد
<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>
ـــــــــــــــــــ
كود لتحديث الصفحة
<input type="Button" name="lukk" value=" قم بتجديدالصفحة دائماً"
style="font-size: x-small; font-family: Tahoma; font-weight: normal;
color: BLAC; background-color: #FFFFC6;"
onClick="javascript:location.reload()">
ـــــــــــــــــــ
كود لعداد رائع تستطيع وضعه في جميع صفحات مع ضرورة
تغيير العنوان في كل مرة
<img src="http://cgibin.erols.com/cgi-bin/Count.cgi?df=غير العنوان فى كل مره &ft=6&tr=N&dd=B&md=8">
ـــــــــــــــــــ
هذا الكود خاص بطيران صورة معينه في صفحتك فقط قم
بوضع عنوان الصورة وستشاهد الحدث
<!-- ONE STEP TO INSTALL BOUNCING IMAGE:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<div id="img" style="position:absolute;">
<img src="ضع عنوان الصورة على النت هنا" onMouseDown="pauseResume();">
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Justin Arruda (JArruda@mindspring.com) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var step = 1;
var delay = 30;
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
var name = navigator.appName;
if(name == "Microsoft Internet Explorer") name = true;
else name = false;
var xPos = 20;
if(name) var yPos = document.body.clientHeight;
else var yPos = window.innerHeight;
function changePos() {
if(name) {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
}
else {
height = window.innerHeight;
width = window.innerWidth;
Hoffset = document.img.clip.height;
Woffset = document.img.clip.width;
document.img.pageY = yPos + window.pageYOffset;
document.img.pageX = xPos + window.pageXOffset;
}
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
}
}
function start() {
if(name) img.visibility = "visible";
else document.img.visibility = "visible";
interval = setInterval('changePos()',delay);
}
function pauseResume() {
if(pause) {
clearInterval(interval);
pause = false;
}
else {
interval = setInterval('changePos()',delay);
pause = true;
}
}
start();
// End -->
</script>
ـــــــــــــــــــ
مقياس درجة حرارة مدينة الرياض
<a href="http://www.wunderground.com/global/stations/40438.html">
<img src="http://banners.wunderground.com/banner/gizmotempbig/global/stations/40438.gif" height=40 width=467></a>
ـــــــــــــــــــ
كود للتعرف على رموز الالوان
<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>
ـــــــــــــــــــ
درجة وضوح الشاشة
<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>
درجة وضوح الشاشة لديك:1024×768 درجة وضوح الشاشة لديك:1024×768 درجة وضوح الشاشة
لديك:1024×768 درجة وضوح الشاشة لديك:1024×768 درجة وضوح الشاشة لديك:1024×768 درجة
وضوح الشاشة لديك:1024×768 درجة وضوح الشاشة لديك:1024×768
ـــــــــــــــــــ
كود لعمل رسالة في أعلى شريط الصفحة
<CENTER>
<script language="JavaScript"><!--
http://44.4t.com
var message1 = "http://44.4t.com"
var message2 = "al7aar@maktoob.com"
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>
ـــــــــــــــــــ
قائمة رهيبة تظهر من الجانب الايسر
<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>
ـــــــــــــــــــ
كلمات تتبع الفارة
<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="aLfnnan script! "
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">
ـــــــــــــــــــ
عبارات مشعه
فيصل
جافا
<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>
ـــــــــــــــــــ
اسمك باليباني
<!-- 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>
ـــــــــــــــــــ
لعمل صفحة تهتز وتسمى الصفحة
المجنونة
<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>
ـــــــــــــــــــ
لعمل قائمة شفافة ... رائعة جدا مثل القائمة التي
في الاعلى
<!--
Paste this between the HEAD tags of your html document -->
<script language="JavaScript"> var isIE4 = false; function
CheckBrowser() { if (navigator.appName == "Microsoft Internet Explorer"
&& navigator.appVersion.charAt(0) >= 4) { isIE4 = true; }}
function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand'; src.bgColor = clrOver;
src.children.tags('A')[0].style.color = '#ffffff';}} function
mOut(src,clrIn) { if (!src.contains(event.toElement)) {
src.style.cursor = 'default'; src.bgColor = clrIn;
src.children.tags('A')[0].style.color = '#ffffff';}} function mClk(src)
{
if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();}
} function mOvrTop(src,clrOver) { if (!src.contains(event.fromElement))
{ src.style.cursor = 'hand'; src.bgColor = clrOver;}} function
mOutTop(src,clrIn) { if (!src.contains(event.toElement)) {
src.style.cursor = 'default'; src.bgColor = clrIn;}}
</script> <!-- Paste this within the BODY of your document.
Customize the table, colors, fonts, etc -->
<table cellspacing="3" cellpadding="0" border="0" width="420"
align="center" bgcolor="#003366">
<tr> <td align="center" width="105"
onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');"
onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://www.yahoo.com/"><font
face="Verdana" size="-2">YAHOO</font></a>
</td> <td align="center" width="105"
onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');"
onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF"
href="http://hotbot.lycos.com/"><font face="Verdana"
size="-2">HOTBOT</font></a>
</td> <td align="center" width="105"
onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');"
onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://WWW.CNN.com/"><font
face="Verdana" size="-2">CNN</font></a>
</td> <td align="center" width="105"
onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');"
onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://www.faisal1.com/"><font
face="Verdana" size="1">موقع فيـصـل</font></a>
</td>
</tr>
</table>
ـــــــــــــــــــ
عمل ثابت في أسف شريط المعلومات
<script language="JavaScript">
var boodschap = 'Faisal';
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 25);
}
</script>
<script language="JavaScript"><!--
dgstatus();
//--></script>
ـــــــــــــــــــ
نافذة من غير اطارات أو شريط
تمرير تفتح عند الضغط على وصلة
1-
ضع الكود التالي في منطقة الراس :
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ضع عنوان الصفحة هنا', 'poppage', 'toolbars=0,
scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1,
width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
2- ضع الكود التالي في أي مكان من منطقة الجسم : <A
HREF="javascript:popUp()">اضغط هنا </A>
ـــــــــــــــــــ
كود بسيط لظهور الأمثال والحكم في صفحتك وتتغير عند
كل تحديث او زيارة للموقع
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var abukhaled = 12; //ضع هنا عدد الجمل الموجوده بالسكريبت
now = new Date();
var rd = now.getSeconds();
var ra = rd % abukhaled;
var re = ++ra;
var saudi = "";
if (re == 1) {
//تقدر تضيف اي عدد تبغاه بزيادة العدد بنفس الطريقة
saudi = "لايلدغ المؤمن من جحر مرتين";
}
if (re == 2) {
saudi = "لا يرمي الناس بالحجارة من كان بيته من زجاج";
}
if (re == 3) {
saudi = "اللهم علمني ما نسيت و ذكرني بما جهلت";
}
if (re == 4) {
saudi = "إن الله و ملائكته يصلون على النبي يا أيها اللذين آمنوا صلوا و سلموا عليه تسليما";
}
if (re == 5) {
saudi = "إنما الأعمال بالنيات";
}
if (re == 6) {
saudi = "**********************";
}
if (re == 7) {
saudi = "خير الامور أوسطها";
}
if (re == 8) {
saudi = "***********************8";
}
if (re == 9) {
saudi = "لا إله إلا الله";
}
if (re == 10) {
saudi = "بلادي و إن جارت علي عزيزة";
}
if (re == 11) {
saudi = "إتق شر من أحسنت إليه";
}
if (re == 12) {
saudi = "لا تنسى ذكر الله";
}
var abukhaled=""+saudi+"";
document.write(abukhaled);
// End -->
</SCRIPT>
ـــــــــــــــــــ
تعريف الروابط
<STYLE>
<!--
.off
{font-family: Arial;
font-size: 16pt;
color: black;}
.over
{font-family: Arial;
font-size: 16pt;
color: red;}
.description
{font-family: Arial;
font-size: 16pt;
color: purple;}
-->
</STYLE>
<DIV class="off" onMouseOver="this.className='over';
Description.innerText='من محركات البحث المشهورة فى الانترنت'"
onMouseOut="this.className='off'; Description.innerText=' '">موقع الياهو</DIV>
<DIV class="off" onMouseOver="this.className='over';
Description.innerText='محرك بحث ودليل'"
onMouseOut="this.className='off'; Description.innerText=' '" >التافيستا</DIV>
<DIV class="off" onMouseOver="this.className='over';
Description.innerText='من اقوى محركات البحث فى الانترنت'"
onMouseOut="this.className='off'; Description.innerText=' '">الهوت بوت</DIV>
<DIV class="description" ALIGN=Left ID="Description" > </DIV>
ـــــــــــــــــــ
يجعل الرابط بخطين في الاسفل والاعلى
<html>
<head>
<title>(ASP) Protect a page with user id and
password</title>
<meta name="Description" Content="Password protect a page with ASP
This site helps you create a better web page. It features tutorials,
tips, tricks, how-to guide, and other web design related topics, Web
developers and web designers can catch up with the latest technology
such as Active Server Pages, CSS Style Sheets, Dynamic HTML, and other
relevant topics about web page design.">
<meta name="Keywords" Content="asp, password protect, user id and
password, ASP, Active Server Pages, HTML, How To, make my pages better,
Site Promotion, Web Design, Javascripts, Web Development, PSACAKE">
<meta name="resource-type" Content="Document">
<meta name="distribution" Content="global">
<meta name="Author" Content="Bryan Harrington">
<meta name="copyright" content="Copyright 2000, psacake.com">
<meta name="Category" content="General, Internet, Web Design, Active
Server Pages, HTML, Services">
<meta name="REVISIT" content="Every fifteen (15) calender days">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<LINK REL="Bookmark Icon"
HREF="http://www.psacake.com/favicon.ico">
<LINK REL="Shortcut Icon"
HREF="http://www.psacake.com/favicon.ico">
<style TYPE="text/css">
<!--
A:link {color: #003399;text-decoration:none;}
{ font-family: Arial; font-size: -1pt } A:visited {color:
#003399;text-decoration:none;} A.bb {color: black;
text-decoration:none;font-weight:bold;} A.bb:visited {color: black;
text-decoration:none;font-weight:bold;} A:hover {color:red;
text-decoration: underline & overline;} A.bb:hover {color:red;}
-->
</style>
<meta name="Microsoft Border" content="b, default">
</head>
ـــــــــــــــــــ
تحية مع الرابط .. رائع
<html>
<head>
<title></title>
</head>
<body TEXT="#000000" BGCOLOR="#FFFFFF" background=""
topmargin="5">
<div align="center"><center>
<table border="0" width="566"> <tr> <td
width="100%"><p align="center"><font
face="Verdana"><big><strong></strong></big></font></p>
<p align="left"><font color="#000000"
face="Verdana"><small></small></font>
<script>
/*
Scrolling Image Map/Text Link Tooltip Script- For full source code,
installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){
if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid
black"><font face=verdana size=-1>'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}
else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}
function scrolltip(){
if
(document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
</script> </p> <div id="tooltip2"
style="position:absolute;visibility:hidden;clip:rect(0 150 50
0);width:150px;background-color:lightyellow"
align="center"><layer name="nstip" width="1000px"
bgColor="lightyellow">
</layer>
</div><a HREF="http://www.alwafi2000.com/"
onMouseover="showtip2(this,event,'مرحبا بك فى موقع الوافى')"
onMouseout="hidetip2()"><p
align="center"><small><font face="Verdana">ضع الماوس هنا
وشاهد التأثير</a> </font></small></p> <hr
width="80%" size="1" color="#000000">
<p align="center"><font face="Verdana"><font
color="#C0C0C0"><small><small> <a
href=""></a></small></small></font></font></td>
</tr>
</table>
</center></div>
</body>
</html>
ـــــــــــــــــــ
كود رائع يعطي لمعان للرابط عند تمرير
الماوس
<html>
<head>
<TITLE>textlink animation onmouseover</TITLE>
<meta NAME="keywords" CONTENT="DHTML, ticker, marquee, mouse,
onmouseomve, Dynamic HTML, CSS, Headline, font, style, stylesheet,
download, free, samples, applet, text animation, headline, copy,
ticker, scroller, JavaScript">
<meta NAME="description" CONTENT="This is the first
textlink-animation worldwide. Made for IE4.x">
<script>
<!-- Beginning of JavaScript -
col = new Array()
col[0]="000000"
col[1]="111111"
col[2]="222222"
col[3]="333333"
col[4]="444444"
col[5]="555555"
col[6]="666666"
col[7]="777777"
col[8]="888888"
col[9]="999999"
col[10]="AAAAAA"
col[11]="BBBBBB"
col[12]="CCCCCC"
col[13]="DDDDDD"
col[14]="EEEEEE"
col[15]="FFFFFF"
col[16]="FFFFFF"
col[17]="DDDDDD"
col[18]="CCCCCC"
col[19]="BBBBBB"
col[20]="AAAAAA"
col[21]="999999"
col[22]="888888"
col[23]="777777"
col[24]="666666"
col[25]="555555"
col[26]="444444"
col[27]="333333"
col[28]="222222"
col[29]="111111"
col[30]="000000"
i_col=0
doani=1
var timer
var thislink
function animatelink() { if (document.all) { if (doani==1) { if
(i_col<=col.length-1) { thislink.color=col[i_col] i_col++
timer=setTimeout("animatelink()",50) } else { i_col=0
timer=setTimeout("animatelink()",50) } } else { clearTimeout(timer) } }
}
function stopanimation() { clearTimeout(timer) thislink.color="000000"
doani=0
} function startanimation(mylink) { clearTimeout(timer)
thislink=eval("document.all."+mylink+".style") doani=1 animatelink()
} // - End of JavaScript - -->
</script>
<STYLE TYPE="text/css">
<!--
A { font-family: Arial,Helvetica,sans-serif; color:
#000000;text-decoration:underline}
-->
</STYLE>
</head>
<body id=thisbody bgcolor=#FFFFFF>
<DIV id=mainbody style="position: absolute; top:50px; left:50px;
width:450px; color:
000000;font-size:14pt;font-family:Arial;font-weight:bold"><a
id="link1" href="http://www.alwafi2000.com"
onMouseOver="startanimation('link1')" onMouseOut="stopanimation()"
target="_blank">ضع الماوس هنا لو سمحت</a> </body>
</html>
ـــــــــــــــــــ
رسالة تتحرك في البار العلوي .. شاهده في هذه
الصفحة
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************
var message="مرحباً بكم فى موقع فيصل" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
ـــــــــــــــــــ
اعطاء الخيار لزوار الموقع اختيار مقاس
الصفحة
<script language=javascript>
function resizeWindow(a,b){
resizeTo(a,b)
}
</script>
<title></title>
</head>
<body>
<b>اختار حجم الشاشة المناسب لك</b><br>
<form>
<input type=button name="resize0" value="640 x 480" onclick="resizeWindow(640,480)">
<input type=button name="resize1" value="400 x 200" onclick="resizeWindow(400,200)"><br>
<input type=button name="resize2" value="400 x 300" onclick="resizeWindow(400,300)">
<input type=button name="resize3" value="500 x 500" onclick="resizeWindow(500,500)"><br>
<input type=button name="resize4" value="500 x 200" onclick="resizeWindow(500,200)">
<input type=button name="resize5" value="100 x 300" onclick="resizeWindow(100,300)"><br>
<input type=button name="resize6" value="200 x 400" onclick="resizeWindow(200,400)">
<input type=button name="resize7" value="800 x 600" onclick="resizeWindow(800,600)">
</form>
ـــــــــــــــــــ
كود وظيفته تثبيت خلفية الصفحة
<script language="JavaScript1.2">
/*
Watermark Backgound Image Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit dynamicdrive.com
Don't forget to visit FaisaL1.com
*/
if (document.all||document.getElementById)
document.body.style.background="url('عنوان الصورة') white center no-repeat fixed"
</script>
ـــــــــــــــــــ
كود يجعل دخول الصفحة على شكل مربعات
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:green;
background-color:green;
border:0.1px solid green;
z-index:10;
}
-->
</style>
ـــــــــــــــــــ
كود جميل يمكن العرض من خلاله أكثر من بانر عند كل
تحديث
<script language="JavaScript1.2">
//Random iframe content- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, and Terms Of use, visit http://dynamicdrive.com
//This credit MUST stay intact for use
//تم النقل من قبل موقع فيصل
//www.FaisaL1.com
var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
//من هنا بإمكانك تحديد مقاس البانر
var iframeprops='width=130 height=130 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="no"'
//Specify random URLs to display inside iframe
var randomcontent=new Array()
randomcontent[0]="عنوان البانر1"
randomcontent[1]="عنوان البانر2"
randomcontent[2]="عنوان البانر3"
randomcontent[3]="عنوان البانر4"
//No need to edit after here
if (ie||dom)
document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')
function random_iframe(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]
}
}
window.onload=random_iframe
</script>
ـــــــــــــــــــ
ـــــــــــــــــــ
ـــــــــــــــــــ
كود لاخر تحديث
<!--
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>Last modified date-by Austin Wright</title>
</head>
<body>
<font face="Arial" size=1><script language="JavaScript">
<!-- Hide this script from js-challenged browsers --
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var lmonth = months[dateObj.getMonth() + 1]
var fyear = dateObj.getYear()
var date = dateObj.getDate()
document.write("اخر تحديث للموقع كان فى تاريخ:" + " " + lmonth + " " +
date + ", " + fyear)
// Done Hiding -->
</script></font>
</body>
</html> <!-- Simba says Roar. -->
ـــــــــــــــــــ
كود يجعل الصفحة تمطر
<!-- ONE STEP TO INSTALL RAIN: 1. Copy the
coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document
-->
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Matthew Musgrove ( muskrat@lvnworth.com) -->
<!-- Web Site: http://free.prohosting.com/~musgrove -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var no = 50;
var speed = 1;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i < no; ++ i) { initRain();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
document.write("top=\"1\" visibility=\"show\"><font
color=\"blue\">");
document.write(",</font></layer>");
}
else {
document.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
document.write("top=\"1\" visibility=\"show\"><font
color=\"blue\">");
document.write(",</font></layer>"); }
}
else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><font
color=\"blue\">");
document.write(",</font></div>");
}
else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><font
color=\"blue\">");
document.write(",</font></div>"); } }
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >=
(doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers["dot"+i].top = y[i];
document.layers["dot"+i].left = x[i];
}
setTimeout("raindropNS()", speed);
}
function raindropIE() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >=
(doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all["dot"+i].style.pixelTop = y[i];
document.all["dot"+i].style.pixelLeft = x[i];
}
setTimeout("raindropIE()", speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
// End -->
</script>
<p><center>
<font face="arial, helvetica" size="-2"><br> <a
href="http://javascriptsource.com"></a></font>
</center><p>
<!-- Script Size: 3.14 KB -->
ـــــــــــــــــــ
كلام يخرج من اسفل الصفحة الى الاعلى
ويختفي
<style type="text/css">
<!-- .textanimlink,a {
text-decoration : none;
}
P.main { font-family : Arial; font-size : 15pt; font-weight : bold;
}
-->
</style>
<Script Language="Javascript">
<!-- Hiding
/*
Script created by Lefteris Haritou
(lef@the.forthnet.gr)
Permission granted to Dynamicdrive.com to feature the script
For more DHTML scripts, visit Dynamicdrive.com
*/
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft
Internet Explorer" && bversion>=4))
window.onload=start
else
stop();
window.onunload=stop
if (bname=="Netscape"){
brows=true
dt=2
}
else{
brows=false
dt=20
}
var z=0;
var msg=0;
var rgb=0;
var link=false;
var status=true;
var updwn=false;
var message= new Array();
var value=0;
var h=window.innerHeight;
var w=window.innerWidth;
var timer1;
var timer2;
var timer3;
var convert = new Array()
var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8",
"9", "A", "B", "C", "D", "E", "F");
// Put here your own messages. Add as many as you wan't (Do not edit
anything else in the Script except the lines below)
var bgcolor="#FFFFFF"; //Color of background
var color="#00008D"; //Color of the Letters
message[0]='WELCOME IN ALWAFI'
message[1]='HOME PAGE FOR JAVA.'
message[2]='MY E-MAIL ALWAFI01@HOTMAIL.COM'
message[3]='<a href="alwafi2.htm">CLICK HERE </a>'
// Put here your own messages. Add as many as you wan't (Do not edit
anything else in the Script except the lines above)
for (x=0; x<16; x++){
for (y=0; y<16; y++){
convert[value]= hexbase[x] + hexbase[y];
value++;
}
}
redx=color.substring(1,3);
greenx=color.substring(3,5);
bluex=color.substring(5,7);
hred=eval(parseInt(redx,16));
hgreen=eval(parseInt(greenx,16));
hblue=eval(parseInt(bluex,16));
eredx=bgcolor.substring(1,3);
egreenx=bgcolor.substring(3,5);
ebluex=bgcolor.substring(5,7);
ered=eval(parseInt(eredx,16));
egreen=eval(parseInt(egreenx,16));
eblue=eval(parseInt(ebluex,16));
red=ered;
green=egreen;
blue=eblue;
function start(){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft
Internet Explorer" && bversion>=4)){
link=false;
updwn=true;
if (brows)
res=document.layers['textanim'].top
else{
textanim.style.width=document.body.offsetWidth-20;
textanim.innerHTML='<Pre><P Class="main"
Align="Center">'+message[msg]+'</P></Pre>'
res=textanim.style.top
for (x=0; x<document.all.length; x++)
if(document.all[x].id=="textanimlink")
link=true;
}
up()
}
}
function stop(){
clearTimeout(timer1);
clearTimeout(timer2);
clearTimeout(timer3);
}
function resz(){
h=window.innerHeight;
w=window.innerWidth;
if (updwn)
timer1=setTimeout('up()',1000)
else
timer2=setTimeout('down()',1000)
}
function breakf(){
if (status){
clearTimeout(timer1);
clearTimeout(timer2);
status=false
return;
}
else{
status=true;
if (updwn)
timer1=setTimeout('up()',dt)
else
timer2=setTimeout('down()',dt)
}
}
function up(){
if (red<hred){
if ((red+7)<hred)
red+=7;
else
red=hred
redx = convert[red]
}
else{
if ((red-7)>hred)
red-=7;
else
red=hred
redx = convert[red]
}
if (green<hgreen){
if ((green+7)<hgreen)
green+=7;
else
green=hgreen
greenx = convert[green]
}
else{
if ((green-7)>hgreen)
green-=7;
else
green=hgreen
greenx = convert[green]
}
if (blue<hblue){
if ((blue+7)<hblue)
blue+=7;
else
blue=hblue
bluex = convert[blue]
}
else{
if ((blue-7)>hblue)
blue-=7;
else
blue=hblue
bluex = convert[blue]
}
rgb = "#"+redx+greenx+bluex;
if (brows){
document.layers['textanim'].document.linkColor=rgb;
document.layers['textanim'].document.vlinkColor=rgb;
if (window.innerHeight!=h || window.innerWidth!=w){
clearTimeout(timer1);
resz()
return;
}
else{
document.layers['textanim'].document.write('<Pre><P
Class="main" Align="Center"><font
color="'+rgb+'">'+message[msg]+'</font></P></Pre>')
document.layers['textanim'].document.close();
}
}
else{
textanim.style.color=rgb;
if(link)
textanimlink.style.color=rgb;
}
if (z<38){
if (brows)
document.layers['textanim'].top--
else
textanim.style.posTop--
z++
timer1=setTimeout('up()',dt)
}
else
{
updwn=false;
down()
}
}
function down(){
if (red<ered){
if ((red+7)<ered)
red+=7;
else
red=ered
redx = convert[red]
}
else{
if ((red-7)>ered)
red-=7;
else
red=ered
redx = convert[red]
}
if (green<egreen){
if ((green+7)<egreen)
green+=7;
else
green=egreen
greenx = convert[green]
}
else{
if ((green-7)>egreen)
green-=7;
else
green=egreen
greenx = convert[green]
}
if (blue<eblue){
if ((blue+7)<eblue)
blue+=7;
else
blue=eblue
bluex = convert[blue]
}
else{
if ((blue-7)>eblue)
blue-=7;
else
blue=eblue
bluex = convert[blue]
}
rgb = "#"+redx+greenx+bluex;
if (brows){
document.layers['textanim'].document.linkColor=rgb;
document.layers['textanim'].document.vlinkColor=rgb;
if (window.innerHeight!=h || window.innerWidth!=w){
clearTimeout(timer2);
resz()
return;
}
else{
document.layers['textanim'].document.write('<Pre><P
Class="main" Align="Center"><font
color="'+rgb+'">'+message[msg]+'</font></P></Pre>')
document.layers['textanim'].document.close();
}
}
else{
textanim.style.color=rgb;
if(link)
textanimlink.style.color=rgb;
}
if (z<76){
if (brows)
document.layers['textanim'].top--
else
textanim.style.posTop--
z++
timer2=setTimeout('down()',dt)
}
else
{
if (brows){
document.layers['textanim'].document.write('')
document.layers['textanim'].document.close();
}
else
textanim.innerHTML='';
window.clearInterval(timer2);
if(msg<message.length-1){
msg++;
z=0;
if (brows){
document.layers['textanim'].top=res;
}
else
textanim.style.top=res;
timer3=setTimeout('start()',100);
}
else
{
msg=0;
z=0;
if (brows)
document.layers['textanim'].top=res;
else
textanim.style.top=res;
timer3=setTimeout('start()',2000);
}
}
}
// done hiding -->
</Script>
<Div id="textanim" style="position: absolute; left: 0; top: 440"
onclick="breakf()">
</Div>
<Layer name="textanim" left=0 top=440>
</Layer>
ـــــــــــــــــــ
كلام يتمرجح في الصفحة
<html>
<head>
<title> -> http://java.tatousek.cz - 00088 Sample</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<SCRIPT LANGUAGE="JavaScript">
<!--
done = 0;
step = 4
function anim(yp,yk)
{
if(document.layers) document.layers["napis"].top=yp;
else document.all["napis"].style.top=yp;
if(yp>yk) step = -4
if(yp<60) step = 4
setTimeout('anim('+(yp+step)+','+yk+')', 35);
}
function start()
{
if(done) return
done = 1;
if(navigator.appName=="Netscape") {
document.napis.left=innerWidth/2 - 145;
anim(60,innerHeight - 60)
}
else {
napis.style.left=11;
anim(60,document.body.offsetHeight - 60)
}
}
//-->
</SCRIPT>
</head>
<body bgcolor="#000000" text="#000000">
<div id='napis' style='position: absolute; top: -50; color: #D23842;
font-family: Arial, Helvetica; font-weight:bold; font-size:40px;'>
FaisaL1.com
</div>
<SCRIPT LANGUAGE="JavaScript">
<!--
setTimeout('start()',10);
//-->
</SCRIPT>
</body>
</html>
ـــــــــــــــــــ
كلام يخرج من اسفل الصفحة الى الاعلى
<!-- THREE STEPS TO INSTALL NEWS SCROLLER:
1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag
3. Put the last coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Dion (yobo42@hotmail.com) -->
<!-- Web Site: http://www.iinet.net.au/~biab/ -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
// change this to where you store the blank.gif image
var blank = "http://www.your-web-site-address-here.com/blank.gif";
topedge = 130; // location of news box from top of page
leftedge = 10; // location of news box from left edge
boxheight = 150; // height of news box
boxwidth = 210; // width of news box
scrollheight = 240; // total height of all data to be scrolled
function scrollnews(cliptop) {
if (document.layers) {
newsDiv = document.news;
newsDiv.clip.top = cliptop;
newsDiv.clip.bottom = cliptop + boxheight;
newsDiv.clip.left = 0;
newsDiv.clip.right = boxwidth + leftedge;
newsDiv.left = leftedge;
newsDiv.top = topedge - cliptop;
}
else {
newsDiv = news.style;
newsDiv.clip = "rect(" + cliptop + "px " + (boxwidth + leftedge) + "px " + (cliptop + boxheight) + "px 0px)";
newsDiv.pixelLeft = leftedge;
newsDiv.pixelTop = topedge - cliptop;
}
cliptop = (cliptop + 1) % (scrollheight + boxheight);
newsDiv.visibility='visible';
setTimeout("scrollnews(" + cliptop + ")", 150);
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<BODY OnLoad="scrollnews(0)">
<!-- STEP THREE: Copy this code into the BODY of your HTML document -->
<div ID="news" style="position:absolute; visibility:hidden;
top:1; left:1; height:600;
clip:rect(10,100,100,10); border-width:0px;">
<table border=0 cellpadding=1 cellspacing=0 bgcolor="white">
<tr>
<td>
<script language="javascript">
document.write('<img src=' + blank + ' width=1 height='+boxheight+'>');
</script>
</td>
</tr>
<tr>
<td>
<!-- Your News Items are Here -->
السلام عليكم ورحمة اللة وبركاتة<br>
تستطيع عزيزى الزائر<br>
كتابة اى شى تريدة هنا<br>
مع ملاحضة تغيير هذا الكلام<br>
لاى خدمات او مساعدة لاتتردد<br>
فى ارسال لى ايميل<br><br>
وسوف اساعدك بقدر المستطاع<br>
اخوكم ::: فيصل<br>
<br>
<br>
<a href="mailto:faam3@yahoo.com">faam3@yahoo.com</a>
<!-- End Of Your News Items -->
</td>
</tr>
<tr>
<td>
<script language="javascript">
document.write('<img src=' + blank + ' width=1 height='+boxheight+'>');
</script>
</td>
</tr>
</table>
</div>
ـــــــــــــــــــ
قائمة تظهر عند ماتدخل الصفحة
<!--
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>موقع فيصل</title>
</head>
<body bgcolor="#FFFFFF">
<p align="center"><script language="JavaScript"><!--
//Remote Script
//What does it do? It opens a seperate window, and when
//you click on links, it appears in the main window!
//You can customize how many links, if font is bold
//and if font is itilic.
//This is the advanced version.
//You can choose the font name (like arial) and size(like 5).
//Also, you can customize the unvisted link color, visited link color
and active link color.
//Settings
var nums=7; //Number of links from 0 to 7
var welcome="اختار الموقع المطلوب"; //Remote welcome message
var bold="true";//Bold? "true" or "false"
var italic="false";//Italic? "true" or "false"
var fonttag="Arial"//Font Name
var fontsiz="4"//Font Size
var rlink="red"//Color of unvisited link.
var vlink="orange"//Color of visited link.
var alink="yellow"//Color of active link.
//Link Descriptions and paths
var delink1="الأذكار";//Description of link 1
var link1 ="http://mypage.ayna.com/athkar/"; //Path of link 1
var delink2="صوت القوقاز";//Description of link 2
var link2 ="http://www.qoqaz.com/";//Path of link 2
var delink3="الشيخ القرضاوى";//Description of link 3
var link3 ="http://www.qaradawi.net/";//Path of link 3
var delink4="موقع فيصل";//Description of link 4
var link4 ="http://www.faisal1.com";//Path of link 4
var delink5="الأزهر الشريف";//Description of link 5
var link5 ="http://www.alazhar.org/arabic/index.htm";//Path of link 5
var delink6="كوسوفا";//Description of link 6
var link6 ="http://kosova.hypermart.net/";//Path of link 6
var delink7="الفرقان";//Description of link 7
var link7 ="http://forqan.homepage.com/";//Path of link 7
//Make window
window.name="main";
var win = window.open("","foe","width=159 height=275");
win.document.write("<HTML>");
win.document.write("<HEAD>");
win.document.write("<TITLE>Remote</TITLE>");
win.document.write("<HEAD>");
win.document.write("<BODY BGCOLOR='white' link='"+rlink+"'
vlink='"+vlink+"' alink='"+alink+"'>");
win.document.write("<FONT FACE='"+fonttag+"'
size='"+fontsiz+"'>");
win.document.write("<CENTER>");
win.document.write(welcome + "<BR>");
//styles
if(bold=="true"){win.document.write("<b>");}
if(italic=="true"){win.document.write("<i>");}
if(nums==1){
win.document.write("<a href='"+link1+"'
target='main'>"+delink1+"</a><BR>");
}
if(nums==2){
win.document.write("<a href='"+link1+"'
target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"'
target='main'>"+delink2+"</a><BR>");
}
if(nums==3){
win.document.write("<a href='"+link1+"'
target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"'
target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"'
target='main'>"+delink3+"</a><BR>");
}
if(nums==4){
win.document.write("<a href='"+link1+"'
target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"'
target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"'
target='main'>"+delink3+"</a><BR>");
win.document.write("<a href='"+link4+"'
target='main'>"+delink4+"</a><BR>");
}
if(nums==5){
win.document.write("<a href='"+link1+"'
target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"'
target='main'>"+delink2+"&