کۆدێکی جاڤام بۆ ئاماده‌ کردون که‌ ده‌توانن باکگراوندی ماڵپه‌ره‌که‌ت بگۆریت به‌ هه‌ر ره‌نگێک که‌ مه‌به‌سته‌

<center><font face="Tahoma" color="#FF0000">ماوسه‌که‌ به‌ره‌ سه‌ر ره‌نگێک</font><br>
<p align="center"><font face="Tahoma">[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='green'">سه‌وز</a>]
[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='greem'">سه‌وزێکی کراوه‌</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='seagreen'">سه‌وزێکی که‌مێک تۆخ</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='red'">سور</a>]<br>
[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='magenta'">په‌مه‌ییه ‌کی قوڵ</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='fusia'">مۆر</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='pink'">په‌مه‌ی</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='purple'">مۆر</a>]<br>
[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='navy'">شینی تۆخ</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='blue'">شین</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='royalblue'">شینێکی که‌مێک کاڵ</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='Skyblue'">شینی ئاسمانی</a>]<br>
[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='yellow'">زه‌رد</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='brown'">قاوه‌ی</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='almond'">سورێکی تۆخ</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='white'">سپی</a>]<br>
[<a href="http://www.java.shareliens.com/" onmouseover="document.bgColor='black'">ره‌ش</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='coral'">پیازی</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='olivedrab'">زه‌یتون ی</a>] [<a href="http://www.java.shareliens.com/"
onmouseover="document.bgColor='orange'">پرته‌قاڵی</a>] </font></center>

ڕۆژمێری میلادی
 
كۆد PHP:

<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(monthdayhref) {
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 == 0
&& !(
thisyear 100 == 0))
||(
thisyear 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (
startspaces 7startspaces-=7;
startspaces thisday startspaces 1;
if (
startspaces 0startspaces+=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 (
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>

کاتژمێرێکی ساده‌
 
كۆد PHP:

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

 

داواکاری له‌میوان ناوی خۆی بنوسێت
 
كۆد PHP:

<SCRIPT LANGUAGE="Javascript"
//http://www.alsaher.net
name=window.prompt("ادخل أسمك.","فواز "); 
document.write("<H1 align=center>يا شين اللقافه يا! "+name+".</H1>"
//-->
</script>

 

قه‌ده‌خه‌کردنی به‌کارهێنانی په‌نجه‌ی ڕاست
 
كۆد PHP:

<body id="CBody"
onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false;"
 

 

ڕه‌نگ کردنی توڵباڕی په‌ڕه‌که‌ت
 
كۆد PHP

<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

نوسین له‌دوای ماوسه‌که‌ ده‌ڕوات
 
كۆد PHP:

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

/*
fawwaz.jeeran.com
موقع فواز
*/

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

// Your snappy message. Important: the space at the end of the sentence!!!
var message="Microkurd "
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){
    
= (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==&& document.all) {
        for (
i=message.length-1i>=1i--) {
               
xpos[i]=xpos[i-1]+step
            ypos
[i]=ypos[i-1]
        }
        
xpos[0]=x+step
        ypos
[0]=y
    
        
for (i=0i<message.length-1i++) {
            var 
thisspan = eval("span"+(i)+".style")
            
thisspan.posLeft=xpos[i]
            
thisspan.posTop=ypos[i]
        }
    }
    
    else if (
flag==&& document.layers) {
        for (
i=message.length-1i>=1i--) {
               
xpos[i]=xpos[i-1]+step
            ypos
[i]=ypos[i-1]
        }
        
xpos[0]=x+step
        ypos
[0]=y
    
        
for (i=0i<message.length-1i++) {
            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"> 

 

شاردنه‌وه‌ی خه‌تی ژێر لینک
 
كۆد PHP:

<style type="text/css">
<!--
color#000000; text-decoration: none; cursor: default}
a:hover text-decorationnone}
-->
</
style>
</
head>

<
a href="#"></a


<
style type="text/css">
<!--
a.blank color#000000; text-decoration: none; cursor: default}
a.blank:hover text-decorationnone}
-->
</
style>
</
head>

<
a href="#" class="blank"></a>

 

نامه‌یه‌ک ده‌کرێته‌وه‌ بۆ ئه‌وکه‌سه‌ی سایته‌که‌ت ده‌کاته‌وه‌
 
كۆد PHP:

<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("زانستی نوێ بۆ نه‌وه‌ی نوێ")
 

// -->
</SCRIPT>

 

هه‌ڵبژاردنی ڕه‌نگی پشته‌وه‌ی په‌ره‌که‌ت
 
كۆد PHP:

<FORM name="back">
<
SELECT name="g" onChange="change()">
    <
OPTION VALUE="black">أسود
    
<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>

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

//-->
</script>

 

بۆ ئاماده‌ کردون کاتژمێرێکی ساده‌یه‌

<script LANGUAGE="JavaScript">


<!-- Begin
Stamp = new Date();
document.write('<font size="3"><B>' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+ "/"+Stamp.getYear() + '</B></font><BR>');
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " P.M.";
}
else {
Time = " A.M.";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < 10) {
Mins = "0" + Mins;
}
document.write('<font size="3"><B>' + Hours + ":" + Mins + Time + '</B></font>');
// End -->
</script>