<a href="javascript:;" _fcksavedurl="javascript:;" onClick_fckprotectedatt=" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.filanca.com');""><span style="font-size: 9pt; text-decoration: none"><font color="#FFFFFF">Giriş Sayfam <span lang="tr">Y</span>ap</font></span></a>
AÇILIR MENÜ
<SELECT NAME="menu"> <OPTION SELECTED VALUE="index.html">Index <OPTION VALUE="link1.htm">Link1 <OPTION VALUE="link2.htm">Link2 <OPTION VALUE="link3.htm">Link3 <OPTION VALUE="link4.htm">Link4 </SELECT> <INPUT TYPE=BUTTON VALUE="Git" onClick="document.location.href = this.form.menu.options[this.form.menu.selectedIndex].value"> </FORM>
<form> <p><input TYPE="button" value="Geri" Name="Geri" onClick="history.back()"> <input TYPE="button" value="Ileri" Name="Ileri" onClick="history.forward()"> </p> </form> SAĞ TUŞ KİLİDİ
<script language="Javascript1.2"> <!-- // please keep these lines on when you copy the source // http://www.filanca.com var mymessage = "Üzgünüm Sag Tus Kullanmaniz Engellenmistir."; function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3) { alert(mymessage); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(mymessage); return false; } } document.onmousedown = rtclickcheck //--> </script> SAYFANIN ALTINDA SAAT
<script language="JavaScript"> <!-- Standard Scroll Clock by info@filanca.com fCol='000000';//face colour. sCol='ff0000';//seconds colour. mCol='000000';//minutes colour. hCol='000000';//hours colour. H='....'; H=H.split(''); M='.....'; M=M.split(''); S='......'; S=S.split(''); Ypos=0; Xpos=0; Ybase=8; Xbase=8; dots=12; ns=(document.layers)?1:0; if (ns){ dgts='1 2 3 4 5 6 7 8 9 10 11 12'; dgts=dgts.split(' ') for (i=0; i < dots; i++){ document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial,Verdana size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>'); } for (i=0; i < M.length; i++){ document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < H.length; i++){ document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < S.length; i++){ document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>'); } } else{ document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=1; i < dots+1; i++){ document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial,Verdana;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++){ document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>'); } document.write('</div></div>') document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++){ document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++){ document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>'); } document.write('</div></div>') } function clock(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360; if (ns){ Ypos=window.pageYOffset+window.innerHeight-60; Xpos=window.pageXOffset+window.innerWidth-80; } else{ Ypos=document.body.scrollTop+window.document.body.clientHeight-60; Xpos=document.body.scrollLeft+window.document.body.clientWidth-60; } if (ns){ for (i=0; i < dots; ++i){ document.layers["nsDigits"+i].top=Ypos-5+40*Math.sin(-0.49+dots+i/1.9); document.layers["nsDigits"+i].left=Xpos-15+40*Math.cos(-0.49+dots+i/1.9); } for (i=0; i < S.length; i++){ document.layers["nx"+i].top=Ypos+i*Ybase*Math.sin(sec); document.layers["nx"+i].left=Xpos+i*Xbase*Math.cos(sec); } for (i=0; i < M.length; i++){ document.layers["ny"+i].top=Ypos+i*Ybase*Math.sin(min); document.layers["ny"+i].left=Xpos+i*Xbase*Math.cos(min); } for (i=0; i < H.length; i++){ document.layers["nz"+i].top=Ypos+i*Ybase*Math.sin(hrs); document.layers["nz"+i].left=Xpos+i*Xbase*Math.cos(hrs); } } else{ for (i=0; i < dots; ++i){ ieDigits[i].style.pixelTop=Ypos-15+40*Math.sin(-0.49+dots+i/1.9); ieDigits[i].style.pixelLeft=Xpos-14+40*Math.cos(-0.49+dots+i/1.9); } for (i=0; i < S.length; i++){ x[i].style.pixelTop =Ypos+i*Ybase*Math.sin(sec); x[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(sec); } for (i=0; i < M.length; i++){ y[i].style.pixelTop =Ypos+i*Ybase*Math.sin(min); y[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(min); } for (i=0; i < H.length; i++){ z[i].style.pixelTop =Ypos+i*Ybase*Math.sin(hrs); z[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(hrs); } } setTimeout('clock()',50); } if (document.layers || document.all) window.onload=clock; //--> </script> DOĞUM GÜNÜ BULMA <script language="JavaScript"><!-- function cala_day(form) { var nSwitch = 0 var nMonth = parseInt(form.month.value) var nDay = parseInt(form.day.value) var nYear = parseInt(form.year.value) if(!(nYear % 4) && (nMonth > 2)) { nSwitch = 1 } var nDayOfWeek = cala_weekday(nMonth, nDay, nYear) if(nSwitch) { nDayOfWeek++ nSwitch = 0 } day_display(form, nDayOfWeek) } function cala_weekday( x_nMonth, x_nDay, x_nYear) { if(x_nMonth >= 3){ x_nMonth -= 2 } else { x_nMonth += 10 } if( (x_nMonth == 11) || (x_nMonth == 12) ){ x_nYear-- } var nCentNum = parseInt(x_nYear / 100) var nDYearNum = x_nYear % 100 var nPart1 = parseInt(2.6 * x_nMonth - .2) var nZeller = (parseInt(nPart1 + x_nDay + nDYearNum + (nDYearNum / 4) + (nCentNum / 4) - 2 * nCentNum)) % 7 if(nZeller < 0){ nZeller += 7 } return nZeller } function day_display(form, x_nDayOfWeek) { if(x_nDayOfWeek == 0) { form.birthday.value = "Cumartesi" return } if(x_nDayOfWeek == 1) { form.birthday.value = "Pazar" return } if(x_nDayOfWeek == 2) { form.birthday.value = "Pazartesi" return } if(x_nDayOfWeek == 3) { form.birthday.value = "Sali" return } if(x_nDayOfWeek == 4) { form.birthday.value = "Çarsamba" return } if(x_nDayOfWeek == 5) { form.birthday.value = "Persembe" return } if(x_nDayOfWeek == 6) { form.birthday.value = "Cuma" return } form.birthday.value = "Not a valid date." } // --></script></font> </a></p> <table border="0" cellpadding="5" cellspacing="5" width="96%"> <tr> <td align="center" width="100%"><form> <div align="center"><center><table border="0" cellpadding="4" cellspacing="1" width="225" bgcolor="#000000"> <tr> <td align="center" colspan="2" bgcolor="#6B9DC2"><a href="wizard/kodlar.htm"><font color="#000000" size="2" face="Arial"><b>YAS- MATIK</b></font></a></td> </tr> <tr> <td align="center" width="100" bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font color="#000000" size="2" face="ARIEL,HELVETICA"><b>Ay<br> <input type="text" size="4" name="month"><br> <br> Gün<br> <input type="text" size="4" name="day"><br> <br> Yil<br> <input type="text" size="4" name="year"> </b></font></a></td> <td align="center" width="125" bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font color="#000000" size="2" face="ARIEL,HELVETICA"><b>Dogum Gününüzü Girip Hesapla Dügmesine Basiniz<br> </b></font><font color="#000000" size="1" face="ARIEL,HELVETICA"><br> 11-1-1970<br> Pazar<em> gibi</em></font><font color="#000000" size="2" face="ARIEL,HELVETICA"><b><br> <br> DOGDUGUNUZ GÜN</b></font><font color="#FFFF00" size="2" face="ARIEL,HELVETICA"><br> <input type="text" size="10" name="birthday"> </font></a></td> </tr> <tr> <td align="center" colspan="2" bgcolor="#A5C4DA"><a href="wizard/kodlar.htm"><font size="2" face="ARIEL,HELVETICA"><input type="button" value="Hesapla" onclick="cala_day(this.form)"><input type="reset"><br> </font><font size="1" face="Arial"> </font></a><a href="http://"><font size="1" face="Arial"></font></a><font size="1" face="Arial"> </font></td> </tr> </table> </center></div> </form> </td> </tr> </table>
<body> <html> <body BGCOLOR="#FFFFFF" onLoad="alert('Siteme Hosgeldiniz!');" onUnload="alert('Teşekkür Ederiz...');"> </body> </html> </body>
<style TYPE="text/css">BODY { SCROLLBAR-FACE-COLOR: #660066; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #880088; SCROLLBAR-DARKSHADOW-COLOR: #000000} </style>
<script language="JavaScript"> <!-- // please keep these lines on when you copy the source // http://www.filanca.com function backbs(clr) { document.bgColor = clr } //--> </script> <form> <input type="button" value="Aqua" onclick="backbs('aqua')"> <input type="button" value="Yellow" onclick="backbs('yellow')"> <input type="button" value="orange" onclicke="backbs('orange')"> <input type="button" value="White" onclick="backbs('white')"> <input type="button" value="Gray" onclick="backbs('gray')"> </form></script>