Forum'da ara:
Ara


Yazar Mesaj
Mesaj29.09.2008, 16:30 (UTC)    
Mesaj konusu:

Güzel bir kronometre start ve stop tuslari var!

Kod:
<html>

<head>

<meta name="author" content="yilmaz"><!--bu metayi -->

<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"><!--ve bu metayi  <head></head> arasina eklerseniz türkce karekter sorunu olmaz-->

<meta http-equiv="content-language" content="tr">

<title>Buraya ne yazarsan yukarda en üstte o görünür</title>

</head>

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

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

// please keep these lines on when you copy the source

// made by: Nicolas - http://www.delikan.de var timerID = 0;

var tStart  = null;function UpdateTimer() {   if(timerID) {

      clearTimeout(timerID);      clockID  = 0;   }   if(!tStart)

      tStart   = new Date();   var   tDate = new Date();

   var   tDiff = tDate.getTime() - tStart.getTime();   tDate.setTime(tDiff);

   document.theTimer.theTime.value = ""

                                   + tDate.getMinutes() + ":"

                                   + tDate.getSeconds();

   timerID = setTimeout("UpdateTimer()", 1000);}function Start() {

   tStart   = new Date();   document.theTimer.theTime.value = "00:00";

   timerID  = setTimeout("UpdateTimer()", 1000);}function Stop() {

   if(timerID) {      clearTimeout(timerID);      timerID  = 0;   }

   tStart = null;}function Reset() {   tStart = null;

   document.theTimer.theTime.value = "00:00";}//--></script>

<body onload="Reset()" onunload="Stop()"><center><form name="theTimer"><table>

   <tr>      <td colspan=3 align=center>

         <input type=text name="theTime" size=5>      </td>   </tr>

   <tr><td></td></tr>   <tr>      <td>

         <input type=button name="start" value="Başlat" onclick="Start()">

      </td>      <td>

         <input type=button name="stop" value="Durdur" onclick="Stop()">

      </td>      <td>

         <input type=button name="reset" value="Sıfırlat" onclick="Reset()">

      </td>   </tr></table></form></center>

</body>

</html>
Mesaj29.09.2008, 16:53 (UTC)    
Mesaj konusu:

Her sayfaya girildiginde veya yenilendidiginde farkli bir resim

Kod:
<SCRIPT LANGUAGE="JavaScript">



today=new Date();

jran=today.getTime();



function rnd() {



ia=9301;

ic=49297;

im=233280;



jran = (jran*ia+ic) % im;

return jran/(im*1.0);

};



function rand(number) {



return Math.ceil(rnd()*number);

};



document.write("<CENTER>");

for(i=1;i<=1;i++) {

myNum=(rand(12));

if(myNum == 1) document.write("<img src='header1.jpg'>");

if(myNum == 2) document.write("<img src='header2.jpg'>");

if(myNum == 3) document.write("<img src='header3.jpg'>");

if(myNum == 4) document.write("<img src='header4.jpg'>");

if(myNum == 5) document.write("<img src='header1.jpg'>");

if(myNum == 6) document.write("<img src='header2.jpg'>");

if(myNum == 7) document.write("<img src='header3.jpg'>");

if(myNum == 8) document.write("<img src='header4.jpg'>");

if(myNum == 9) document.write("<img src='header1.jpg'>");

if(myNum == 10) document.write("<img src='header2.jpg'>");

if(myNum == 11) document.write("<img src='header3.jpg'>");

if(myNum == 12) document.write("<img src='header4.jpg'>");

else {

document.write();

}



};



document.write("</CENTER>");



</SCRIPT>
Mesaj29.09.2008, 17:51 (UTC)    
Mesaj konusu:

Özel karektteri kabul etmeyen textbox

Kod:
<script>

function Kontrol( e)  {

   olay = document.all ? window.event : e;

   tus = document.all ? olay.keyCode : olay.which;

   if(tus==39||tus==34||tus==43||tus==44||tus==40||tus==41||tus==39||tus==32||tus==46||tus==47||tus==60||tus==62||tus==63||tus==64||tus==126||tus==45||tus==58||tus==59||tus==94||tus==38||tus==92||tus==91||tus==93||tus==123||tus==125||tus==61||tus==42) {

      if(document.all) { olay.returnValue = false; } else { olay.preventDefault(); }

   }

}

</script>

<input type="text" onkeypress="Kontrol(event)">
Mesaj30.09.2008, 07:22 (UTC)    
Mesaj konusu:

Sagdan sola dalgali resim

Ornek verildigi gibi jpg veya gif acmaktadir


Kod:
<MARQUEE style="WIDTH: 460px; HEIGHT: 177px" behavior=alternate>

<MARQUEE width=250>

<DIV id=foto_file_div name="foto_file_div"><IMG height=248 alt="" src="http://www.furkan.dostweb.com/images/t_10c.jpg" width=306 border=0></DIV>

<DIV id=foto_file_div name="foto_file_div">

<DIV></DIV></SPAN></DIV></MARQUEE>

<P align=center><SPAN style="FONT-SIZE: 14pt; COLOR: #ffffff"></SPAN></P>

<P align=center><IMG height=8 alt="" src="http://www.furkan.dostweb.com/images/oynayankiz.gif" width=579 border=0></P>

<P align=center></P></SPAN>

<P></P>

<DIV></DIV></SPAN></MARQUEE>
Mesaj01.10.2008, 09:57 (UTC)    
Mesaj konusu:

Deprem efekti kodu

Kod:
<html>

<head>

<title>Yeni Sayfa 1</title>

<LAYER id=quakenotice_ns visibility="hide" bgColor="#003366" height="85" width="350">

</LAYER>

<STYLE>#quakenotice_ie {

   BACKGROUND-COLOR:#003366 ; BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; BORDER-RIGHT: black 2px solid; BORDER-TOP: black 2px solid; FONT: 14px Arial; HEIGHT: 85px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 350px

}

</STYLE>

<SCRIPT>

var rectorscale=new Array(1,3,6,9,12,15,18,21,24,27)

function earthquake(){

rectorindex=Math.floor(Math.random()*10)

rector=rectorscale[rectorindex]

if ((document.all||document.layers)&&Math.floor(Math.random()*8)>4) {

for (i=0;i,i<20;i++){

window.moveBy(0,rector)

window.moveBy(rector,0)

window.moveBy(0,-rector)

window.moveBy(-rector,0)

quakealert()

}

}

}

if (document.all)

document.write('<div id="quakenotice_ie"></div>')

function quakealert(){

var quakemessage='<font face="arial" size=2 color="white"><b>Az evvel bilgisayarinizin monitörü kaynakli <font size=3><b>'+eval(rectorindex+1)+' <font size=2> siddetinde bir deprem olmustur... <br>PANIK YOK! HERSEY GEÇTI :)) <br><br> © by Resilence'

if (document.all){

quakemsg_ie=document.all.quakenotice_ie

quakemsg_ie.innerHTML=quakemessage

quakemsg_ie.style.left=document.body.scrollLeft+document.body.clientWidth/2-quakemsg_ie.offsetWidth/2

quakemsg_ie.style.top=document.body.scrollTop+document.body.clientHeight/2-quakemsg_ie.offsetHeight/2

quakemsg_ie.style.visibility="visible"

setTimeout("quakemsg_ie.style.visibility='hidden'",5000)

}

else if (document.layers){

quakemsg_ns=document.quakenotice_ns

quakemsg_ns.document.write(quakemessage)

quakemsg_ns.document.close()

quakemsg_ns.left=pageXOffset+window.innerWidth/2-quakemsg_ns.document.width/2

quakemsg_ns.top=pageYOffset+window.innerHeight/2-quakemsg_ns.document.height/2

quakemsg_ns.visibility="show"

setTimeout("quakemsg_ns.visibility='hide'",1000)

}

}

</SCRIPT>

</head>

<body OnLoad="earthquake()">

</body>

</html>
Mesaj04.10.2008, 17:47 (UTC)    
Mesaj konusu: Re: Java script Arşivi

kerimdj yazmış:
KAyan yazı java script

Kod:
<td height="54" bgcolor="#000000" valign="bottom">

      <table border="0" cellspacing="0" cellpadding="0" width="388">

 <tr>

          <td width="20" height="20"><img src="ok_sol.gif" onmouseover="leftScroll();" style="cursor:hand;" width="20" height="20"></td>

          <td class="menulink" valign="bottom">

            <script language=JavaScript1.2>

var marqueewidth=350

var marqueeheight=17

var speed= 5

var yon="left"

var marqueecontents="<div  onmouseover=stopScroll();  onmouseout=startScroll(); class=kyazi> "

marqueecontents+="BURAYA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BURAYA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BURAYA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ALEMİN EN KRAL SİTESİ www.frmcan.org&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BURAYADA YAZABİLİRSİNİZ"

marqueecontents+="</div>"

function startScroll() {

idyakis.scrollAmount=5;

}

function stopScroll() {

idyakis.scrollAmount=0;

}

function leftScroll() {

idyakis.direction="left";

}

function rightScroll() {

idyakis.direction="right";

}

if (document.all)

document.write('<marquee name="namayakis"  id="idyakis" direction='+yon+' scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

</script>

          </td>

          <td width="20" height="20"><img onmouseover="rightScroll();" style="cursor:hand;"  src="ok_sag.gif" width="20" height="20"></td>

        </tr>
Mesaj05.10.2008, 11:44 (UTC)    
Mesaj konusu:

Toplu kod tüm özellikler bir arada
günün sözü,hesap makinesi vs...


Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>

<%WindowTitle%>

</title>

<style type="text/css" >

/*

Theme Name: Sharepoint like

Description: Simple theme, looks like MS Sharepoint Services, translated in Bulgarian.

Version: 1.5

Author: ADMIN-BG

Author URI: http://www.admin-bg.info

*/



body { margin: 10px 0px 10px 0px; padding: 0px; background-color: #aaaaaa; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }



#wrap { height: 100%; margin-left: auto; margin-right: auto; width: 90%; border: 2px solid #2557AD; background-color: #FFFFFF; }



#head { clear: both; height: 100px; padding: 20px 40px 0px 40px; border-bottom: solid 5px #FFD275; background-color: #2557AD; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; }

#head h1 { font-size: 28px; margin: 0px; padding: 0px; font-weight: bold; letter-spacing: 1px; color: #FFD275; }

#head h1 a:link, #head h1 a:visited { color: #ffffff; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }

#head h1 a:hover { text-decoration: underline; }

#head #description {color: #ffffff; font-size: 14px; font-weight: normal; padding: 0px 30px 0px 30px; font-style: italic; }

#head .small { font-size: 14px; color: #FFD275; }



#bot { clear: both; background-color: #2557AD; border-top: 5px solid #FFD275; padding: 5px; font-size: 10px; text-align: center; }

#bot a { color: #FFFFFF; }





#main { margin-left: 230px; padding: 20px; border-left: 1px #FFD275; }

#main textarea { width: 90%; }



.postend { margin: 5px 0px 30px 0px; padding: 0px; text-align: center; color: #FFD275; font-size: 18px; line-height: 0px; }

.meta { font-size: 10px; color: #2557AD; margin-bottom: 15px; }

.meta a:link, .meta a:visited { color: #FFD275; }

.meta a:hover { color: #FFD2FF; }



blockquote { border: 5px #FFD275; background-color: #E0E1CE; margin-left: 30px; margin-right: 30px; padding: 0px 10px 0px 10px; }





#left { float: left; width: 210px; padding: 20px 10px 20px 10px; border-right: 5px #FFD275; }

#left ul { margin-left: 0px; padding-left: 0px; font-weight: bold; }

#left ul li { margin-left: 0px; padding-left: 0px; margin-bottom: 20px; list-style-type: none; }

#left ul ul { border-top: 1px solid #FFD275; font-weight: normal; padding: 0px; margin: 0px; }

#left ul ul li { border: none; padding: 0px; margin: 0px; font-weight: normal; list-style-type: none; display: block; }

#left ul ul li a:link, #left ul ul li a:visited { display: block; padding: 2px 0px 2px 10px; margin: 0px; background-color: #E1ECFC; color: #003399; border-bottom: 1px solid #FFd275; text-decoration: none; }

#left ul ul li a:hover { background-color: #2557AD; color: #FFFFFF; }

/* Fix IE spaces. Hide from IE Mac \*/

* ul li a { height: 1%; }

/* End */

#left h2 { margin: 0px; padding: 0px; font-weight: bold; font-size: 12px; border: none; background: none; color: #000000; }



#cal { margin: 0px 0px 10px 0px; border: 1px solid #FFD275; background-color: #E1ECFC; }

#cal caption { border-bottom: 1px solid #003399; padding: 2px; }

#wp-calendar { width: 100%; }

#wp-calendar thead { font-size: 10px; }

#wp-calendar td { text-align: center;  color: #0033FF; }

#wp-calendar td a:link, #wp-calendar td a:visited { font-weight: bold; text-decoration: none;  color: #003399; }

#wp-calendar td a:hover { color: #003399; }



#about { margin: 0px 0px 20px 0px; padding: 0px; }





h2 { font-size: 14px; margin: 0px 0px 20px 0px; padding: 3px; background-color: #003399; color: #ffffff; }

h3 { font-size: 12px; font-weight: bold; border-bottom: 1px dashed #2557AD; margin: 0px 0px 5px 0px; padding: 0px 0px 2px 0px; color: #2557AD; }

h3 a:link, h3 a:visited { color: #2557AD; text-decoration: none; font-family: Comic Sans MS, Verdana; font-size: 16px; font-weight: normal;}

h3 a:hover { color: red; }



a:link, a:visited { color: #2557AD; }

a:hover { color: #2557AD; }



.trackback { font-size: 10px; }



#commentlist { list-style-type: none; margin: 0px; padding: 0px; }

#commentlist li { list-style-type: none; margin-bottom: 10px; padding: 10px; background-color: #E1ECFC; border-top: 1px solid #FFD275; border-bottom: 1px solid #FFD275; }

#commentlist cite { margin: 7px 0px 0px 0px; padding: 0px; font-size: 10px; font-style: normal; }

#commentlist p { margin-top: 0px; padding-top: 0px; }



.storycontent { font-family: Comic Sans MS, Verdana; font-size: 13px; font-weight: normal;}

<!-- BLOGCU_SABLON_SPF -->

</style>

</head>

<body>



<div id="wrap">

  <!--  BAŞLIK CUBUGU BASLANGIC  -->

  <div id="head">

    <h1> <a href=".."><%Title%></a> </h1>

         

  </div>

  <!--  BASLIK CUBUGU BITIS  -->

   

  <!--  SOL CUBUK BASLANGIC  -->

  <div id="left">

   

      <div id="about"><%Description%></div>

      <ul> Bağlantılar

                       <ul>

           <li><a href='<%MainPageURL%>'>Ana Sayfa</a></li>

                          <li><a href='<%ProfileURL%>'>Profilim</a></li>

                          <li><a href='<%ArchiveURL%>'>Arşiv</a></li>

                          <li><a href='<%SiteFeedURL%>'>RSS</a></li>

                       </ul>

         

   

<p />

<ul><b>Son Yazılar</b>

  <ul>

    <RecentEntry>

   <li><%RecentEntryTitle%></li>

    </RecentEntry>

   </ul>

</ul>



<ul><b>Kategoriler</b>

<ul>

 <%Kategorilerim%>

</ul>

</ul>

<p />

       

  <IfPages>

    <h3 class="storytitle">

          <center><LaterLink> Önceki :: </LaterLink>

           <EarlierLink> Sonraki</EarlierLink>

          </center>

     </h3>

    </IfPages>



</ul>

<center>

<%BlogcuSidebar%>



  </div>

  <!--  SOL CUBUK BITIS  -->

   

  <!--  ANA ICERIK BASLANGICI  -->



<div id="main"> 

   <IfMainPage>

   

       <Entry><h2><%EntryDate%> </h2>

        <h3 class="storytitle"> <a href="<%EntryURL%>"><%EntryTitle%></a></h3>



        <div class="storycontent">

            <%EntryBody%>

        </div>

       <br><br>

        <div class="postend">

         <IfCommentsAllowed><a href='<%EntryURL%>'>Yorum</a> (<%EntryCommentCount%>) <IfCommentPostAllowed>::<a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> ::</IfCommentsAllowed> <a href='<%EntryURL%>'>Bağlantı</a>

        </div>

       </Entry>

     

 

</IfMainPage>



<!-- ARCHIVE PAGE -->

<IfArchivePage>

<div class=post>

<h3>Arşiv</h3>

<%ArchiveInfo%>

</div>

</IfArchivePage>



<!-- ENTRY PAGE -->

<IfEntryPage>

<div class="post">

<Entry>

<h3><%EntryDate%> - <a href="<%EntryURL%>"><%EntryTitle%></a></h3>

<IfCategoriesAllowed><div class='author'>Kategori: <%EntryCategory%></div></IfCategoriesAllowed>

<div class=storycontent>

<%EntryBody%>

</div>

<br><br>

<div class=postend>

<IfCommentsAllowed><IfCommentPostAllowed><a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed></IfCommentsAllowed>

</div>

<IfCommentsAllowed>

<Comment>

<table cellpadding='0' cellspacing='0' style='margin-left: 30px;'>

<tr><td><h3><%CommentDate%> - <%CommentTitle%></h3></td></tr>

<tr><td>Yazan: <%CommentAuthor%> <%CommentAuthorIP%></td></tr>

<tr><td><%CommentBody%></td></tr>

<tr><td><a href='<%CommentURL%>'>Bağlantı</a> <CommentEdit>Düzenle</CommentEdit> <CommentDelete>Sil</CommentDelete></td></tr>

</table>

<br>

</Comment>

</IfCommentsAllowed>

</Entry>



</IfEntryPage>



</div>

  <!--  ASIL ICERIK SON  -->





   <!--  ALT CUBUK BASLANGICI  -->

   <div id="bot">

      <a href='<%MainPageURL%>' target='_blank'><%MainPageURL%></a>

   </div>

   <!--  ALT CUBUK BITIS  -->

 

</div>



</body>

</html>

<%

alinacakadres = "http://www.ntvmsnbc.com/news/BCList2.txt"



Set Tear_ac = CreateObject("SOFTWING.ASPtear" )

dim bilgicek

bilgicek = Tear_ac.Retrieve(alinacakadres , 2, "" , "" , "" )



nereden="Güncel Ön Sayfa"

nereye="+UYUM YASASI"



baslanacakyer=InStr(bilgicek,nereden)+15

bitecekyer=InStr(bilgicek,nereye)

baslangic=0

son=0

alinacakbolum=Mid(bilgicek,baslanacakyer,bitecekyer-baslanacakyer)



For a= 1 to 100



t=Len(alinacakbolum)



If t<=0 Then

exit For

End If



c=InStr(alinacakbolum,Chr(10))



If c<=0 Then

exit For

End If



alinacakbolum=Right(alinacakbolum,t-c)



baslangic=InStr(alinacakbolum,"/news/./" )

son=InStr(alinacakbolum,Chr(10))



If baslangic<=0 or son<=0 or son<baslangic Then



else

satir=Mid(alinacakbolum,baslangic,son-baslangic)

If InStr(satir,"/news/./" )=0 or Len(satir)<20 Then

else

ekle=ekle & satir & "<br>"

End If

End If



next



ekle=Replace(ekle,"/news/./" ,"<a href='http://www.ntvmsnbc.com/news/" ,1,-1,1)

ekle=Replace(ekle,"|" ,"'>" ,1,-1,1)

ekle=Replace(ekle,Chr(10),"</a>" ,1,-1,1)



Response.Write "<font face=verdana size=1 color=black>" & ekle & "</font>"



%>



<script src="http://fastonlineusers.com/online.php?d=estergonmac.blogcu.com"></script>



Örnek:

<script src="http://fastonlineusers.com/online.php?d=estergonmac61.bolgcu.com"></script>







<OBJECT id=wolfi classid=clsid:d45fd31b-5c6e-11d1-9ec1-00c04fd7081f></OBJECT>

<SCRIPT language=JavaScript type=text/javascript>

  function LoadLocalAgent(CharID, CharACS) {

    LoadReq = wolfi.Characters.Load(CharID, CharACS);

    return(true);

    }

  var MerlinID;

  var MerlinACS;

  wolfi.Connected = true;

  MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);

  Merlin = wolfi.Characters.Character(MerlinID);

  Merlin.Show();

  Merlin.Play("Surprised");

  Merlin.Play("GetAttention");

  Merlin.Play("Blink");

  Merlin.MoveTo (512,450);

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!");

  Merlin.Play("Greet");

  Merlin.Play("Blink");

  Merlin.Play("Announce");

  Merlin.Play("DoMAgic1");

  Merlin.MoveTo (600,400);

  Merlin.Play("Surprised");

  Merlin.Play("GestureRight");

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

  Merlin.MoveTo (200,450);

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

  Merlin.Play("Write");

  Merlin.Play("Read");

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

  Merlin.MoveTo (150,350);

  Merlin.Play("GestureRight");

  Merlin.Play("DoMAgic1");

  Merlin.Play("Blink");

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

  Merlin.Play("Decline");

  Merlin.MoveTo (600,400);

  Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

  Merlin.Play("Congratulate");

  Merlin.speak("ßy KARTAL");

  Merlin.Play("Wave");

  Merlin.Hide();

//hp_d00();



</SCRIPT>



<SCRIPT LANGUAGE="JavaScript">

function showMilitaryTime() {

if (document.form.showMilitary[0].checked) {

return true;

}

return false;

}

function showTheHours(theHour) {

if (showMilitaryTime() || (theHour > 0 && theHour < 13)) {

if (theHour == "0") theHour = 12;

return (theHour);

}

if (theHour == 0) {

return (12);

}

return (theHour-12);

}

function showZeroFilled(inValue) {

if (inValue > 9) {

return "" + inValue;

}

return "0" + inValue;

}

function showAmPm() {

if (showMilitaryTime()) {

return ("");

}

if (now.getHours() < 12) {

return (" am");

}

return (" pm");

}

function showTheTime() {

now = new Date

document.form.showTime.value = showTheHours(now.getHours()) + ":" + showZeroFilled(now.getMinutes()) + ":" + showZeroFilled(now.getSeconds()) + showAmPm()

setTimeout("showTheTime()",1000)

}

// End -->

</script>

<BODY onLoad="showTheTime()">

<center><form name=form>

<input type=text name=showTime size=11><p>

<input type=radio name=showMilitary checked>24 Mode<br>

<input type=radio name=showMilitary>12 Mode

</form></center>

ucirit-com.tk katkilarıyla



<p align="center"><script language="JavaScript1.1" type="text/javascript">

<!--

quotes = new Array(11);

quotes[0] = "Eline, diline, beline sahip ol ki, kötülükler senden uzak dursun.";

quotes[1] = "Musibet zekayı eğitir.";

quotes[2] = "Kişinin sözü, amelinden çok olursa aklı noksandır.";

quotes[3] = "Ne kadar okursan oku, bilgine yakışır şekilde davranmazsan cahilsin demektir.(Sadi)";

quotes[4] = "Tek dostum kitaplarım, tek düşmanım cahil dostlarım. (Diderot)";

quotes[5] = "Felaketler, ayak seslerini duymayanlara geliyorum demez.";

quotes[6] = "Harekette birlik olmazsa, fikirde bilgi faydasızdır. (Muhammed ikbal)";

quotes[7] = "Zalime, ancak, onu zulümden alıkoymak için yardım et.";

quotes[8] = "Yarın, yorgun kimselerin değil, rahatlarına kıyabilenlerindir. (N. Atac)";

quotes[9] = "Kuvvetine güvenenler, korkutma küçüklüğünde bulunmazlar. (Abdulhamid Han)";

quotes[10] = "Tarihte her hareket hep bir kişinin ayağa kalkmasıyla başlar.";

quotes[11] = "Kesilmis koyuna, derisini yüzülmesi elem vermez.";

quotes[12] = "Kendini hak ile meşgul etmezsen, batıl seni işgal eder. (İmam Şafi)";

quotes[13] = "Herşeyi bilmek çok kötüdür.";

quotes[14] = "Allah'a itaat etmekle, O'na şükretmiş olursunuz.";

quotes[15] = "Akıllı olan Allah'tan korkar.";

quotes[16] = "İlimsiz ibadette, tefekkürsüz Kur'an tilavetinde hayır yoktur. (Hz. Ali r.a.)";

quotes[17] = "Allah'tan korkmayandan korkulur.";

quotes[18] = "El ağazına bakan karısını tez boşar.";

quotes[19] = "Gercek dost, arkadaşının kusurunu görünce onu uyarır. Fakat bu kusurları başkalarına açıklamaz. (İmam Şafi)";

quotes[20] = "Şahsi gayret yuvayi, toplu gayret vatani ayakta tutar. (A. Aslan)";

quotes[21] = "Küçük insanların gururu büyük olur.";

quotes[22] = "Kitap aklın ilacıdır.";

quotes[23] = "Dost acı söyler.";

quotes[24] = "Kardeş kardeşi atmış, yar başında tutmuş.";

quotes[25] = "Islanmışın yağmurdan korkusu olmaz.";

quotes[26] = "Dost ağlatır, düşman güldürür.";

quotes[27] = "Ecel geldi cıhane, başağrısı bahane.";

quotes[28] = "İslamiyeti yaşayan kimse, hem şahsi, hem ailevi ve hem de sosyal hayatında ibadet ediyor demektir. (Hekimoğlu İsmail)";

quotes[29] = "Gençliğine güvenme, ölen hep ihtiyarmı ?";

quotes[30] = "İnsan ne kadar yükselirse, gönlü o kadar alçalmalıdır.";

quotes[31] = "Tecrübe bilgiyi artırır. Her şeye inanmak ise insanı yanıltır.";

quotes[32] = "Küçük taş, baş yarar.";

quotes[33] = "Haramdan uzak dur, ama mahremini gözet.";

quotes[34] = "Nimetlerin en iyisi çalışarak kazanılan, arkadaşları en iyisi de Allah'ı hatırlatandır.";

quotes[35] = "Bir kimseyi tanımak istiyorsan, arkadaşına bak. (Mevlana)";

quotes[36] = "El öpmekle dudak aşınmaz.";

quotes[37] = "Ahmaklık, hatada israr etmektedir. (Abdulhakim Arvası)";

quotes[38] = "Nasihat tutmayanı musibet tutar.";

quotes[39] = "Herkesi kendi gibi sanan aldanır.";

quotes[40] = "Yerinde söz söylemesini bilen, özür dilemek zorunda kalmaz. (Fatih Sultan Mehmed)";

quotes[41] = "Özü doğru olanın sözü de doğru olur. (Hz. Ali (r.a.))";

quotes[42] = "Küçük bir delik, büyük bir gemiyi batırır.";

quotes[43] = "(Siz'de güzel bir söz biliyorsanız bana yazın)";

quotes[44] = "Doğru sarsılır, ama yıkılmaz.";

quotes[45] = "Adaletin bulunmadığı bir ülkede herkez suçludur.";

quotes[46] = "Zeka, kafanın içindeki altın madenidir.";

quotes[47] = "İteatsizlik şerlerin en kötüsüdür.";

quotes[48] = "İnsan idare etme sanatına siyaset denir.";

quotes[49] = "Kimsenin zenginliği seni değerlendirmez.";

quotes[50] = "Fakir kişi, cimrilik yapan kişidir.";

quotes[51] = "Zengin kişi iktisadı bilen kişidir.";

quotes[52] = "Zengin, kalbi zengin olan kişidir.";

quotes[53] = "Çok dinlememiz ve az konuşmamız için, iki kulağımız ve bir dilimiz vardır.";

quotes[54] = "Mümin, sonu cennet oluncaya kadar, hiçbir hayırdan doymaz, geri kalmaz.";

quotes[55] = "Dağa çıkan düz aramaz.";

quotes[56] = "Adamın aynası arkadaşıdır.";

quotes[57] = "Zihin arı, kitap çiçektir.";

quotes[58] = "Danışan dağı aşmış, danışmayan düz yolda şaşmış.";

quotes[59] = "Korkak dostun olacağına, cesur dostun olsun.";

quotes[60] = "Dostlarını terkeden terkedilir.";

quotes[61] = "Özlü konuşmanın yolu, yersiz sözleri bırakmaktır.";

quotes[62] = "Destursuz bağa giren, hesapsız dayak yer.";

quotes[63] = "İnsan, düşeceği yere çıkmamalıdır.";

quotes[64] = "Kitap, donuk hayata renk katar.";

quotes[65] = "İyiliğe iyilik her kişinin karı, kötülüğe iyilik ER kişinin karı.";

quotes[66] = "Gözü haramdan korumak ne güzel şehvet perdesidir. (Hz. Osman)";

quotes[67] = "Dilencinin keyfi işlek caddede gelir.";

quotes[68] = "Yanliş, iktidarı artmakla hiçbir zaman doğru hale gelmez.";

quotes[69] = "İnsanlara ateşe dost olduğun gibi dost ol. Ondan faydalan. Fakat seni yakmasından sakın.";

quotes[70] = "Kovandan çikmayan arı bal yapmaz.";

quotes[71] = "Dünyada zulme uğrayanlar, kiyamette mutlaka kurtuluşa ulaşacaklardır. (Hz.Muhammed sav.)";

quotes[72] = "Ancak içinden aydınlanan, dışına ışık verir. (İsmet Özel)";

quotes[73] = "Adam adama yük değil, can gövdeye mülk değil.";

quotes[74] = "Bize değer kazandıran şeyler, yaptığımız işlerdir.";

quotes[75] = "Bir münafık, bir orduyu bozar.";

quotes[76] = "Acıyan çok ama ekmek veren az.";

quotes[77] = "İnsanların şahsiyetlerini, iktidarlı zamanlarında ölçmelidir.";

quotes[78] = "İnsanın sözü hikmet, bakışı ibret ve susması ders olmalıdır.";

quotes[79] = "Alimler İslamın bayraktarı, cennetin sakinleridir.";

quotes[80] = "Her deliğe elini sokma, ya yılan çıkar ya ciyan.";

quotes[81] = "Tarih tekerrürden ibarettir.";

quotes[82] = "Sözlerin en güzeli vahiydir.";

quotes[83] = "Birlik olmayan yerde, dirlik olmaz.";

quotes[84] = "Sükut kavgayı keser, fitneyi önler.";

quotes[85] = "İffet, güzelliğin zekatıdır.";

quotes[86] = "Hiç bir zafere çiçekli yollardan gidilmez.";

quotes[87] = "Fitne aslında uykudadır, Allah (cc) onu uyandıranlara lanet eder. (Hz.Muhammed sav.)";

quotes[88] = "Bedava sirke, baldan tatlıdır.";

quotes[89] = "Kalbin gıdası iman, aklın gıdası faydalı ilimdir.";

quotes[90] = "Gözyaşı, kalp te olan ateşe delildir.";

quotes[91] = "Merhamet etmeyene merhamet edilmez.";

quotes[92] = "Alışmış, kudurmuştan beterdir.";

quotes[93] = "Akıllı insan tüm yumurtalarını aynı sepete koymaz.";

quotes[94] = "Buldum bilemedim, bildim bulamadım.";

quotes[95] = "Ölümü hatırlamak, hırs ateşini söndürür.";

quotes[96] = "Ne mutlu! Aklı işine bekci, kendi sözünü kendi tenkitci olana.";

quotes[97] = "Cahil, yaşlı dahi olsa küçüktür, Alim, küçük de olsa büyüktür.";

quotes[98] = "Gençlikte vaktini geçiren sefa ile, ihtiyarlikta ömrünü geçirir cefa ile.";

quotes[99] = "Hicretin en faziletlisi, Allah'ın sevmediği şeyleri terk etmektir. (Hz.Muhammed sav)";



//calculate a random index

index = Math.floor(Math.random() * quotes.length);



//display the quotation

document.write("<hr><H3>Günün Sözü: <br> " + "\"" + quotes[index] + "\"\n <\/H3>")





// -->

</script> </p>

***********************************************************************



<body><SCRIPT>

var width=document.body.clientWidth;

var height=document.body.clientHeight;



function doClickText(who,type,step,timeOut) {

 document.getElementById(who).style.display="none";

 if(type==0) {

  reveal('revealDiv1',step,timeOut,0);

  reveal('revealDiv2',step,timeOut,1);}

 if(type==1) {

  reveal('revealDiv1',step,timeOut,2);

  reveal('revealDiv2',step,timeOut,3);}}

function reveal(who,step,timeOut,type) {

 if(type==0)

  var where="top";

 if(type==1)

  var where="bottom";

 if(type==2)

  var where="left";

 if(type==3)

  var where="right";

 eval('var temp=document.getElementById(who).style.'+where);

 temp=parseInt(temp);

 if(type==0||type==1)

  var checkWith=height/2;

 if(type==2||type==3)

  var checkWith=width/2;

 if(-temp<checkWith) {

  temp-=step;

  eval('document.getElementById(who).style.'+where+'=temp;');

  setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}

 else {

  document.getElementById(who).style.display="none";

  document.body.scroll="yes";}}

function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {

 if(type==0) {

  var bWhere1="border-bottom";

  var bWhere2="border-top";

  var putZero1="top:0px; left:0px";

  var putZero2="bottom:0px; left:0px";

  document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');

  document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');

  if(!click) {

   reveal('revealDiv1',step,timeOut,0);

   reveal('revealDiv2',step,timeOut,1);}

   

  else {

   clickText(type,step,timeOut);}}

   

 if(type==1) {

  var bWhere1="border-right";

  var bWhere2="border-left";

  var putZero1="top:0px; left:0px";

  var putZero2="top:0px; right:0px";

  document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');

  document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');

  if(!click) {

   reveal('revealDiv1',step,timeOut,2);

   reveal('revealDiv2',step,timeOut,3);}

  else {

   clickText(type,step,timeOut);}}

 function clickText(type,step,timeOut) {

  document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}

</SCRIPT>

<SCRIPT>

var clickw=170;  // Width

var clickh=20;  // Height

var clickb=2;  // Border width

var clickc="#CCFFCC"; // Border color

var clickbg="#000000"; // Background color

var clickt="Siteye girmek icin tiklayin."; // Text to display

var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000";  // The font style of the text

new initReveal(0,'#CCFFCC','#CCFFCC',1,1,'#00FF00','#000000',3,10,true);

</SCRIPT><body>



Bu html kodu ile internetten 24 saat canli yayin yapan RADYO DENIZ i sizlerde sitenize ekleyebilir ve sitenizi ziyaret edenlere online istek imkani vererek bu yeni gelismeye sizde katilabilirsiniz.





<font size="2"><span lang="en-us">

      <object id="Player1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="44" width="694" align="left">

        <param name="URL" value="http://www.radyodeniz.com/kpig.asx">

        <param name="rate" value="1">

        <param name="balance" value="0">

        <param name="currentPosition" value="0">

        <param name="defaultFrame" value>

        <param name="playCount" value="1">

        <param name="autoStart" value="-1">

        <param name="currentMarker" value="0">

        <param name="invokeURLs" value="-1">

        <param name="baseURL" value>

        <param name="volume" value="100">

        <param name="mute" value="0">

        <param name="uiMode" value="full">

        <param name="stretchToFit" value="-1">

        <param name="windowlessVideo" value="-1">

        <param name="enabled" value="-1">

        <param name="enableContextMenu" value="-1">

        <param name="fullScreen" value="0">

        <param name="SAMIStyle" value>

        <param name="SAMILang" value>

        <param name="SAMIFilename" value>

        <param name="captioningID" value>

        <param name="enableErrorDialogs" value="0">

        <param name="_cx" value="6562">

        <param name="_cy" value="6535">

      </object>

      </span></font>



<script language="javascript">

<!--

alert("---estergonmac61.blogcu.com--- Hoşgeldiniz...")

window.status="---estergonmac61.blogcu.com--- Sayfama Hoşgeldiniz..."

-->

</script>



<html>



<head>

<meta http-equiv="Content-Type"

content="text/html; charset=windows-1254">

<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">

<title>www.Cehre.net By IQ </title>

</head>



<body bgcolor="#006000" onload="greenizer()">

<script>

function MakeArray(n) {

//allow new array to be made below...

this.length = n

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

   this[i] = null

}



//6,7,8,9,a,b,c,d,e,f

green = new MakeArray(10)

g = 0

a = true





green[1] = "#006000"

green[2] = "#007000"

green[3] = "#008000"

green[4] = "#009000"

green[5] = "#00A000"

green[6] = "#00B000"

green[7] = "#00C000"

green[8] = "#00D000"

green[9] = "#00E000"

green[10] = "#00F000"



function greenizer() {

if(a == true) {

g++

}

if(g==11) {

g--

a = false

}



if(g==1) {

g++

a = true

}



if(a == false) {

g--

}

document.bgColor = green[g]

setTimeout ("greenizer()",100)

}

</script>

</body>

</html>



<CENTER>

<FORM name="Keypad" action="">

<TABLE border="1" cellspacing="0" cellpadding="0">

<B>

<TABLE border=1 width=50 height=60 cellpadding=1 cellspacing=1>

<TR>

<TD colspan=3 align=middle>

<input name="ReadOut" type="Text" size=24 value="0" width=100%>

</TD>

<TD

</TD>

<TD>

<input name="btnClear" type="Button" value="  C  " onclick="Clear()">

</TD>

<TD><input name="btnClearEntry" type="Button" value="  CE " onclick="ClearEntry()">

</TD>

</TR>

<TR>

<TD>

<input name="btnSeven" type="Button" value="  7  " onclick="NumPressed(7)">

</TD>

<TD>

<input name="btnEight" type="Button" value="  8  " onclick="NumPressed(8)">

</TD>

<TD>

<input name="btnNine" type="Button" value="  9  " onclick="NumPressed(9)">

</TD>

<TD>

</TD>

<TD>

<input name="btnNeg" type="Button" value=" +/- " onclick="Neg()">

</TD>

<TD>

<input name="btnPercent" type="Button" value="  % " onclick="Percent()">

</TD>

</TR>

<TR>

<TD>

<input name="btnFour" type="Button" value="  4  " onclick="NumPressed(4)">

</TD>

<TD>

<input name="btnFive" type="Button" value="  5  " onclick="NumPressed(5)">

</TD>

<TD>

<input name="btnSix" type="Button" value="  6  " onclick="NumPressed(6)">

</TD>

<TD>

</TD>

<TD align=middle><input name="btnPlus" type="Button" value="  +  " onclick="Operation('+')">

</TD>

<TD align=middle><input name="btnMinus" type="Button" value="   -   " onclick="Operation('-')">

</TD>

</TR>

<TR>

<TD>

<input name="btnOne" type="Button" value="  1  " onclick="NumPressed(1)">

</TD>

<TD>

<input name="btnTwo" type="Button" value="  2  " onclick="NumPressed(2)">

</TD>

<TD>

<input name="btnThree" type="Button" value="  3  " onclick="NumPressed(3)">

</TD>

<TD>

</TD>

<TD align=middle><input name="btnMultiply" type="Button" value="  *  " onclick="Operation('*')">

</TD>

<TD align=middle><input name="btnDivide" type="Button" value="   /   " onclick="Operation('/')">

</TD>

</TR>

<TR>

<TD>

<input name="btnZero" type="Button" value="  0  " onclick="NumPressed(0)">

</TD>

<TD>

<input name="btnDecimal" type="Button" value="   .  " onclick="Decimal()">

</TD>

<TD colspan=3>

</TD>

<TD>

<input name="btnEquals" type="Button" value="  =  " onclick="Operation('=')">

</TD>

</TR>

</TABLE>

</TABLE>

</B>

</FORM>

</CENTER>

<font face="Verdana, Arial, Helvetica" size=2>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

var FKeyPad = document.Keypad;

var Accum = 0;

var FlagNewNum = false;

var PendingOp = "";

function NumPressed (Num) {

if (FlagNewNum) {

FKeyPad.ReadOut.value  = Num;

FlagNewNum = false;

   }

else {

if (FKeyPad.ReadOut.value == "0")

FKeyPad.ReadOut.value = Num;

else

FKeyPad.ReadOut.value += Num;

   }

}

function Operation (Op) {

var Readout = FKeyPad.ReadOut.value;

if (FlagNewNum && PendingOp != "=");

else

{

FlagNewNum = true;

if ( '+' == PendingOp )

Accum += parseFloat(Readout);

else if ( '-' == PendingOp )

Accum -= parseFloat(Readout);

else if ( '/' == PendingOp )

Accum /= parseFloat(Readout);

else if ( '*' == PendingOp )

Accum *= parseFloat(Readout);

else

Accum = parseFloat(Readout);

FKeyPad.ReadOut.value = Accum;

PendingOp = Op;

   }

}

function Decimal () {

var curReadOut = FKeyPad.ReadOut.value;

if (FlagNewNum) {

curReadOut = "0.";

FlagNewNum = false;

   }

else

{

if (curReadOut.indexOf(".") == -1)

curReadOut += ".";

   }

FKeyPad.ReadOut.value = curReadOut;

}

function ClearEntry () {

FKeyPad.ReadOut.value = "0";

FlagNewNum = true;

}

function Clear () {

Accum = 0;

PendingOp = "";

ClearEntry();

}

function Neg () {

FKeyPad.ReadOut.value = parseFloat(FKeyPad.ReadOut.value) * -1;

}

function Percent () {

FKeyPad.ReadOut.value = (parseFloat(FKeyPad.ReadOut.value) / 100) * parseFloat(Accum);

}

// End -->

</SCRIPT>
Mesaj09.10.2008, 19:32 (UTC)    
Mesaj konusu:

hareketli menü 2

Kod:
<div id="point1" STYLE="position: absolute; visibility: visible; left: -3; top: 21; width: 780; height: 174">

<!---ข้างล่างนี้เป็นโค็ดของตารางธรรมดาครับ-->

<table width="146" border="1" bordercolor="#BBBBBB" cellspacing="0" cellpadding="4" height="130">

<tr>

<td align=center bgcolor="#00FF00" width="134" height="14">

<font face="MS Sans Serif" size="1" color="#FF0000"><b>MENU</b></font>

</td>

</tr>

<tr>

<td align=center width="134" height="1" bgcolor="#CCFFFF">

<a href="http://www.codetukyang.com" target="_blank"><font face="MS Sans Serif" size="1">CodeTukYang</font></a>

</td>

</tr>

<tr>

<td align=center width="134" height="14" bgcolor="#CCFFFF">

<a href="http://www.zarataweb.com" target="_blank"><font face="MS Sans Serif" size="1">ZARATAWEB.COM</font></a>

</td>

</tr>

<tr>

<td align=center width="134" height="14" bgcolor="#CCFFFF">

<a href="http://www.thaiwebcreator.com" target="_blank"><font face="MS Sans Serif" size="1">thaiwebcreator.com</font></a>

</td>

</tr>

<tr>

<td align=center width="134" height="14" bgcolor="#CCFFFF">

<a href="http://www.gazib.com" target="_blank"><font face="MS Sans Serif" size="1">GAZIB.COM</font></a>

</td>

</tr>

<tr>

<td align=center width="134" height="14" bgcolor="#CCFFFF">

<a href="http://www.nongkhaiweb.com" target="_blank"><font face="MS Sans Serif" size="1">NONGKHAIWEB.COM</font></a>

</td>

</tr>

</table>

</div>



<script LANGUAGE="JavaScript">

var XX=0; //  ตำแหน่งให้แสดง MENU จากด้านขวา

var xstep=1;

var delay_time=30;



//ข้างล่างนี้ห้ามแก้ไขครับ

var YY=0;

var ch=0;

var oh=0;

var yon=0;



var ns4=document.layers?1:0

var ie=document.all?1:0

var ns6=document.getElementById&&!document.all?1:0



if(ie){

YY=document.body.clientHeight;

point1.style.top=YY;

}

else if (ns4){

YY=window.innerHeight;

document.point1.pageY=YY;

document.point1.visibility="hidden";

}

else if (ns6){

YY=window.innerHeight

document.getElementById('point1').style.top=YY

}

function reloc1()

{

if(yon==0){YY=YY-xstep;}

else{YY=YY+xstep;}

if (ie){

ch=document.body.clientHeight;

oh=point1.offsetHeight;

}

else if (ns4){

ch=window.innerHeight;

oh=document.point1.clip.height;

}

else if (ns6){

ch=window.innerHeight

oh=document.getElementById("point1").offsetHeight

}

if(YY<0){yon=1;YY=0;}

if(YY>=(ch-oh)){yon=0;YY=(ch-oh);}

if(ie){

point1.style.left=XX;

point1.style.top=YY+document.body.scrollTop;

}

else if (ns4){

document.point1.pageX=XX;

document.point1.pageY=YY+window.pageYOffset;

}

else if (ns6){

document.getElementById("point1").style.left=XX

document.getElementById("point1").style.top=YY+window.pageYOffset

}

}

function onad()

{

if(ns4)

document.point1.visibility="visible";

loopfunc();

}

function loopfunc()

{

reloc1();

setTimeout('loopfunc()',delay_time);

}

if (ie||ns4||ns6)

window.onload=onad

</script>
Mesaj10.10.2008, 15:41 (UTC)    
Mesaj konusu:

Gelişmiş yılan oyunu

Kod:
<%@ Language=JavaScript Transaction=required%>

<HTML>

<HEAD>

<META name=VI60_defaultClientScript content=JavaScript>

<TITLE>BOYABAT ENDUSTRI MESLEK LISESI SNAKE V1.0 2002</TITLE>

</HEAD>

<script language="JavaScript">

/* Bütün Hakları -Eğitim amacı dışında- saklıdır.

         Özcan BOLAT  Elektrik Öğretmeni*/

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

for (x=0;x<450;x++){

document.write('<div  style="position:absolute;top:0px;left:0px"><a><img src="resim.jpg" name="resim"></a></div>');

window.status="Oyun Yükleniyor %"+Math.ceil((x+1)/9);};

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

function gizle(){

for (x=1;x<450;x++){document.all.alan.all[x*3].style.visibility="hidden";

window.status="Oyun Yükleniyor %"+(Math.ceil(x/9)+50);};};gizle();

var rl=0,rt=0,t=180,l=180,y=0,sayi=0,c=0,yon=1,hiz=150,puan=10;

var yilant=new Array();

var yilanl=new Array();

var yer=document.all.alan;

function goster(){

for(z=0;z<sayi+2;z++)yer.all[z*3].style.visibility="visible";};

goster();

function rastgele(){

do

do

var rl=Math.ceil((Math.random(300)*1000)/10)*10;

while (rl>340)

while (rl<=40);

do

do

var rt=Math.ceil((Math.random(300)*1000)/10)*10;

while (rt>340)

while(rt<=40);

yer.all[(sayi+1)*3].style.top=rt;yer.all[(sayi+1)*3].style.left=rl;

};



function bas(){

if(window.event.keyCode==38 ) y=1;

if(window.event.keyCode==37 ) y=2;

if(window.event.keyCode==40 ) y=3;

if(window.event.keyCode==39 ) y=4; 

if(window.event.button==2) alert(document.form1.select1.value);

};

function yilanhizi(){

switch(document.form1.select1.value){

case "Hız Seçiniz":hiz=150;puan=10;break;

case "Yavaş":hiz=200;puan=5;break;

case "Normal":hiz=150;puan=10;break;

case "Hızlı":hiz=100;puan=15;break;

case "Çok Hızlı":hiz=50;puan=20;break;

};

};

function yuru(){

document.onkeydown=bas;

if(y>0){

for (c=sayi+1;c>0;c--){

yilant[c]=yer.all[c*3-3].style.top;

yilanl[c]=yer.all[c*3-3].style.left;

};

if(yer.all[0].style.top==yer.all[(sayi+1)*3].style.top && yer.all[0].style.left==yer.all[(sayi+1)*3].style.left)

{sayi++;yer.all[(sayi+1)*3].style.visibility="visible";rastgele();document.form1.metin.value=sayi*puan;};

if (y==1) t-=10;

if (y==2) l-=10;

if (y==3) t+=10;

if (y==4) l+=10;

yer.all[0].style.top=t;yer.all[0].style.left=l;

for(v=1;v<sayi+1;v++){

yer.all[v*3].style.top=yilant[v];

yer.all[v*3].style.left=yilanl[v];

};};q=sayi;

for(z=0;z<q+1;z++)if(yer.all[0].style.top==yilant[z+1]&&yer.all[0].style.left==yilanl[z+1])

{sayi--;yer.all[(sayi+2)*3].style.visibility="hidden";document.form1.metin.value=sayi*puan;};

if(t<=10 || l<=10||t>=350 || l>=350){alert("YaNdInIz!!!");y=0;l=180;t=180;sayi=0;document.form1.metin.value=sayi*puan;};

if(sayi==149){ alert('Tebrikler \n\r Oyun Bitti...!');y=0;l=180;t=180;sayi=0;document.form1.metin.value=sayi*puan;};

setTimeout("yuru()",hiz);

window.status="Başarılar dileriz...";

};



yuru();

document.onkeydown=bas;

document.onmousedown=bas;

</script>

<BODY id="govde" Height="500" Width="500" bgcolor=blue bgProperties=fixed  topmargin=20 leftmargin=20 text=white>

<TABLE border=0 cellpadding=1 cellSpacing=1 style="HEIGHT: 330px; WIDTH: 490px" scrolltop="0" scrollleft="0" height="100%" width="100%">

<TR>

<TD bgColor=lightgoldenrodyellow style="HEIGHT: 330px; TOP: 0px"

      >

      </TD><td bgcolor=deepskyblue style="WIDTH: 150px" width=150

     ><P>Boyabat Endüstri Meslek Lisesi </P>

      <P><FONT size=4

      color=orangered><STRONG>SNAKE  V1.0</STRONG>  </FONT></P>

      <P><STRONG style="COLOR: blue"><FONT size=2>(Copyright

      2002)</FONT></STRONG></P>

      <P> </P>

      <P> </P>

      <P><FONT color=#0000ff size=2>Bütün

      Hakları Saklıdır.</FONT></P></td>

    </TR>   

    </TABLE>



<FORM name="form1">



<INPUT id=button1 name=button1 style="WIDTH: 50px" type=button value=Başlat width="50" onclick="rastgele();yilanhizi();gizle();goster();y=yon;">

 

         

<INPUT id=button2 name=button2 type=button value=Durdur onclick="yon=y;y=0;">

         <SELECT

id=select1 name=select1 style="HEIGHT: 22px; WIDTH: 97px"> <OPTION selected

  value="Hız Seçiniz">Hız Seçiniz</OPTION><OPTION value="Yavaş">Yavaş</OPTION><OPTION

  value="Normal">Normal</OPTION><OPTION value="Hızlı"

 >Hızlı</OPTION><OPTION value="Çok Hızlı"

 >Çok

  Hızlı</OPTION></SELECT>

        <b>Skor</b>  <INPUT  name="metin" value="0" style="HEIGHT: 22px; WIDTH: 47px" ></FORM>



</BODY>

</HTML>
Mesaj10.10.2008, 18:08 (UTC)    
Mesaj konusu:

Sayfanin gerisinden gelerek kaybolan bir resim scripti,.....

Kod:
<!-- saved from url=(0029)http://www.adresonline.gen.tr.tc -->

<html>



<head>

<meta http-equiv="Content-Type"

content="text/html; charset=windows-1254">

<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">

<title>ADRESONLİNE.GEN.TR.TC</title>

</head>



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



<p align="center"><a href="http://www.adresonline.gen.tr.tc"><img

src="http://adresonline.ilkturk.org/animation3.gif" border="0"></a>

</p>



<hr size="1" width="600">

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

// Fade Link script by adresonline.gen.tr.tc

Location='mailto:sonturk( at )yenimail.com'  //Enter your link here.

Img=new Image();

Img.src="buraya resimin adresini yazın";  //Pre-load your image.

ImageName="buraya resmin adresini yazın"; //Your image name, same as above.

S=null;

fadeStep = 3;

fade = 70;

currentStep=0;

step = 1;

x=0;

y=0;

function Expand(){

if (document.all){

y=window.document.body.clientHeight-80 +document.body.scrollTop;

x=window.document.body.clientWidth-80;

pic.height=currentStep*2;

pic.width=currentStep*2;

pic.style.top=y+(-currentStep);

pic.style.left=x+(-currentStep);

pic.style.filter='alpha(opacity='+fade+')';

currentStep+=step;

if (currentStep > 60) fade-=fadeStep;

if (fade < -20) {currentStep=0;fade=70;}

S=setTimeout('Expand()',50);

}

}

if (document.all){

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

document.write('<div style="position:relative">');

document.write('<a href="'+Location+'">'

+'<img  id="pic" src="'+ImageName+'" border="0" style="position:absolute;top:0px;left:0px"></a>');

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

}

if (document.all)

window.onload=Expand;

// --></script>

</body>

</html>
Mesaj10.10.2008, 18:20 (UTC)    
Mesaj konusu:

Çok Güzel Paylaşımlar.Teşekkürler.
______________
Mükemmel Bir Site Açılıyor.Herkes Kültürümüzü Öğrenecek.Sen de Bu Sitenin Yapım Aşamasını İzlemek İstiyorsan Tıkla Wink : www.yagcibedir.tr.gg
Mesaj21.10.2008, 12:43 (UTC)    
Mesaj konusu:

Drop Down Menu

Kod:
<form
method="post" name="nameform"> <font color="#9933CC"
size="2" face="Times New Roman"><select name="tanyasmenu"
size="1" style="BACKGROUND: #cc99ff; BORDER-BOTTOM: outset; BORDER-LEFT:
outset; BORDER-RIGHT: outset; BORDER-TOP: outset; COLOR: #0066FF; FONT-FAMILY:
Times New Roman; FONT-SIZE: 12px"> <option selected value="http://hypergurl.com">Hypergurl</option>
<option value="http://hypergurl.com/directory.html">Directory</option>
<option value="http://hypergurl.com/design.html">Design</option>
</select> <input type="button" value="Go" onclick="location
= document.nameform.tanyasmenu.options [document.nameform.tanyasmenu.selectedIndex].value;"
style="BACKGROUND: #cc99ff; COLOR: #0066FF; FONT-FAMILY: Times New Roman;
FONT-SIZE: 12px"> </form>
Mesaj22.10.2008, 12:07 (UTC)    
Mesaj konusu: tsk

teşekkürler...!
______________


Mesaj24.10.2008, 12:27 (UTC)    
Mesaj konusu: ts

teşekkürler
______________


Mesaj04.11.2008, 16:57 (UTC)    
Mesaj konusu:

Tesekkürlerinizi Ö.M ile gönderin
Burasi paylasim basligi Exclamation

______________
Arrow
Arrow Begendigim siteler>>> WWW.SARAX.TR.GG Arrow WWW.UA1905UA.TR.GG Arrow WWW.MARASULTRASLAN.TR.GG Arrow WWW.ANTISPAMTEAM.TR.GG Arrow WWW.GOKSEEN.TR.GG Arrow WWW.HACKERFRIEND.TR.GG Arrow WWW.SANAL-REKLAM.TR.GG
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu