elektro-merkez
sitemize hoşgeldiniz

 

Elektro-Merkez

Siteniz İçin Yararlı kodlar

SİTE TANITICI

Türkçe karakterler için: Sayfanızı internette yayınladıktan sonra ı, ş gibi bazı türkçe karakterler düzgün görünmeyebilir. Bunları önlemek için aşağıdakı kodu yazın.


<meta http-*****="Content-Language" content="tr">
<meta http-*****="Content-Type" content="text/html; charset=windows-1254">


Arama motorları için: Sitenizi arama motorlarına kaydederken bazı siteler meta içerisindeki bilgilere göre arıyor. ***words sonrasında gelen content, arama sırasındaki sitenizin anahtar kelimeleri içeriyor.
Description sonraki content, sitenizin kısa olarak açıklamasını yapıyor. Bunları değiştirerek istediğinizi yazabilirsiniz.


<meta name="***words" content="Şarkı, Sözler, Kıraç, Sezen aksu">
<meta name="description" content="1.000’lerce Türkçe Şarkı Sözü">


Son yenileme: Sitenizin son yenileme tarihini meta içinde belirtebilirsiniz.


<meta name="revised" content="MaxiASP, 2/9/01">


Unutmayın bütün meta taglarının <head>….</head> arasında yer almasını gerekmektedir.

--------------------------------------------------------------------------
SAĞA VE SOLA HAREKETLİ YAZILAR


<html>
<font face="Comic Sans MS" size="4" color="#FF0000">
<marquee width="555" height="26" behavior="alternate">yazınızı buraya yazın
</marquee>
</head>
</html>

--------------------------------------------------------------------------
RENKLİ KAPANIŞ

<!-- All material copyright Markland Communities, Inc., 1995, 1996, 1997, 1998, 1999 -->
<!-- Thank you for examining our code. -->
<!-- revision 3-28-99 bsm -->
<!-- big revision 10-29-99 cm -->
<html>

<head>
<meta http-*****="Content-Type"
content="text/html; charset=windows-1254">
<meta name="resource-type" content="document">
<meta name="description"
content="WackyHTML - This site is all about doing wacky, crazy, stupid things with HTML. DHTML, HTML 4 are used to great effect. WebDevelopersJournal.com presents the HTML your mother never told you about.">
<meta name="***words"
content="HTML 4, DHTML, Web design, wild, wacky, crazy, duct tape, HTML tricks, Java, page, JavaScript, download, fphover">
<meta name="distribution" content="global">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title></title>
</head>

<body>
<!-- Below is where the ad code --><!-- Above is where the ad code --><!--Fade--><script language="JavaScript">
function makearray(n) {
this.length = n;
for(var i = 1; i <= n; i++)
this[i] = 0;
return this;
}
hexa = new makearray(16);
for(var i = 0; i < 10; i++)
hexa[i] = i;
hexa[10]="a"; hexa[11]="b"; hexa[12]="c";
hexa[13]="d"; hexa[14]="e"; hexa[15]="f";
function hex(i) {
if (i < 0)
return "00";
else if (255 < i)
return "ff";
else
return "" + hexa[Math.floor(i/16)] + hexa[i%16];
}
function setbgColor(r, g, b) {
var hr = hex(r); var hg = hex(g); var hb = hex(b);
document.bgColor = "#"+hr+hg+hb;
}
function fade(sr, sg, sb, er, eg, eb, step) {
for(var i = 0; i <= step; i++) {
setbgColor(
Math.floor(sr * ((step-i)/step) + er * (i/step)),
Math.floor(sg * ((step-i)/step) + eg * (i/step)),
Math.floor(sb * ((step-i)/step) + eb * (i/step)));
}
}
function fadein() {
fade(0,0,0, 255,255,255, 100);
}
/* do fadein */
fadein();
</script><!--/Fade--><!-- host baş --><!-- host son -->

<p align="center"><br>
</p>

<p align="center"><a href="http://www.************"><font
color="#FF0000" size="2" face="Verdana"><strong>ADRES</strong></font><font
color="#0000FF" size="2" face="Verdana"><strong>ONLİNE</strong></font></a><font
color="#0000FF" size="2" face="Verdana"><strong> </strong></font></p>

<p align="center"><a href="http://www.******************"><font
size="2" face="Verdana"><strong>GENÇLİĞİN YENİ ADRES PORTALI</strong></font></a></p>

<p align="center"><a href="http://www.*************"><font
size="2" face="Verdana"><strong>UNLİMİTED - LİMİT YOK -
KAYNAK ÇOK</strong></font></a></p>

<p align="center"> </p>
</body>
</html>

--------------------------------------------------------------------------
SAĞ TUŞ KİLİDİ

<html>
<head>
<script language="Javascript1.2">
<!--
var mymessage = "Bu Siteden Hiç Bir Şey Götüremezsin Seni Yaramaz Çocuk Seni Tamammı ?";
function rtclickcheck(***p){
if (navigator.appName == "Netscape" && ***p.which == 3) {
alert(mymessage);
return false;
}

if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(mymessage);
return false;
}
}

document.onmousedown = rtclickcheck
//-->
</script>
</head>
</html>

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

SAĞA VE SOLA HAREKET EDEN RESİMLER BU ÇOK İŞİNİZE YARAR ÇÜNKÜ SİTELERDE BÖYLE Bİ ŞEY YAPMAK PARALI


<animation><marquee> <img src="RESIMIN ADRESI" border="0"> <img src="RESIMIN ADRESI" border="0"> <img src="RESIMIN ADRESI" border="0"> </marquee></animation>


BORDER I KENDİNİZE GÖRE AYARLAYABİLİRSİNİZ 20 VEYA 17 İDEAL OLANDIR

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

ZİYARETÇİ ADININ SAYFAYA YAZDIRILMASI


<script>
<!--
var caution = false

function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length <= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}

function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartInde x + prefix.length, cookieEndIndex))
}

function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}

function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}

var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000)
var name = getCookie("name")
if (!name)
name = prompt("Lütfen isminizi yazyn:", "Adynyz(site sizi bu isimle hatyrlyycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>
Tüm Hakları Saklıdır @ Elektro-Merkez
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol