SİTEMİZİ SİZİN SESİNİZİ DUYURMAYA ADADIK___www.rizeyemislik.tr.gg___


   
  .....:.. Rize Merkez Yemişlik Köyü Sitesine Hoş Geldiniz ..:.....
  HTML Kodları-9
 
işinize yariyacak html kodları
 
 
 

 
Arka plan rengi;:..........................

<select name="schemesel" onChange="document.bgColor = this.options[selectedIndex].value" size="1" style="background-color: rgb(57,57,57); color: rgb(255,255,255)">

<option value="" selected>NORMAL</option>

<option value="000000">SYYAH</option>

<option value="A0A0A0">GRY </option>

<option value="A0EFAA0ACFA">LACYVERT</option>

<option value="0000FF"> KOYU MAVY </option>

<option value="A0A0FF">?AFAK MAVYSY </option>

<option value="0FAFAFECF00">AÇIK MAVY </option>

<option value="C0EEE0F0FA">SOLUK MAVY</option>

<option value="E9E900">SARI </option>

<option value="FFFFA0">AÇIK SARI </option>

<option value="FAFAFAF0AFAFAFAF0A">SOLUK SARI </option>

<option value="C70000">KIRMIZI </option>

<option value="F0F0000FA">AÇIK KIRMIZI</option>

<option value="F0F0FA">YNCY BEYAZI</option>

<option value="A80E0F0ECCA">KOYU MOR</option>

<option value="FF00FF">MOR </option>

<option value="F0F0FACECEEEF0AAA">SOLUK MOR</option>

<option value="00FFFF">TURKUAZ </option>

<option value=" E70C0A00F">YESYL </option>

<option value="A0EFAA0A">AÇIK YE?YL</option>

<option value="C80E0F0E0CCCEF">SOLUK YESYL</option>

<option value="FF0CEAF00">PEMBE</option>


</select>

.................................................. .................................................. .................................................. .................................................. ........

menü butonu eklemek için..........

<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>(((ayaz21))) <.·´¯`·..·´¯`·->HACKER BY AYAZ<-·´¯`·.¸.·´¯`·.¸> WEB SİTEME HOŞ GELDİNİZ </title>

<style>
<!--

#slidemenubar, #slidemenubar2{
position:absolute;
left:-155px;
width:160px;
top:170px;
border:2px solid navy;
background-color:lightblue;
layer-background-color:lightblue;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
</head>
<body text="#000000" bgcolor="#000000" link="#000000" alink="#000000" vlink="#000000">

<!-- Type your text here //-->

<script language="JavaScript1.2">



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]="www.habernet.net"
sitems[1]="www.ruyadayiz.biz"
sitems[2]="www.agriboard.de/radio/"
sitems[3]="www.google.com"
sitems[4]="www.tchatche.com"



//These are the links pertaining to the above text.
sitemlinks[0]="www.habernet.net"
sitemlinks[1]="www.ruyadayiz.biz"
sitemlinks[2]="www.agriboard.de/radio/"
sitemlinks[3]="www.google.com"
sitemlinks[4]="www.tchatche.com"


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>

</body>
</html>

-----------------------------------------------------------------------------
YANIP SÖNEN YAZILAR:......................................


<script language="Javascript1.2">

<!--
// please keep these lines on when you copy the source

// made by: Nicolas - http://www.javascript-page.com



var tags_before_clock = "<center>";

var tags_after_clock = "</center>";



var speed = 100;

var speed2 = 2000;

var biggest_text = 28;



var x = 0;

var y = 0;

var themessage, size;

var esize = "</font>";



function initArray() {



this.length = initArray.arguments.length;

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

this[i] = initArray.arguments[i];

}

}



var themessage2 = new initArray(

"siteme gelsene",

"http://www.ayaz21.cjb.com",

"ayaz21",

"siteme beklerim"

);



if(navigator.appName == "Netscape") {

document.write('<layer id="wds"></layer><br>');

}



if (navigator.appVersion.indexOf("MSIE") != -1){

document.write('<span id="wds"></span><br>');

}



function upwords(){



themessage = themessage2[y];



if (x < biggest_text) {

x++;

setTimeout("upwords()",speed);

}



else {

setTimeout("downwords()",speed2);

}



if(navigator.appName == "Netscape") {

size = "<font point-size='"+x+"pt'>";

document.wds.document.write(size+tags_before_clock +themessage

+tags_after_clock+esize);

document.wds.document.close();

}



if (navigator.appVersion.indexOf("MSIE") != -1){
wds.innerHTML = tags_before_clock+themessage+tags_after_clock;

wds.style.fontSize=x+'px'

}

}



function downwords(){



if (x > 1) {

x--;

setTimeout("downwords()",speed);

}



else {

setTimeout("upwords()",speed2);

y++;

if (y > themessage2.length - 1) y = 0;

}



if(navigator.appName == "Netscape") {

size = "<font point-size='"+x+"pt'>";

document.wds.document.write(size+tags_before_clock +themessage

+tags_after_clock+esize);

document.wds.document.close();

}



if (navigator.appVersion.indexOf("MSIE") != -1){

wds.innerHTML = tags_before_clock+themessage+tags_after_clock;

wds.style.fontSize=x+'px'

}

}



setTimeout("upwords()",speed);

//-->

</script>

-------------------------------------------------------------------------------------------


<layer name="a0" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#ff8000" clip="0,0,2,2"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffff00" clip="0,0,2,2"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,2,2"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,2,2"></layer>

<div id="starsDiv" style="position:absolute;top:0px;left:0px">
<div style="position:relative;width:2px;height:2px;back ground:#ffffff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#ffff00;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#ffa000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#ff0000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#00ff00;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#0000ff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;back ground:#FF00FF;font-size:2px;visibility:visible"></div>
</div>

<script language="JavaScript">
// HAZIRLAYAN VE SUNAN muratus Macho_M
if (document.layers) {
window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all) {
function MoveHandler(){
Xpos = document.body.scrollLeft + event.x;
Ypos = document.body.scrollTop + event.y;}
document.onmousemove = MoveHandler;}
else if (document.layers) {
function xMoveHandler(evnt) {
Xpos = evnt.pageX;
Ypos = evnt.pageY;}
window.onMouseMove = xMoveHandler;}
function animateLogo() {
if (document.all) {
yBase = window.document.body.offsetHeight / 4;
xBase = window.document.body.offsetWidth / 4;}
else if (document.layers) {
yBase = window.innerHeight / 4;
xBase = window.innerWidth / 4;}
if (document.all) {
for (i = 0 ; i < starsDiv.all.length; i++) {
starsDiv.all[i].style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
starsDiv.all[i].style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);}}
else if (document.layers) {
for (j = 0; j < 7; j++) { //7 is number of NS layers!
var templayer="a" + j;
document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);}}
currStep += step;
setTimeout("animateLogo()", 10);}
animateLogo();
// End -->
</script>

-------------------------------------------------------------------------------
ALT TARAFTA KAYAN TANITIM YAZILARI:.........................

</SCRIPT>

<SCRIPT language=JavaScript>
puchtit=")<==( <<<WWW.ayaz21.cjb.com>>> )==>(";
letrero1="Zülfikar ERDAL ";
letrero2="<ayaz21@gmail.com";ultimo1=letrero1.leng th-1;
ultimo2=letrero2.length-1;
tiempo=setTimeout("scroll()",50);
function scroll()
{
aux1=letrero1.charAt(ultimo1-1);
letrero1=aux1+letrero1.substring(0,ultimo1-1);
aux2=letrero2.charAt(0);
letrero2=letrero2.substring(1,ultimo2+1)+aux2;
window.status="(" + letrero2 + puchtit + letrero1 + ")";
tiempo=setTimeout("scroll()",50);
return true;
}
// -->
</SCRIPT>
 
  Copyright By SARAYNOZLU  
 

YEMİŞLİK KÖYÜ DUYURU PANOSU

sultansuleymankoc@hotmail.com
Köyümüzle ilgili haberleri bize bu adresimizden iletebilirsiniz

Rize Merkez Yemişlik Köyü


Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol