Orijinalini görmek için tıklayınız : HTML kodlar arşivi full ......bakmayan üzülür.
Tarih ve saat......
<html>
<head>
<title>Java Script Time</title>
<script language="JavaScript">
<!--
var tick;
function stop() {
clearTimeout(tick);
}
function usnotime() {
var ut=new Date();
var d,mo,y;
var h,m,s;
var ms;
var q="AM";
var date;
var time;
y=ut.getYear();
mo=ut.getMonth();
d=ut.getDate();
h=ut.getHours();
m=ut.getMinutes();
s=ut.getSeconds();
ms=ut.getTime();
mo++;
if(mo<=9) mo=" "+mo;
if(d<=9) d="0"+d;
if(y< 80) y+=2000;
if(y<=99) y+=1900;
date=" "+mo+"/"+d+"/"+y+" ";
if(h>=12) q="PM";
if(h>=13) h-=12;
if(s<=9) s="0"+s;
if(m<=9) m="0"+m;
if(h<=9) h=" "+h;
time=" "+h+":"+m+":"+s+" "+q+" ";
ms=ms+" ";
document.rclock.rdate.value=date;
document.rclock.rtime.value=time;
// document.rclock.rmill.value=ms;
tick=setTimeout("usnotime()",1000);
}
//-->
</script>
</head>
<BODY onload="usnotime()" onunload="stop()">
<form name="rclock">
<input type="text" name="rdate" value=" " size="14">
<input type="text" name="rtime" value=" " size="14">
<!-- br -->
<!-- input type="text" name="rmill" value=" " size="14") Milliseconds since 1/01/1970 -->
</form>
</body>
</html>
Anasayfaniza kar yagdırın
<script type="text/javascript">
/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/
//Configure below to change URL path to the snow image
var snowsrc="http://img486.imageshack.us/img486/5819/snow32jx.gif "
// Configure below to change number of snow to render
var no = 10;
// Configure whether snow should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";
///////////Stop Config//////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://img466.imageshack.us/img466/1904/snow3uh.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}
function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}
function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}
if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}
</script>
Ziyaretçiyi tanimlama html kodu...
<script>
<!--
// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.javadepo.com
// Boolean variable specified if alert should be displayed if cookie exceeds 4KB
var caution = false
// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults to path of calling document)
// [domain] - domain for which the cookie is valid (defaults to domain of calling document)
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission
// * an argument defaults when it is assigned null as a placeholder
// * a null placeholder is not required for trailing omitted arguments
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
}
// name - name of the desired cookie
// * return string containing value of specified cookie or null if cookie does not exist
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))
}
// name - name of the cookie
// [path] - path of the cookie (must be same as path used to create cookie)
// [domain] - domain of the cookie (must be same as domain used to create cookie)
// * path and domain default if assigned null or omitted if no explicit argument proceeds
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"
}
}
// date - any instance of the Date object
// * you should hand all instances of the Date object to this function for "repairs"
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"
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 yazın:", "Adınız(site sizi bu isimle hatırlıycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>
başlıkta saat
<!-- www.forumalev.com-***OrKuN***--!>
<SCRIPT Language="JavaScript">
<!-- Hide
/*
This script was written by Mike Cullen, 1999
Featured on Dynamic Drive (dynamicdrive.com)
For full source code, installation instructions
and many more DHTML scripts
Visit Dynamicdrive.com
*/
var scroller;
var ampm;
var actualtitle=document.title+" "
function antiMilitaryTime()
{
if (hr == "12"){
ampm="P.M."
}
else if (hr == "13"){
hr="1"
ampm="P.M."
}
else if (hr == "14"){
hr="2"
ampm="P.M."
}
else if (hr == "15"){
hr ="3"
ampm="P.M."
}
else if (hr == "16"){
hr = "4"
ampm="P.M."
}
else if (hr == "17"){
hr = "5"
ampm="P.M."
}
else if (hr == "18"){
hr = "6"
ampm="P.M."
}
else if (hr == "19"){
hr = "7"
ampm="P.M."
}
else if (hr == "20"){
hr = "8"
ampm="P.M."
}
else if (hr == "21"){
hr = "9"
ampm="P.M."
}
else if (hr == "22"){
hr = "10"
ampm="P.M."
}
else if (hr == "23"){
hr = "11"
ampm="P.M."
}
else if (hr == "24"){
hr = "12"
}
}
function addZero(){
if (min <= "9"){
min = "0"+min
}
if (sec<= "9"){
sec = "0"+sec
}
if (hr <="9"){
hr = "0"+hr
}
}
function time(){
dt=new Date()
sec=dt.getSeconds()
hr=dt.getHours()
ampm="A.M."
min=dt.getMinutes()
}
function scroll() {
time()
antiMilitaryTime()
addZero()
var scroller="SAAT: "+hr+":"+min+":"+sec+" "+ampm
var timeout=setTimeout("scroll()", 1000)
document.title=actualtitle+scroller
}
if (document.all)
scroll()
//-->
</SCRIPT>
Web siten açilinca sarki çalsin mi?
<BGSOUND SRC="Dosyanın Adresi" LOOP=Kaç kere tekrarlanacağı>
ÖRNEK:
<BGSOUND SRC="../../Adnan - Salih/Cebimdekiler/Sesler/GS marşı.wav" LOOP=50>
Banner kaldirma (Bazi free sitelerin banerlerinden kurtulma )
evet Size bazı free host weren sitelerdeki bannerları ortasdan kaldırmanıza yarayacak kodları vereceğim:
FREESERVERS.COM ADRESİNDEN ALINAN WEB ALANLARI İÇİN FİRMA REKLAMINI İPTAL ETME
Bu kodu ilk önce sayfanızın </Head> bölümüne koyun:
<style><!--iframe{display:none;}--></style>
Daha sonra aşağıdaki kodu <BODY> tagından sonra yerleştirin
<div style="position:relative;top:-50;z-index:0;background:black;"> (background rengini kendi sayfanızın rengiyle değiştirin. Örneğin sayfanız beyaz ise buraya white yazın.
<p align="center"><br>
</p>
<p align="center"><br>
</p>
XOOM.COM ADRESİNDEN ALINAN WEB ALANLARI İÇİN FİRMA REKLAMINI İPTAL ETME
Site adresiniz http://members.xoom.com/ornek_site/index.html (http://members.xoom.com/ornek_site/index.html)
şeklindeyse. Şu şekilde yazınız:
http://members.xoom.com/_banner/ornek_site/index.html (http://members.xoom.com/_banner/ornek_site/index.html)
artık sayfanızın üstünde xoom bannerını görmeyeceksiniz.
Sayfanizda midi çaldirmak için ideal
<!-- Start Of Midi Master Script -->
<!-- MIDI Player that allows you to choose songs/tracks -->
<!-- Instructions: Just put this script anywhere on your webpage
that you wish to have a user interface. -->
<Script Language="JavaScript">
<!-- Hiding
song = new Array()
var x = 0
song[1] = "Cool Midi # 1"
song[2] = "Cool Midi # 2"
song[3] = "Cool Midi # 3"
song[4] = "Cool Midi # 4"
song[5] = "Cool Midi # 5"
song[6] = "Cool Midi # 6"
function prev(){
if (x>1)
{ x--
document.midi.typein.value=song [x]
}
}
function next(){
var max= song.length-1
if (x<max)
{ x++
document.midi.typein.value=song [x]
}
}
function go(){
if (x != 0){
location.href='song'+x+'.mid'
}
}
function start(){
x=1
document.midi.typein.value=song [x]
}
function end(){
x=song.length-1
document.midi.typein.value=song [x]
}
function cls(){
document.midi.typein.value="Select Midi Song"
}
// Done Hiding -->
</Script>
<BODY Bgcolor="#ffffff" onload="cls()">
<Center>
<FORM Name="midi">
<INPUT NAME="typein" TYPE="text" SIZE="25" ALIGN=top><BR>
<font size=3 face="Comic Sans Ms">
<INPUT TYPE=Button Value="|<<" Align=left onclick="start()">
<INPUT TYPE=Button Value="<<" Align=left onclick="prev()">
<INPUT TYPE=Button Value="PLAY" Align=left onclick="go()">
<INPUT TYPE=Button Value=">>" Align=left onclick="next()">
<INPUT TYPE=Button Value=">>|" Align=left onclick="end()">
</FORM></font>
</Center>
</BODY>
</HTML>
<!-- End Of Midi Master Script -->
</body>
</html>
Link üstüne gelince (+) isareti
<style>
<!--
a:hover{color:3399ff}
a{cursor:crosshair}
a{text-decoration:none;}
//-->
</style>
canlı TV html kodu
center><iframe name="player" height="250" width="600" src="http://www.canlitv.com/webmaster/player.php?style=1" border="0" frameborder="0" scroll="0"></iframe></center>
Video izletir
<embed name="RAOCXplayer" src="buraya Video nun url Yazyyorsunuz" type="application/x-mplayer2" ShowStatusBar="0" AutoSize="true" DisplaySize="0" AutoStart="true"></embed>
Güzel görünümlü linkler
<STYLE>#glowtext {
FILTER: glow(color=#c57d5a,strength=2); WIDTH: 100%}
A:link {text-decoration: none; color: #000066}
A:visited {text-decoration: none; color: #000066}
A:active {text-decoration: none; color: #000066}
A:hover {text-decoration: none; color: #ceb464}
</STYLE>
<SCRIPT language=JavaScript1.2>
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}
function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}
function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}
if (document.all)
window.onload=startglowing
</SCRIPT>
<SPAN id=glowtext>
<A href="www.sanalhazinem.com" target=_blank><FONT size=9>SanalHazinem</FONT></A>
Yukari kayan yazi
<HTML>
<HEAD>
<TITLE>Untitled Page</TITLE>
<META NAME="Generator" CONTENT="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<DIV style="overflow:hidden; position:absolute; left:357px; top:71px; width:233px; height:336px; z-index:0" align="left" align="top">
<p><font color="#00FF00" size="3" face="Arial"><strong><marquee bgcolor="#000080" height="331" direction="up" scrolldelay="80" scrollamount="2" behavior="scroll" align="top" loop="0">Site Kullanıcıları için çok iyi bir yukarı kayan yazı örneği. (bu yazıyı değiştirip kendi istediğinizi yazabilir) </marquee></strong></font></p>
</DIV>
</BODY>
List box
Sehirlerin bir tanesi görüntülenirken ilçelerin üç tane görünüyor fakat imleç ile seçmek için kutucuga tiklandiginda diger seçenekler seçilebilmektedir
html>
<head>
<title> ana sayfa </title>
<body>
<form method="post" action = "index11.htm">
<p> <b> şehir isimleri <b>
<br>
<select name="iller" size=1 mltiple>
<option>ADANA
<option>ADIYAMAN
<option>ARTVİN
<option>ARDAHAN
</select>
<p> <b> ilçe isimleri <b>
<br>
<select name="ilçeler" size=3 mltiple>
<option>kadirli
<option>kozan
<option>karaisalı
<option>ceyhan
<option>pozantı
</select>
</form>
</body>
</html>
Sayfayi ekran dolusu açmak
<script language="JavaScript1.2">
<!--
window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.avail Height);}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;}}
//-->
</script>
Bir menüde site haritasi
<html><head><script language="JavaScript">
<!--
function buildArray() {
var a = buildArray.arguments;
for (i=0; i<a.length; i++) {
this[i] = a[i];
}
this.length = a.length;
}
var urls1 = new buildArray("",
"http://www.site.com/",
"http://www.site.com/haberler/",
"http://www.site.com/rehber/",
"http://www.site.com/games/",
"http://www.site.com/share/");
function go(which, num, win) {
n = which.selectedIndex;
if (n != 0) {
var url = eval("urls" + num + "[n]")
if (win) {
openWindow(url);
} else {
location.href = url;
}
}
}
// -->
</script></head>
<body>
<form name="form1">
<select name="menu1">
<option>Seçiminizi Yapın
<option>Ana Sayfa
<option>Haberler
<option>Internet Rehberi
<option>PC Games
<option>Shareware
</select>
<input type="button" name="goButton" value="Git!" onClick="go(this.form.menu1, 1, false)">
</form></body></html>
Ekrani titretmek
<html><HEAD>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>
</HEAD>
<BODY bgcolor="red">
<center><font color="white">
<h1>DÜĞMEYE BASIN VE OLANLARI GÖRÜN</h1>
<br>
<h3>dilerseniz seri bi şekilde space'e basmayı deneyin</h3>
<center>
<form>
<input type=button onClick="shake(2)" value="BAŞLA">
</form>
Web-sitenizde analog saat (swf )
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>FLASH SAAT</TITLE>
<META content="" name=>
<META http-equiv=Content-Type content="text/html; charset=windows-1254">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<p>
<OBJECT id=flash0
codeBase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0
height=105 width=102 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="saat.swf"><PARAM NAME="quality" VALUE="High">
<PARAM NAME="bgcolor" VALUE="FFFFFF"><PARAM NAME="_cx" VALUE="2699">
<PARAM NAME="_cy" VALUE="2778"><PARAM NAME="FlashVars" VALUE="0"><PARAM NAME="Src" VALUE="saat.swf"><PARAM NAME="WMode" VALUE="Opaque"><PARAM NAME="Play" VALUE="0"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="always"><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="SWRemote" VALUE="">
<embed src="flash.swf"
quality=high bgcolor=#FDED7B width=68 height=60
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed></OBJECT></p>
Tetris oyunu
<html><head><title> Tanıtım</title></head><body bgcolor=ffff00 background=gri2.jpg text=ffffff link=0000ff
hlink=ff0000 vlink=ff00ff topmargin=5 leftmargin=5 marginheight=5 marginwidth=5>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var t=''; t1=''; qul=0; xazi=0; done=1; sackisidone=1; sur=true; ldd=false;
var best=0; dav=false; m1=0; m2=0; m3=0; m4=0; xazidoneze=10;
var qulebi=0; n1=0; n2=0; n3=0; n4=0; strt=false; gacherdi=false;
var i=0; j=0; l=0; shua=540; shuabiji=50; shuavardna=20;
var dro, dro2, shemdegi;
var qvebi = new Array();
var ferebi = new Array('white','magenta','red','chocolate','blue',' green','gold','coral');
var suruch=ferebi[0];
var tx='Click Start \n Use Arrow keys to Play.\n Left Arrow - Move left; \n Up Arrow - Rotate; \n Right Arrow - Move right; \n Down Arrow - Drop Down;';
var txabo='Scriptris - Javascript Tetris \n Game idea by Alexey Pajitnov. \n Script by Alex-Soft.net. 2002.';
function bruni()
{
axali(i1,j1,suruch,0); axali(i2,j2,suruch,0); axali(i3,j3,suruch,0); axali(i4,j4,suruch,0);
i1=m1; j1=n1; i2=m2; j2=n2; i3=m3; j3=n3; i4=m4; j4=n4;
axali(i1,j1,sur,sh); axali(i2,j2,sur,sh); axali (i3,j3,sur,sh); axali(i4,j4,sur,sh);
}
function brunva()
{
if((strt)&&(!gacherdi))
{
if (sh == 7) {sh=14;}
else
if (sh == 14) {sh=21;}
else
if (sh == 21) {sh=28;}
else
if (sh == 28) {sh=7;}
else
if (sh == 6)
{
m2=i2+1; n2=j2+1;
m1=i1; n1=j1;
m3=i3-1; n3=j3-1;
m4=i4-2; n4=j4-2;
if (kiara()) {
sh=13;
bruni();
}
}
else
if (sh == 13)
{
m1=i1; n1=j1;
m2=i2+1; n2=j2-1;
m3=i3-1; n3=j3+1;
m4=i4-2; n4=j4+2;
if (kiara()){
sh=20;
bruni();
}
}
else
if (sh == 20)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2-1;
m3=i3+1; n3=j3+1;
m4=i4+2; n4=j4+2;
if (kiara()) {
sh=27;
bruni();
}
}
else
if (sh == 27)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2+1;
m3=i3+1; n3=j3-1;
m4=i4+2; n4=j4-2;
if (kiara()) {
sh=6;
bruni();
}
}
else
if (sh == 5)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2+1;
m3=i3; n3=j3+2;
m4=i2; n4=j2;
if (kiara()) {
sh=12;
bruni();
}
}
else
if (sh == 12)
{
m1=i1; n1=j1;
m2=i2+1; n2=j2+1;
m3=i3+2; n3=j3;
m4=i2; n4=j2;
if (kiara()) {
sh=19;
bruni();
}
}
else
if (sh == 19)
{
m1=i1; n1=j1;
m2=i2+1; n2=j2-1;
m3=i3; n3=j3-2;
m4=i2; n4=j2;
if (kiara()) {
sh=26;
bruni();
}
}
else
if (sh == 26)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2-1;
m3=i3-2; n3=j3;
m4=i2; n4=j2;
if (kiara()) {
sh=5;
bruni();
}
}
else
if (sh == 4)
{
m1=i1; n1=j1;
m2=i4; n2=j4;
m3=i3+2; n3=j3;
m4=i4-1; n4=j4-1;
if (kiara()) {
sh=11;
bruni();
}
}
else
if (sh == 11)
{
m1=i1; n1=j1;
m2=i4; n2=j4;
m3=i3; n3=j3-2;
m4=i4-1; n4=j4+1;
if (kiara()) {
sh=18;
bruni();
}
}
else
if (sh == 18)
{
m1=i1; n1=j1;
m2=i4; n2=j4;
m3=i3-2; n3=j3;
m4=i4+1; n4=j4+1;
if (kiara()) {
sh=25;
bruni();
}
}
else
if (sh == 25)
{
m1=i1; n1=j1;
m2=i4; n2=j4;
m3=i3; n3=j3+2;
m4=i4+1; n4=j4-1;
if (kiara()) {
sh=4;
bruni();
}
}
else
if (sh == 3)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3+1; n3=j3+1;
m4=i2; n4=j2;
if (kiara()) {
sh=10;
bruni();
}
}
else
if (sh == 10)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3+1; n3=j3-1;
m4=i2; n4=j2;
if (kiara()) {
sh=17;
bruni();
}
}
else
if (sh == 17)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3-1; n3=j3-1;
m4=i2; n4=j2;
if (kiara()) {
sh=24;
bruni();
}
}
else
if (sh == 24)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3-1; n3=j3+1;
m4=i2; n4=j2;
if (kiara()){
sh=3;
bruni();
}
}
else
if (sh == 2)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2+1;
m3=i2; n3=j2;
m4=i4-2; n4=j4-2;
if (kiara())
{
sh=9;
bruni();
}
}
else
if (sh == 9)
{
m1=i1; n1=j1;
m2=i2+1; n2=j2+1;
m3=i2; n3=j2;
m4=i4-2; n4=j4+2;
if (kiara())
{
sh=16;
bruni();
}
}
else
if (sh == 16)
{
m1=i1; n1=j1;
m2=i2+1; n2=j2-1;
m3=i2; n3=j2;
m4=i4+2; n4=j4+2;
if (kiara()) {
sh=23;
bruni();
}
}
else
if (sh == 23)
{
m1=i1; n1=j1;
m2=i2-1; n2=j2-1;
m3=i2; n3=j2;
m4=i4+2; n4=j4-2;
if (kiara()){
sh=2;
bruni();
}
}
else
if (sh == 1)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3-1; n3=j3-1;
m4=i4-2; n4=j4-2;
if (kiara()) {
sh=8;
bruni();
}
}
else
if (sh == 8)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3-1; n3=j3+1;
m4=i4-2; n4=j4+2;
if (kiara()) {
sh=15;
bruni();
}
}
else
if (sh == 15)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3+1; n3=j3+1;
m4=i4+2; n4=j4+2;
if (kiara())
{
sh=22;
bruni();
}
}
else
if (sh == 22)
{
m1=i1; n1=j1;
m2=i3; n2=j3;
m3=i3+1; n3=j3-1;
m4=i4+2; n4=j4-2;
if (kiara())
{
sh=1;
bruni();
}
}
}
}
function marcxniv()
{
if((strt)&&(!gacherdi))
{
if ((j1 > 1)&&(j2 > 1)&&(j3 > 1)&&(j4 > 1)&&
(qvebi[(i1-1)*j10+j1-1] != 29)&&
(qvebi[(i2-1)*j10+j2-1] != 29)&&
(qvebi[(i3-1)*j10+j3-1] != 29)&&
(qvebi[(i4-1)*j10+j4-1] != 29))
{
axali(i1,j1,suruch,0);
axali(i2,j2,suruch,0);
axali(i3,j3,suruch,0);
axali(i4,j4,suruch,0);
j1--; j2--; j3--; j4--;
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
}
}
function marjvniv()
{
if((strt)&&(!gacherdi))
{
if ((j1 < j10)&&(j2 < j10)&&(j3 < j10)&&(j4 < j10)&&
(qvebi[(i1-1)*j10+j1+1] != 29)&&
(qvebi[(i2-1)*j10+j2+1] != 29)&&
(qvebi[(i3-1)*j10+j3+1] != 29)&&
(qvebi[(i4-1)*j10+j4+1] != 29))
{
axali(i1,j1,suruch,0);
axali(i2,j2,suruch,0);
axali(i3,j3,suruch,0);
axali(i4,j4,suruch,0);
j1++; j2++; j3++; j4++;
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
}
}
function chavardes()
{
shua=shuavardna;
}
function extract(val)
{
if ((endOfCookie=document.cookie.indexOf(';',val))==-1)
{
endOfCookie=document.cookie.length;
}
return unescape(document.cookie.substring(val, endOfCookie));
}
function read(names)
{
var number=document.cookie.length;
var len=names.length;
var u=0;
var v;
while (u<=number)
{
v=u+len;
if (document.cookie.substring(u, v)==names)
return (extract(v));
u=document.cookie.indexOf(' ', u)+1;
if (u==0) break;
}
return (null);
}
shuadidi=shua;
coo=read('robest=');
if (coo == null)
{i20=22}
else
{i20=parseInt(coo)};
coo=read('cobest=');
if (coo == null)
{j10=11}
else
{j10=parseInt(coo)};
i19=i20-1; j9=j10-1; ij200=i20*j10;
for (l=1; l<=ij200; l++)
{
qvebi[l]=0;
}
if (dro != null)clearTimeout(dro);
if (dro2 != null)clearTimeout(dro2);
function daicke()
{
if((strt == false)&&(ldd))
{
sackisidone=1; done=1;
for (i=0; i<=9; i++)
{
if (document.forms[0].elements['doneairchie'].options[i].selected)
{
sackisidone=document.forms[0].elements['doneairchie'].options[i].text;
done=sackisidone;
qulebi=0;
for (j=1; j<=done; j++)
{
qulebi=qulebi+j*j*xazidoneze;
}
document.forms[0].elements[2].value=' '+done;
break;
}
}
var coo;
ricxvi();
achveneshemdegi();
for (l=1; l<=ij200; l++)
{
qvebi[l]=0; l1=l-1;
document.all['d'+l1].style.backgroundColor=suruch;
}
strt=true;
gacherdi=false;
qul=0; xazi=0;
cooknam='best2001'+i20+j10+'=';
coo=read(cooknam);
if (coo==null)
{best=0; nam=sax; st='0'}
else
{
k1=coo.indexOf('['); k3=k1+1; k4=coo.indexOf(']')-k1-1; k6=coo.length;
st=coo.substring(k3,k6); st=st.substring(0,k4);
best=parseInt(st);
nam=coo.substring(0,k1);
}
shua=shuadidi-shuabiji*done;
if (best==0)
document.forms[0].elements[0].value=''
else
document.forms[0].elements[0].value=' Score: 0. '+nam+': '+best;
axaliqva();
if (dro != null)clearTimeout(dro);
rocadroa();
}
}
function ricxvi()
{
a=7*Math.random();
shemdegi=Math.ceil(a);
}
function bolos()
{
var cook;
var todayDate=new Date();
strt=false;
with (document)
{
if (qul>best)
{
best=qul;
todayDate.setDate(todayDate.getDate()+30);
st2=prompt('Congratulations! Enter Your Name:',nam); nam=st2;
cooknam='best2001'+i20+j10+'=';
cookie=cooknam+nam+'['+best+']'+'; expires='+todayDate.toGMTString()+';';
forms[0].elements[0].value='Congratulations '+nam+'!';
}
else
{
forms[0].elements[0].value='Result: '+qul+'. '+nam+': '+best;
}
with(document)
{
val=3*j10-1;
for (i=0; i<=val; i++)
{
all['p'+i].style.backgroundColor=suruch;
}
}
}
document.forms[1].elements[0].focus();
}
function rowsclick()
{
for (i=0; i<=3; i++)
{
if (document.forms[0].elements['rowsairchie'].options[i].selected)
{
i20=document.forms[0].elements['rowsairchie'].options[i].text;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='robest='+i20+'; expires='+todayDate.toGMTString()+';';
break;
}
}
document.location=document.location.href;
}
function columnsclick()
{
for (i=0; i<=3; i++)
{
if (document.forms[0].elements['columnsairchie'].options[i].selected)
{
j10=document.forms[0].elements['columnsairchie'].options[i].text;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='cobest='+j10+'; expires='+todayDate.toGMTString()+';';
break;
}
}
document.location=document.location.href;
}
function axaliqva()
{
shua=shuadidi-shuabiji*done;
sh=shemdegi;
sur=ferebi[sh];
if (sh == 1)
{i1=1; j1=5; i2=1; j2=6; i3=2; j3=5; i4=3; j4=5;}
else
if (sh == 2)
{i1=1; j1=5; i2=1; j2=4; i3=2; j3=5; i4=3; j4=5;}
else
if (sh == 3)
{i1=2; j1=6; i2=1; j2=6; i3=2; j3=7; i4=2; j4=5; sh=10;}
else
if (sh == 4)
{i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=3; j4=5;}
else
if (sh == 5)
{i1=2; j1=5; i2=2; j2=4; i3=1; j3=4; i4=3; j4=5;}
else
if (sh == 6)
{i1=1; j1=5; i2=1; j2=4; i3=1; j3=6; i4=1; j4=7; sh=27;}
else
if (sh == 7)
{i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=1; j4=5;};
if ((qvebi[i1,j1] == 29)||(qvebi[i2,j2] == 29)||(qvebi[i3,j3] == 29)||(qvebi[i4,j4] == 29))
{
bolos();
}
else
{
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
}
function axalish(ii,jj,ff)
{
l=(ii-1)*j10+jj; l1=l-1;
document.all['p'+l1].style.backgroundColor=ferebi[ff];
}
function axali(ii,jj,fil,ss)
{
l=(ii-1)*j10+jj;
if(qvebi[l] != ss)
{
qvebi[l]=ss; l1=l-1;
document.all['d'+l1].style.backgroundColor=fil;
}
}
function davardna()
{
dav=false;
for (k=1; k <=4; k++)
{
for (i=i20; i >= 1; i--)
{
n1=0;
for (j=1; j <= j10; j++)
{
l=(i-1)*j10+j;
if (qvebi[l] == 29) n1++
}
if (n1 == j10)
{
for (i1=i; i1>=2; i1--)
{
for (j1=1; j1 <= j10; j1++)
{
l=(i1-1)*j10+j1;
if(qvebi[l] != qvebi[l-j10])
{
l1=l-1;
qvebi[l]=qvebi[l-j10];
lj=l1-j10;
document.all['d'+l1].style.backgroundColor=document.all['d'+lj].style.backgroundColor;
}
}
}
dav=true;
xazi++
qul=qul+done*done;
if ((qul >= qulebi)&&(done < 10))
{
xazi=0;
done++;
qulebi=0;
for (i=1; i<=done; i++)
{
qulebi=qulebi+i*i*xazidoneze;
}
}
document.forms[0].elements[2].value=' '+done;
document.forms[0].elements[0].value='Score: '+qul+'. '+nam+': '+best+'.';
}
if (n1 == j10) break;
}
if (n1 != j10) break;
}
}
function achveneshemdegi()
{
val=3*j10-1;
for (i=0; i<=val; i++)document.all['p'+i].style.backgroundColor=suruch;
val=shemdegi;
if (val == 1)
{i1s=1; j1s=5; i2s=1; j2s=6; i3s=2; j3s=5; i4s=3; j4s=5;}
else
if (val == 2)
{i1s=1; j1s=5; i2s=1; j2s=4; i3s=2; j3s=5; i4s=3; j4s=5;}
else
if (val == 3)
{i1s=3; j1s=6; i2s=2; j2s=6; i3s=3; j3s=7; i4s=3; j4s=5;}
else
if (val == 4)
{i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=3; j4s=5;}
else
if (val == 5)
{i1s=2; j1s=5; i2s=2; j2s=4; i3s=1; j3s=4; i4s=3; j4s=5;}
else
if (val == 6)
{i1s=2; j1s=5; i2s=2; j2s=4; i3s=2; j3s=6; i4s=2; j4s=7;}
else
if (val == 7)
{i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=1; j4s=5;}
axalish(i1s,j1s,val); axalish(i2s,j2s,val);
axalish(i3s,j3s,val); axalish(i4s,j4s,val);
}
function rocadroa()
{
if ((strt == true)&&(gacherdi == false))
{
if ((i1>i19)||(i2>i19)||(i3>i19)||(i4>i19)
||(qvebi[(i1)*j10+j1] == 29)||(qvebi[(i2)*j10+j2] == 29)
||(qvebi[(i3)*j10+j3] == 29)||(qvebi[(i4)*j10+j4] == 29))
{
qvebi[(i1-1)*j10+j1]=29;
qvebi[(i2-1)*j10+j2]=29;
qvebi[(i3-1)*j10+j3]=29;
qvebi[(i4-1)*j10+j4]=29;
davardna ();
axaliqva();
if (strt)
{
ricxvi();
achveneshemdegi();
}
}
else
{
if(i1>2)
{
if(qvebi[(i1-2)*j10+j1] != sh)axali(i1,j1,suruch,0);
if(qvebi[(i2-2)*j10+j2] != sh)axali(i2,j2,suruch,0);
if(qvebi[(i3-2)*j10+j3] != sh)axali(i3,j3,suruch,0);
if(qvebi[(i4-2)*j10+j4] != sh)axali(i4,j4,suruch,0);
}
else
{
axali(i1,j1,suruch,0);
axali(i2,j2,suruch,0);
axali(i3,j3,suruch,0);
axali(i4,j4,suruch,0);
}
i1++; i2++; i3++; i4++;
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
dro = setTimeout('rocadroa()',shua);
return true;
}
}
function kiara()
{
vali=true;
if((n1<1)||(n2<1)||(n3<1)||(n4<1))vali=false;
if((n1>j10)||(n2>j10)||(n3>j10)||(n4>j10))vali=false;
if(vali)
{
if((m1<1)||(m2<1)||(m3<1)||(m4<1))vali=false;
if((m1>i20)||(m2>i20)||(m3>i20)||(m4>i20))vali=false;
}
if(vali)
{
if((qvebi[(m1-1)*j10+n1] == 29)||(qvebi[(m2-1)*j10+n2] == 29))vali=false;
if((qvebi[(m3-1)*j10+n3]== 29)||(qvebi[(m4-1)*j10+n4] == 29)) vali=false;
}
return vali;
}
function zemot()
{
self.focus();
document.forms[0].elements[0].value=' Click Start!';
i=Math.round((i20-18)/2);
document.forms[0].elements['rowsairchie'].options[i].selected=true;
j=j10-9;
document.forms[0].elements['columnsairchie'].options[j].selected=true;
cooknam='best2001'+i20+j10+'=';
coo=read(cooknam);
ldd=true;
sax=read('abest=');
if(sax==null)sax=''; nam='';
document.forms[1].elements[0].focus();
}
document.onkeydown = keyDown;
function keyDown(DnEvents)
{
k=window.event.keyCode;
if(k == 39){marjvniv()}
else
if(k == 37){marcxniv()}
else
if(k == 38){brunva()}
else
if(k == 40){chavardes()};
}
function gachereba()
{
if (strt)
{
if (gacherdi == false)
{
gacherdi=true;
document.forms[1].elements[1].value='^Pause ';
if (dro != null)clearTimeout(dro);
}
else
{
gacherdi=false;
document.forms[1].elements[1].value=' Pause ';
dro=setTimeout('rocadroa()', shua);
}
}
}
function chacera(mc)
{
if(mc == 3){aso='p'} else {aso='d'};
document.write('<TABLE Border=0 CellPadding=0 CellSpacing=0>');
for (i=1; i<=mc; i++)
{
with(document)
{
write("<TR>");
for (j=0; j<=j9; j++)
{
l=(i-1)*j10+j;
write("<TD align=center bgcolor="+suruch+" width=15 height=15 id='"+aso+l+"'></TD>")
}
write("</TR>");
}
}
document.write('</TABLE>');
}
if(!document.all){alert('Sorry, this script works properly only in MS Internet Explorer'); close();}
function hlp()
{
alert(tx);
}
function abo()
{
alert(txabo);
}
//-->
</SCRIPT>
</HEAD>
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<BODY onLoad="zemot()">
<!-- STEP THREE: Copy this code into the BODY of your HTML document -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<CENTER>
<TABLE CellPadding=6 CellSpacing=0 border=5 bgcolor=gray>
<TR>
<TD Align=center valign=top>
<SCRIPT LANGUAGE="JavaScript">
chacera (3);
</SCRIPT>
<FORM>
<TABLE border=0 width='100%'>
<TR>
<TD align=center colspan=2>
<INPUT TYPE='text' SIZE=29 VALUE='Please wait while loading!'>
</TD>
</TR>
<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Level'>
</TD>
<TD align=right>
<INPUT TYPE='text' SIZE=8 VALUE=''>
</TD>
</TR>
<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Starting Level'>
</TD>
<TD align=right>
<SELECT NAME = 'doneairchie' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
<OPTION>1
<OPTION>2
<OPTION SELECTED>3
<OPTION>4
<OPTION>5
<OPTION>6
<OPTION>7
<OPTION>8
<OPTION>9
<OPTION>10
</SELECT>
</TD>
</TR>
<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Rows'>
</TD>
<TD align=right>
<SELECT NAME = 'rowsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='rowsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
<OPTION>18
<OPTION>20
<OPTION SELECTED>22
<OPTION>24
</SELECT>
</TD>
</TR>
<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Columns'>
</TD>
<TD align=right>
<SELECT NAME = 'columnsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='columnsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
<OPTION>9
<OPTION>10
<OPTION SELECTED>11
<OPTION>12
</SELECT>
</TD>
</TR>
</TABLE>
</FORM>
<FORM>
<TABLE Border=0 width='100%'>
<TR>
<TD>
<Input Type='Button' Value=' Start ' onClick='daicke()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
<TD Align='Right'>
<INPUT type='button' VALUE=' Pause ' ONCLICK='gachereba()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
</TR>
<TR>
<TD>
<INPUT type='button' VALUE='Help' ONCLICK='hlp()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
<TD Align='Right'>
</TD>
</TR>
</TABLE>
</FORM>
</TD>
<TD align=center>
<SCRIPT LANGUAGE="JavaScript">
chacera (i20);
</SCRIPT>
</TD>
</TR>
</TABLE>
Web sayfanizda kapatma butonu
FORM>
<INPUT TYPE="BUTTON" VALUE="Kapat"
NAME="lowerButton" onClick="self.close()">
</FORM>
Saga ve sola haraket eden yazilar
<html>
<font face="Comic Sans MS" size="4" color="#FF0000">
<marquee width="555" height="26" behavior="alternate">www.forumalev.com !
</marquee>
</head>
</html>
ttemizsoy
19-08-2008, 00:17
süper bir çalışma ellerinize sağlık arkadaşlar
Yukari dogru kayan haberler
<html>
<body bgcolor="000000">
<INPUT name=txtNewsAction type=hidden > <INPUT name=txtNewsID
type=hidden>
<MARQUEE direction=up height=100 onmouseout=this.start();
onmouseover=this.stop(); scrollAmount=1 scrollDelay=40 width=147
left="15" top="0">
<P align=center><A target=giris class=cKur
href="haberler.html"
onclick="LoadNews('ShowDetail', 9); return false;"><font color="yellow" size=2>Donanim cakismalarina son veriyoruz</A></P>
<P align=center><A target=giris class=cKur
href="haberler.html"
onclick="LoadNews('ShowDetail', 6); return false;"><font color="blue" size=2>Gelecegin virusunu taniyalim!</A></P>
<P align=center><A target=giris class=cKur
href="haberler.html"
onclick="LoadNews('ShowDetail', 5); return false;"><font color="red" size=2>Sabit diskde isletim sistemi senligi</A></P>
<P align=center><A target=giris class=cKur
href="haberler.html"
onclick="LoadNews('ShowDetail', 3); return false;"><font color="aqua" size=2>Talip Hakan Ozturk'un universite grup arkadaslari</A></P>
<P align=center><A target=giris class=cKur
href="haberler.html"
onclick="LoadNews('ShowDetail', 4); return false;"><font color="green" size=2>Programlama kitap yazarlari</A></P>
</MARQUEE></TD></TR>
</font>
</body>
Internet uzeri online radyo
<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>
Hesap makinesi
<body><table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
style="border-color:black" onClick="previouskey=event.srcElement.innerText">
<tr>
<td width="100%" bgcolor="#FFFFFF" id="result"
style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
</tr>
<tr>
<td width="100%" valign="middle" align="center"><table border="0" width="100%"
cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
<tr>
<td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.s tyle.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
onClick="calculate()" height="82">
<tr>
<td width="25%" align="center" height="17">7</td>
<td width="25%" align="center" height="17">8</td>
<td width="25%" align="center" height="17">9</td>
<td width="25%" align="center" height="17">/</td>
</tr>
<tr>
<td width="25%" align="center" height="19">4</td>
<td width="25%" align="center" height="19">5</td>
<td width="25%" align="center" height="19">6</td>
<td width="25%" align="center" height="19">*</td>
</tr>
<tr>
<td width="25%" align="center" height="19">1</td>
<td width="25%" align="center" height="19">2</td>
<td width="25%" align="center" height="19">3</td>
<td width="25%" align="center" height="19">-</td>
</tr>
<tr>
<td width="25%" align="center" height="19">0</td>
<td width="25%" align="center" height="19"
onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
<td width="25%" align="center" height="19">.</td>
<td width="25%" align="center" height="19">+</td>
</tr>
</table></td>
<td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
onClick="result.innerText=0;results=''">C</td>
</tr>
</table>
</div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
height="81">
<tr>
<td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
onMouseover="event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table>
<script language="JavaScript1.2">/*
DHTML Calculator Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var results=''
var previouskey=''
var re=/(\/|\*|\+|-)/
var re2=/(\/|\*|\+|-){2}$/
var re3=/.+(\/|\*|\+|-).+/
var re4=/\d|\./
var re5=/^[^\/\*\+].+\d$/
var re6=/\./
function calculate(){
if (event.srcElement.tagName=="TD"){
if (event.srcElement.innerText.match(re4)&&previouskey=="=")
results=''
if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}
results+=event.srcElement.innerText
if (results.match(re2))
results=results.substring(0,results.length-2)+results.charAt(results.length-1)
result.innerText=results
}
}
function calculateresult(){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}
function pn(){
if (result.innerText.charAt(0)!='-')
result.innerText=results='-'+result.innerText
else if (result.innerText.charAt(0)=='-')
result.innerText=results=result.innerText*(-1)
}</script>
</body>
Slayt resim gösterisi
<script language="JavaScript1.2"><!--
/*
DHTML Slayt Gösteri
*/
//Specify the slider's width (in pixels)
var sliderwidth=330
//Specify the slider's height (in pixels, pertains only to NS)
var sliderheight=145
//Specify the slider's scroll speed (larger is faster)
var slidespeed=4
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="resimlinki" border=1></a>'
leftrightslide[1]='<a href="resmlinki" border=1></a>'
leftrightslide[2]='<a href="resimlinik" border=1></a>'
leftrightslide[3]='<a href="resimlinki" border=1></a>'
leftrightslide[4]='<a href="resimlinik" border=1></a>'
///////do NOT edit pass this line////////////////////////////////////
var copyspeed=slidespeed
//copy contents of leftrightslide into one variable
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[i]+" "
if (document.all){
//dynamically write out the marquee tag
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
//stop marquee when mouse is over it
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
//re-enable marquee when mouse is out
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
}
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
document.ns_slider01.visibility="show"
setTimeout("window.onresize=regenerate",450)
intializeleftrightslide()
}
if (document.all)
ieslider.scrollAmount=slidespeed
}
//NS specific function for initializing slider upon page load
function intializeleftrightslide(){
document.ns_slider01.document.ns_slider02.document .write('<nobr>'+finalslide+'</nobr>')
document. ns_slider01.document.ns_slider02.document.close()
thelength=document.ns_slider01.document.ns_slider0 2.document.width
scrollslide()
}
//NS specific function for sliding slideshow
function scrollslide(){
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
document.ns_slider01.document.ns_slider02.left-=slidespeed
setTimeout("scrollslide()",100)
}
else{
document.ns_slider01.document.ns_slider02.left=sli derwidth
scrollslide()
}
}
window.onload=regenerate2
//--></script>
<ilayer width=&{sliderwidth}; height=&{sliderheight}; name="ns_slider01" visibility=hide>
<layer name="ns_slider02" onMouseover="slidespeed=0;" onMouseout="slidespeed=copyspeed"></layer>
</ilayer>
Yaprakli takvim
<head></head>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var Today=new Date();
var ThisDay=Today.getDay();
var ThisDate=Today.getDate();
var ThisMonth=Today.getMonth()+1;
var ThisYear=Today.getFullYear(); //included if you wish to insert the year
function DayTxt (DayNumber) {
var Day=new Array();
Day[0]="Pazar";
Day[1]="Pazartesi";
Day[2]="Salı";
Day[3]="Çarşamba";
Day[4]="Perşembe";
Day[5]="Cuma";
Day[6]="Cumartesi";
return Day[DayNumber];
}
var DayName=DayTxt(ThisDay);
function MonthTxt (MonthNumber) {
var Month=new Array();
Month[1]="Ocak";
Month[2]="Şubat";
Month[3]="Mart";
Month[4]="Nisan";
Month[5]="Mayıs";
Month[6]="Haziran";
Month[7]="Temmuz";
Month[8]="Ağustos";
Month[9]="Eylül";
Month[10]="Ekim";
Month[11]="Kasım";
Month[12]="Aralık";
return Month[MonthNumber];
}
var MonthName=MonthTxt(ThisMonth);
var d = new Date();
var h = d.getHours();
document.write("<TABLE BORDER=3 BGCOLOR=WHITE WIDTH=75 HEIGHT=85 align=left>"+"<TD>"+"<p align=center>"+"<font size=-2 >"+DayName+"<br>"+"<font color=orangered size=+3 >"+ThisDate+"</font>"+"<br>"+MonthName+"<br>"+"</b>"+"</font>"+"</p>"+"</TD>"+"</TR>"+"</TABLE>");
if (h < 2) document.write("<P ALIGN=center>"+"<b>"+"Günaydin!.:Pp Yes, it's way past midnight."+"</b>"+"</P>");
else if (h < 3) document.write("<P ALIGN=center>"+"<b>"+"Günaydin! Up early or working late?"+"</b>"+"</P>");
else if (h < 7) document.write("<P ALIGN=center>"+"<b>"+"Günaydin! Up bright and early!"+"</b>"+"</P>");
else if (h < 12) document.write("<P ALIGN=center>"+"<b>"+"Tünaydin!"+"</b>"+"</P>");
else if (h < 17) document.write("<P ALIGN=center>"+"<b>"+"Tünaydin!"+"</b>"+"</P>");
else if (h < 23) document.write("<P ALIGN=center>"+"<b>"+"iyi akşamlar!"+"</b>"+"</P>");
else document.write("<P ALIGN=center>"+"<b>"+"A late good evening! Not much left of it now."+"</b>"+"</P>");
// End -->
</script>
<// HAZIRLAYAN VE SUNAN ***OrKuN***-www.forumalev.com -->
Mouse seklini degistirin
Mouse kelebek seklinde görünsün ister misiniz
<a href="http://www.bigoo.ws"><br><center><img alt="Cursors" src="http://content8.bigoo.ws/content/loghi/cursor_logo01.gif" border="0"></center><body style="cursor:url(<A href="http://content8.bigoo.ws/content/cursor/animated/animated_13.ani);"></body><br></a>[/HTML">http://content8.bigoo.ws/content/cursor/animated/animated_13.ani);"></body><br></a>
Sag tus fare kilitleme
<DIV><SCRIPT language=JavaScript>
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { earthquake() }
alert("Bu Sitede Sag Tus Yasagi Vardir ! ! ! Sag Tus Tiklayamazsin :-)");
times++ } }
function earthquake() {
alert("Sana Söylemistim Sag Tus Tiklayamazsin Diye :-)");
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
alert("WWW.Jagar.Avcisi.COM!")
tremmors()
}
function tremmors() {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
tremmors()
}
</SCRIPT>
</DIV>
Mouse sekli tüy gibi gözüksün
<style>
<!--
BODY{
cursor: url(http://seyfy.ekart.sitemynet.com/images/tuy.cur);
}
-->
</style>
<SCRIPT language=JavaScript>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</SCRIPT>
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Hazir index
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>hacked by hack_man </TITLE>
<META http-equiv=Content-Language content=tr>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<META http-equiv=Content-Type content="text/html; charset=windows-1254"></HEAD>
<BODY bgColor=#000000>
<SCRIPT language=JavaScript>
if (document.all){
Cols=15;
Cl=24; //Peşpeşe geliş mesafeleri!
Cs=50; //Sayfaya enine yayılış mesafeleri!
Ts=16; //Rakamların büyüklükleri!
Tc='#008800';//Renk
Tc1='#00ff00';//Renk1
MnS=22; //Akış hızları!
MxS=25; //Akış hızları!
I=Cs;
Sp=new Array();S=new Array();Y=new Array(5,6);
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1,7,9,3,2);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
}
document.write("</div></div>");
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B='';
C=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C;
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop ;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y+=Sp;
if (Y > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M=B[0]+=C[i3];
Y=-Ts*M.length/1.5;
A.style.visibility='visible';
}
Sp=Math.round(MnS+Math.random()*MxS);
}
}
A.style.top=Y;
A.innerHTML=M+' '+E+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
</SCRIPT>
<P> </P>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>HaCKeD by ZeMHeR</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>HaCKeD by Hacking Man</TITLE>
<META content=tr http-equiv=Content-Language>
<META content="text/html; charset=windows-1254" http-equiv=Content-Type>
<META NAME="GENERATOR" Content='FastPage Lojistik '>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>
<script language="javascript">
<!--
function Is() {
var agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
this.ns2 = (this.ns && (this.major == 2));
this.ns3 = (this.ns && (this.major == 3));
this.ns4b = (this.ns && (this.major == 4) && (this.minor <= 4.03));
this.ns4 = (this.ns && (this.major >= 4));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major == 2));
this.ie4 = (this.ie && (this.major >= 4));
this.op3 = (agent.indexOf("opera") != -1);
}
var is = new Is()
if(is.ns4) {
doc = "document";
sty = "";
htm = ".document"
} else if(is.ie4) {
doc = "document.all";
sty = ".style";
htm = ""
}
var text1 = "", text2 = "", count = 0, count2=0;
msg = new Array();
msg[0] = "<font face=Courier New size=2><h1><center><u></u> </center></h1> ";
msg[1] = " <center><h1><b>Bu Site <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>KaaN</font></h1></center>";
msg[2] = " <center><h1><b>Tarafından <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>Hacklenmiştir!</font></h1></center>";
msg[3] = " <center><h1><b>Bir Sonraki Siteni <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>Dört Gözle Bekliyorum</font></h1></center>";
msg[4] = " <center><h1><b>İrtibat için : <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b> e-mail:restart_off@hotmail.com</font></h1></center>";
msg[5] = " <center><h1><b>Site Hacklenmesinin Sebebi <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b><br>İbreti Alem içindir!</font></h1></center>";
text = msg[0].split("");
function writetext(){
text1 ='<tt>'+text2 + '<b style="color:#00FF00">'+text[count]+'</b></tt>';
text2 += text[count];
fillHTML = eval(doc + '["nothing"]' + htm);
if(is.ns4) {
fillHTML.write(text1);
fillHTML.close();
} else {
fillHTML.innerHTML = text1;
}
if (!(count >= text.length-1)){
count+=1;
setTimeout('writetext()',1);
}
else{
count=0;
text2+='<p>'
if (count2!=6){
count2++
text = eval('msg['+count2+'].split("")');
setTimeout('writetext()',5);
}
}
}
<!-- Lojistik -->
//-->
</script>
</head>
<body text="#00FF00" vLink="#FF0000" aLink="#00FFFF" link="#FFFF00"
bgColor="#000000" onload="writetext();">
<div align="center">
<center>
<table border="0" width="650" height="228">
<tr>
<td align="left" width="767" height="224">
<div id="nothing" style="width: 807; height: 348">
</div>
<p> </p>
<p> </td>
</tr>
</table>
</center>
</div>
<p align="center"> </p>
</body>
</html>
<script language="JavaScript1.2">
var COLOR = 999999
var woot = 0
function stoploop() {
document.bgColor = '#000000';
clearTimeout(loopID);
}
function loopBackground() {
if (COLOR > 0) {
document.bgColor = '#' + COLOR
COLOR -= 111111
loopID = setTimeout("loopBackground()",1)
} else {
document.bgColor = '#000000'
woot += 10
COLOR = 999999
COLOR -= woot
loopID = setTimeout("loopBackground()",1)
}
}
//onClick="stoploop()"
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
setTimeout("shake(1)",10000);
setTimeout("stoploop()",15000);
}
// End -->
</script>
<p> </p>
<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>
<html><HEAD>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>
</HEAD>
<BODY bgcolor="red">
<center><font color="white">
<h1></h1>
<br>
<h3></h3>
<center>
<form>
<input type=button onClick="shake(2)" value="tıklayın">
</form>
Soldan saga akan resimler
<animation><marquee> <img src="RESIMIN ADRESI" border="0"> <img src="RESIMIN ADRESI" border="0"> <img src="RESIMIN ADRESI" border="0"> </marquee></animation>
HTML sayfa olusturma
<html>
<head>
<title>www.forumalev.com(istediğinizi yazın)</title>
</head>
<body bgcolor="#CCCCCC" topmargin="0" leftmargin="0">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
BURAYA YERLEŞTİRECEĞİN HER ŞEY, SAYFANIN ORTASINDA YER ALIR!
</td>
</tr>
</table>
</body>
</html>
Pop up sayfa hazırlama modülü
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>POP</title>
</head>
<body>
<table width="450" cellpadding="0" cellspacing="0" border="0" height="74">
<tr>
<td width="381" valign="middle" >
<br><br>
<font class="main">
<center> <SCRIPT language=javascript>
var posval,infocus,settings,mywidth,myheight,mytop,myl eft,mylink;
var loc,toolb,statusb,menub,direc,scrollb,resiz,depend ;
var mstr='';
settings='';
function checkvalue(mycontrol)
{
if(isNaN(mycontrol.value)!=false)
{
alert('( '+mycontrol.name+' ) alanı boş bırakmayınız.');
mycontrol.focus();
mycontrol.select();
}
}
function GenerateCode()
{
document.frm.gencode.enabled=false;
var BadChars=new Array
(
" ",
"'",
"!",
"@",
"#",
"$",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"=",
"+",
"|",
"[",
"]",
"{",
"}",
"]",
";",
":",
",",
"<",
".",
">",
"/",
"?");
var functionname=document.frm.txtFunctionname.value;
var popupname=document.frm.txtPopupname.value;
if(document.frm.txtFunctionname.value=='')
{
alert("Lütfen Popup Fonskiyon Alanını Doldurunuz");
document.frm.txtFunctionname.focus();
return
}
for(var i=0;i<BadChars.length;i++)
{
if(functionname.indexOf(BadChars[i])!=-1)
{
alert('" '+BadChars[i]+' " Bu karakter Kullanılamaz');
document.frm.txtFunctionname.value="";
document.frm.txtFunctionname.focus();
return;
}
}
if(document.frm.txtPopupname.value=='')
{
alert("Lütfen PopUp ismini giriniz");
document.frm.txtPopupname.focus();
return
}
for(var i=0;i<BadChars.length;i++)
{
if(popupname.indexOf(BadChars[i])!=-1)
{
alert('Popupda Yasak Karakter " '+BadChars[i]+' " Girmeyiniz.');
document.frm.txtPopupname.value="";
document.frm.txtPopupname.focus();
return;
}
}
if(document.frm.rdFocus[0].checked)
{
infocus='front';
}
else
{
infocus='back';
}
if(infocus=='front')
{
var winfocus="win.focus();"
var mywinfocus='';
}
else
{
var winfocus="win.blur();";
var mywinfocus="return false \" onFocus= \"this.blur();\"";
}
mywidth=document.frm.txtWidth.value;
myheight=document.frm.txtHeight.value;
mytop=document.frm.txtTop.value;
myleft=document.frm.txtLeft.value;
posval='custom';
if(document.frm.rdwindow[0].checked){posval='fullscreen';}
if(document.frm.rdwindow[1].checked){posval='center';}
if(document.frm.rdwindow[2].checked){posval='random';}
if(document.frm.rdlink[0].checked){mylink='standard';}
if(document.frm.rdlink[1].checked){mylink='formbutton';}
if(document.frm.rdlink[2].checked){mylink='formload';}
if(document.frm.rdlink[3].checked){mylink='formunload';}
loc=(document.frm.chkLocation.checked)?'yes':'no';
toolb=(document.frm.chkToolbar.checked)?'yes':'no' ;
statusb=(document.frm.chkStatusbar.checked)?'yes': 'no';
menub=(document.frm.chkMenubar.checked)?'yes':'no' ;
direc=(document.frm.chkDirectories.checked)?'yes': 'no';
scrollb=(document.frm.chkScrollbar.checked)?'yes': 'no';
resiz=(document.frm.chkResizable.checked)?'yes':'n o';
depend=(document.frm.chkDependant.checked)?'yes':' no';
if(posval=='fullscreen')
{
settings='fullscreen';
}
else
{
if(posval=='center')
{
myleft=(screen.width-mywidth)/2;
mytop=(screen.height-myheight)/2;
settings="width=" + mywidth + ",height=" + myheight + ",left=" + myleft + ",top=" + mytop + ",location=" + loc + ",toolbar=" + toolb + ",status=" + statusb + ",menubar=" + menub + ",directories=" + direc + ",scrollbars=" + scrollb + ",resizable=" + resiz + ",dependent=" + depend + "'";
}
else
{
if(posval=='random')
{
myleft=(screen.width)?Math.floor(Math.random()*(sc reen.width-mywidth)):100;mytop=(screen.height)?Math.floor(Mat h.random()*((screen.height-myheight)-75)):100;
settings="width=" + mywidth + ",height=" + myheight + ",left=" + myleft + ",top=" + mytop + ",location=" + loc + ",toolbar=" + toolb + ",status=" + statusb + ",menubar=" + menub + ",directories=" + direc + ",scrollbars=" + scrollb + ",resizable=" + resiz + ",dependent=" + depend + "'";
}
else
{
settings="width=" + mywidth + ",height=" + myheight + ",left=" + myleft + ",top=" + mytop + ",location=" + loc + ",toolbar=" + toolb + ",status=" + statusb + ",menubar=" + menub + ",directories=" + direc + ",scrollbars=" + scrollb + ",resizable=" + resiz + ",dependent=" + depend + "'";
}
}
}
var htmltext="<SCRIPT LANGUAGE=\'JAVASCRIPT\' TYPE=\'TEXT/JAVASCRIPT\'>\n ";
htmltext=htmltext + "/************************************************** **\n";
htmltext=htmltext + " TÜRKÇELEŞTİRME : SCRİPTLER.COM";
htmltext=htmltext + "/************************************************** **\n";
htmltext=htmltext + "/*\n";
htmltext=htmltext + "<!--\n";
htmltext=htmltext + "/************************************************** **\n";
htmltext=htmltext + " AUTHOR: WWW.CGISCRIPT.NET, LLC\n";
htmltext=htmltext + " URL: http://www.cgiscript.net\n";
htmltext=htmltext + " Use the code for FREE but leave this message intact.\n";
htmltext=htmltext + " Download your FREE CGI/Perl Scripts today!\n";
htmltext=htmltext + " ( http://www.cgiscript.net/scripts.htm )\n";
htmltext=htmltext + "************************************************** **/\n";
htmltext=htmltext + "var win=null;\n";
htmltext=htmltext + "function NewWindow(mypage,myname,w,h,pos,infocus){\n";
if(document.frm.txtDaystoPopup.value > 0){
htmltext=htmltext + "if(GetCookie(\"sid\") == \"999\"){return;}\n";
htmltext=htmltext + "document.cookie=\"sid=999; Path=/; Expires= \" + getFuture("+document.frm.txtDaystoPopup.value+");\n";
}
htmltext=htmltext + "if(pos==\"random\"){myleft=(screen.width)?Math.floor(Math.random()*( screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.rand om()*((screen.height-h)-75)):100;}\n";
htmltext=htmltext + "if(pos==\"center\"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}\n";
htmltext=htmltext + "else if((pos!=\'center\' && pos!=\"random\") || pos==null){myleft=0;mytop=20}\n";
htmltext=htmltext + "settings=\"width=\" + w + \",height=\" + h + \",top=\" + mytop + \",left=\" + myleft + \",scrollbars=" + scrollb + ",location=" + loc + ",directories=" + direc + ",status=" + statusb + ",menubar=" + menub + ",toolbar=" + toolb + ",resizable=" + resiz + "\";";
htmltext=htmltext + "win=window.open(mypage,myname,settings);\n";
htmltext=htmltext + winfocus + "}\n";
if(document.frm.txtDaystoPopup.value > 0){
htmltext=htmltext + "// Cookie functions borrowed from:\n";
htmltext=htmltext + "// Ronnie Moore: Visit him at http://www.ronniemoore.com";
htmltext=htmltext + "\nfunction getFuture(f){\n";
htmltext=htmltext + "var d = new Date();\n";
htmltext=htmltext + "d.setTime(d.getTime() + (86400000 * f));\n";
htmltext=htmltext + "return d;\n";
htmltext=htmltext + "}\n";
htmltext=htmltext + "\nfunction GetCookie (name) {\n";
htmltext=htmltext + "var arg = name + \"=\";\n";
htmltext=htmltext + "var alen = arg.length;\n";
htmltext=htmltext + "var clen = document.cookie.length;\n";
htmltext=htmltext + "var i = 0;\n";
htmltext=htmltext + "while (i < clen) {\n";
htmltext=htmltext + " var j = i + alen;\n";
htmltext=htmltext + " if (document.cookie.substring(i, j) == arg)\n";
htmltext=htmltext + " return getCookieVal (j);\n";
htmltext=htmltext + " i = document.cookie.indexOf(\" \", i) + 1;\n";
htmltext=htmltext + " if (i == 0) break; \n";
htmltext=htmltext + " }\n";
htmltext=htmltext + " return null;\n";
htmltext=htmltext + " }\n";
htmltext=htmltext + "\n";
htmltext=htmltext + "function getCookieVal (offset) {\n";
htmltext=htmltext + "var endstr = document.cookie.indexOf (\";\", offset);\n";
htmltext=htmltext + "if (endstr == -1)\n";
htmltext=htmltext + " endstr = document.cookie.length;\n";
htmltext=htmltext + " return unescape(document.cookie.substring(offset, endstr));\n";
htmltext=htmltext + "}\n";
}
htmltext=htmltext + "// -->\n";
htmltext=htmltext + "<" + "/scr" + "ipt>";
document.frm.txtHTML.value=htmltext;
if(mylink=='standard')
{
document.frm.txtLink.value="<a href=\"javascript:NewWindow('" + document.frm.txtPopupURL.value + "','" + document.frm.txtPopupname.value + "','" + mywidth + "','" + myheight + "','" + posval + "','" + infocus + "');\"" + mywinfocus + ">LinkText</a>";
}
if(mylink=='formbutton')
{
document.frm.txtLink.value="<input type=\"button\" name=\"B1\" value=\"Click Me\" onClick=\"NewWindow('" + document.frm.txtPopupURL.value + "','" + document.frm.txtPopupname.value + "','" + mywidth + "','" + myheight + "','" + posval + "','" + infocus + "');\"" + mywinfocus + ">";
}
if(mylink=='formload')
{
document.frm.txtLink.value="<body onLoad=\"NewWindow('" + document.frm.txtPopupURL.value + "','" + document.frm.txtPopupname.value + "','" + mywidth + "','" + myheight + "','" + posval + "','" + infocus + "');\"" + mywinfocus + ">";
}
if(mylink=='formunload')
{
document.frm.txtLink.value="<body onUnload=\"NewWindow('" + document.frm.txtPopupURL.value + "','" + document.frm.txtPopupname.value + "','" + mywidth + "','" + myheight + "','" + posval + "','" + infocus + "');\"" + mywinfocus + ">";
}
document.frm.btnTestpopup.enabled=true;
}
function TestWindow()
{
var mstr='';
if(document.frm.txtHTML.value=='')
{
return;
}
else
{
var win=window.open(document.frm.txtPopupURL.value,doc ument.frm.txtPopupname.value,settings);
if(infocus=='front')
{
win.focus();
}
}
}
function customfullscreenmode()
{
document.frm.chkPopupsize.checked=false;
document.frm.chkPosition.checked=false;
document.frm.txtTop.enabled=false;
document.frm.txtLeft.enabled=false;
document.frm.txtWidth.enabled=false;
document.frm.txtHeight.enabled=false;
}
function customcenter()
{
document.frm.chkPopupsize.checked=true;
document.frm.chkPosition.checked=false;
document.frm.txtTop.value='';
document.frm.txtLeft.value='';
}
function customposition()
{
document.frm.txtTop.enabled=true;
document.frm.txtLeft.enabled=true;
}
function custompopupsize()
{
document.frm.txtWidth.enabled=true;
document.frm.txtHeight.enabled=true;
}
function customrandom()
{
document.frm.chkPopupsize.checked=false;
document.frm.chkPosition.checked=false;
}
</SCRIPT>
<FORM name=frm>
<TABLE borderColor=#000000 cellSpacing=0 cellPadding=5 border=1>
<TBODY>
<TR>
<TD width="100%">
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#efefef
cellSpacing=0 cellPadding=3 border=1>
<TBODY>
<TR>
<TD vAlign=top align=left>
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=2
width="100%" border=0>
<TBODY>
<TR>
<TD align=middle><FONT face=Tahoma
size=2><B>POP-UP Fonksiyon İsmi</B></FONT></TD></TR>
<TR>
<TD align=middle><FONT face=Tahoma size=2>
<INPUT
maxLength=50 value=SitePencere
name=txtFunctionname size="20"></FONT><FONT face=Tahoma>
</FONT></TD></TR>
<TR>
<TD align=middle><FONT face=Tahoma size=1><B>Popup
Adı</B></FONT></TD></TR>
<TR>
<TD align=middle><FONT face=Tahoma size=2>
<INPUT
maxLength=50 value=Popup
name=txtPopupname size="20"></FONT></TD></TR>
<TR>
<TD align=middle><FONT face=Tahoma
size=2><B>Pencere Konumu</B></FONT></TD></TR>
<TR>
<TD align=middle>
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=2 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma><INPUT
type=radio CHECKED value=front
name=rdFocus></FONT></P></TD>
<CENTER>
<TD noWrap><FONT face=Tahoma
size=2>Önde</FONT></TD></TR></CENTER>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma><INPUT
type=radio value=back
name=rdFocus></FONT></P></TD>
<CENTER>
<TD noWrap><FONT face=Tahoma
size=2>Arkada</FONT></TD></TR></TBODY></TABLE></CENTER></DIV></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top align=left>
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=2
width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=left width="100%">
<P align=center><FONT face=Tahoma
size=2><B>BOYUTLAR</B> </FONT><FONT
face=Tahoma> </FONT></P></TD></TR>
<TR>
<TD vAlign=top align=left width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="108%"
border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
onclick=custompopupsize(); type=checkbox
value=V2 name=chkPopupsize> </FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2><B>Popup
Boyutu</B> </FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=middle width="100%"><FONT
face=Tahoma size=2>Genişlik<BR><INPUT
onblur=checkvalue(this); type=number maxLength=3
size=10 value=640 name=txtWidth></FONT><FONT
face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=middle width="100%"><FONT
face=Tahoma size=2>Yükseklik<BR><INPUT
onblur=checkvalue(this); type=number maxLength=3
size=1 value=480 name=txtHeight></FONT><FONT
face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=left width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
onclick=customfullscreenmode(); type=radio
value=fullscreen name=rdwindow></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2><B>Tam
Ekran</B></FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top align=left>
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=2
width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=left width="100%">
<P align=center><FONT face=Tahoma
size=2><B>Konum</B> </FONT></P></TD></TR>
<TR>
<TD vAlign=top align=left width="100%">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
onclick=customposition(); type=checkbox value=V3
name=chkPosition> </FONT></P></TD>
<TD noWrap><FONT face=Tahoma
size=2><B>Belirt</B></FONT><FONT face=Tahoma>
</FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=middle width="100%"><FONT
face=Tahoma size=2>Üstten<BR><INPUT
onblur=checkvalue(this); type=number maxLength=4
size=10 value=0 name=txtTop></FONT><FONT
face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=middle width="100%"><FONT
face=Tahoma size=2>Soldan<BR><INPUT
onblur=checkvalue(this); type=number maxLength=4
size=10 value=0 name=txtLeft></FONT><FONT
face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=left width="100%">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma
size=2><B><INPUT onclick=customcenter();
type=radio value=center name=rdwindow>
</B></FONT></P></TD>
<TD noWrap><FONT face=Tahoma
size=2><B>Merkez</B></FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=left width="100%">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=left><FONT face=Tahoma size=2><B><INPUT
onclick=customrandom(); type=radio value=random
name=rdwindow> </B></FONT></P></TD>
<TD noWrap><FONT face=Tahoma
size=2><B>Rasgele</B></FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top align=left>
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=0
border=0>
<TBODY>
<TR>
<TD vAlign=top align=right colSpan=2>
<P align=center><FONT face=Tahoma
size=1><B>Seçenekler</B></FONT><FONT face=Tahoma>
</FONT></P></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=2><INPUT type=checkbox value=ON
name=chkLocation> </FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Konum Çubuğu</FONT><FONT face=Tahoma>
</FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkDirectories> </FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Klasörler</FONT><FONT face=Tahoma>
</FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkMenubar> </FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Menü</FONT><FONT face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkToolbar> </FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Araç Çubuğu</FONT><FONT face=Tahoma>
</FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkStatusbar></FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Durum Çubuğu</FONT><FONT face=Tahoma>
</FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkResizable></FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1> Boyutlandırma</FONT><FONT
face=Tahoma> </FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkScrollbar></FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Kaydırma Çubuğu</FONT></TD></TR>
<TR>
<TD vAlign=top align=right><FONT face=Tahoma
size=1><INPUT type=checkbox value=ON
name=chkDependant></FONT></TD>
<TD vAlign=top noWrap align=left><FONT face=Tahoma
size=1>Bağlı</FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=left colSpan=4>
<TABLE cellSpacing=0 cellPadding=2 width="100%"
border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><B>POP-UP
Adresi</B></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2><INPUT
maxLength=50 size=50
value=http://www.scriptler.com
name=txtPopupURL></FONT><FONT face=Tahoma>
</FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=left colSpan=4>
<TABLE cellSpacing=0 cellPadding=2 border=0>
<TBODY>
<TR>
<TD rowSpan=2>
<P align=right><FONT face=Tahoma size=2><B>POP-UP
Açılması:</B> </FONT></P></TD>
<TD align=left>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
type=radio CHECKED value=standard
name=rdlink></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2>Standart
Link</FONT></TD></TR></TBODY></TABLE></TD>
<TD align=left></TD>
<TD align=left>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
type=radio value=formbutton
name=rdlink></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2>Form Butonu
ile</FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=left>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
type=radio value=formload
name=rdlink></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2>Sayfa
Yüklendiğinde</FONT></TD></TR></TBODY></TABLE></TD>
<TD align=left></TD>
<TD align=left>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap>
<P align=right><FONT face=Tahoma size=2><INPUT
type=radio value=formunload
name=rdlink></FONT></P></TD>
<TD noWrap><FONT face=Tahoma size=2>Sayfa
Kapandığı
Zaman</FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=left colSpan=4>
<DIV align=left>
<TABLE cellSpacing=0 cellPadding=2 border=0>
<TBODY>
<TR>
<TD><FONT face=Tahoma size=2><B>POP-UP Açıılma
Süresi:</B></FONT></TD>
<TD><FONT face=Tahoma><INPUT size=3 value=0
name=txtDaystoPopup></FONT></TD>
<TD><FONT face=Tahoma size=1>İpucu: Eğer değeri
boş girerseniz ziyaretçi her siteye girdiğinde
açılı eğer değeri örneğin 10 girerseniz popup 10
günde bir
açılır...</FONT></TD></TR></TBODY></TABLE></DIV></TD></TR>
<TR>
<TD vAlign=top align=left colSpan=4>
<DIV align=center>
<CENTER>
<TABLE cellSpacing=0 cellPadding=2 border=0>
<TBODY>
<TR>
<TD noWrap><FONT face=Tahoma size=2><INPUT onclick=GenerateCode(); type=button value="Kodu Oluştur" name=gencode></FONT></TD>
<TD noWrap><FONT face=Tahoma size=2><INPUT type=reset value=Temizle></FONT></TD>
<TD noWrap><FONT face=Tahoma size=2><INPUT onclick=TestWindow(); type=button value="Test Et / Pop-Up'u Gör" name=btnTestpopup></FONT></TD></TR></TBODY></TABLE></CENTER></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<P><FONT face=Tahoma size=2><STRONG>İPUCU:</STRONG> Test etmek için ilk önce "KODU OLUŞTUR" butonuna basın!</FONT></P>
<P><FONT face=Tahoma size=2><STRONG>Adım 1:</STRONG> Bu kodu
sayfanızın <HEAD> takıları arasına yerleştirin</FONT></P>
<P><FONT face=Tahoma size=2><INPUT onclick=document.frm.txtHTML.select(); type=button value=Seç name=cmdgrabtext></FONT>
<FONT size=1><FONT face=Verdana>CTRL-C</FONT> <FONT face=Tahoma
size=1>ile kodu kopyalabilirsiniz</FONT> </FONT><FONT
face=Verdana><FONT face=Tahoma size=2><BR><TEXTAREA name=txtHTML rows=5 wrap=virtual cols=50></TEXTAREA></FONT></P>
<P><FONT face=Tahoma size=2><STRONG>Adım 2:</STRONG>Bu kodu
sayfanızda istediginiz bir link</FONT></FONT><FONT face=Tahoma
size=2> veya butonların içine koyun<FONT face=Verdana>. </FONT>Eğer sayfanız kapanırken popup
açılmasını isterseniz kodu <BODY> tagları arasına
yerşetirin</FONT></P><FONT face=Verdana>
<P><FONT face=Tahoma size=2><INPUT onclick=document.frm.txtLink.select(); type=button value="Seç" name=cmdgrab1ink>
</FONT><FONT size=1>CTRL-C <FONT face=Tahoma size=1>ile kodu
kopyalayabilirsiniz</FONT></FONT><FONT face=Tahoma size=2><BR><TEXTAREA name=txtLink rows=5 wrap=virtual cols=50></TEXTAREA></FONT></P></FORM>
</center>
</font>
</td>
</tr>
</table>
</body>
</html>
Zaman ile yenileme
<script>
<!--/*Auto Refresh Page with Time scriptBy Website Abstraction (wsabstract.com)Over 200+ free scripts here!*///enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59var limit="0:30"if (document.images){var parselimit=limit.split(":")parselimit=parselimit[0]*60+parselimit[1]*1}function beginrefresh(){if (!document.images)returnif (parselimit==1)window.location.reload()else{ parselimit-=1curmin=Math.floor(parselimit/60)cursec=parselimit%60if (curmin!=0)curtime=curmin+" dakika ve "+cursec+" saniye sonra refresh edilecektir !"elsecurtime=cursec+" saniye sonra refresh edilecektir."window.status=curtimesetTimeout("beginrefresh()",1000)}}window.onload=beginrefresh//-->
Sayfa içinde sayfa açma
<IFRAME src="http://www.benimsitem.com/index.htm" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=no frameborder=0></IFRAME>
height=60 bunu degisterebilrsiniz
width=468 çünkü sayfa genisligini degistirir
Format atiliyor
<INPUT TYPE="button" VALUE="Buraya İstediğiniz Metni Yazabilirsiniz." onClick='alert("Burayada Yazın Ne Olcak Sanki , Bir hata oluştu bilgisayarınıza format atmak zorunda kaldık:))))")'>
</FORM>
</CENTER>
Homepage
<a href="test.htm" class="chlnk"
onmouseover="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.forumalev.com);">Baslangic sayfasi</A>
Ziyaretçinin adını sayfaya yazdırın her girdiğinde sayfa onu hatırlasın
<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>
Ideal meslek rehberi
<HTML>
<HEAD>
<TITLE>www.forumalev.com orkun</TITLE>
<style type="text/css">
A:link { color: green; text-decoration: none }
A:active { color: green; text-decoration: none }
A:visited { color: green; text-decoration: none }
A:hover { color: #999999; text-decoration: none }
EM { color: blue;
font-weight: bold; }
BODY { background-color: white; }
H1 { color: purple; }
FONT { font-size: 11pt; }
CODE { color: purple;
font-size: 11pt;}
..emerald { font-size: 12pt;
font-weight: bold;
color: purple;}
</style>
<SCRIPT LANGUAGE="JavaScript">
fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;
var ozName = new Array("Tuvalet Temizlikçisi","Bitli Piyade","Kaldırım Mühendisi","Geyik Avcısı","İşportacı","İşbağlayıcı","Kamyon Soförü","İşletici","Yumurta Follukçusu","Balıkçı","Falcı","Üçkağıtçı","Kumarbaz","Düzenbaz","Rüşvetçi Polis","Gardiyan","Çöpçü","Çöpçatan","Ormancı","Tecavüzcü","Yönetici","Hırsız","Arsız","Uğursuz","Şaklaban","Boyacı","Şebek","Yosun Avcısı","Tuzukuru","Kurye","Hemşire","Ayak İşçisi","Mamur","İşçi","Jokey","Bakkal","Hipermarket İşleticisi","Kabzımal","Hamal", "Röntgenci", "Uzman Çavuş", "Psikopat Avcısı", "Cadı Avcısı", "Popçu", "Topçi", "Avukat", "Sinemda Yer Gösterici", "Doktor", "Dişçi", "İmam", "Haham", "Peder", "BilgisayarM", "Artist", "Rahibe", "Seyis", "Astronot", "Çımacı", "Antropolog", "Vakainüvist", "Diktatör", "Soytarı", "İşadamı", "İşkadını", "Tiyatro Sanatçısı", "Devlet Bakanı", "Milletvekili", "Sekreter", "Camcı", "Manikürcü", "Turşucu", "Araba Hırsızı", "At Hırsızı", "Fabrikatör", "Bekçi", "Mühendiz", "Reklamcı", "Spiker", "DJ", "VJ", "Gasteci", "Şair", "Dublör", "Jonglör", "Banker", "Çorbacı", "Köçek", "Çoban", "Marangoz", "Bilimadamı", "Boş Gezenin Boş Kalfası","halıcı")
function matchLtr() {
if (currentChar == "a" || currentChar == "A") {
currentNum = 1;
}
if (currentChar == "b" || currentChar == "B") {
currentNum = 2;
}
if (currentChar == "c" || currentChar == "C") {
currentNum = 3;
}
if (currentChar == "d" || currentChar == "D") {
currentNum = 4;
}
if (currentChar == "e" || currentChar == "E") {
currentNum =5;
}
if (currentChar == "f" || currentChar == "F") {
currentNum = 6;
}
if (currentChar == "g" || currentChar == "G") {
currentNum = 7;
}
if (currentChar == "h" || currentChar == "H") {
currentNum = 8;
}
if (currentChar == "i" || currentChar == "I") {
currentNum = 9;
}
if (currentChar == "j" || currentChar == "J") {
currentNum = 10;
}
if (currentChar == "k" || currentChar == "K") {
currentNum = 11;
}
if (currentChar == "l" || currentChar == "L") {
currentNum = 12;
}
if (currentChar == "m" || currentChar == "M") {
currentNum = 13;
}
if (currentChar == "n" || currentChar == "N") {
currentNum = 14;
}
if (currentChar == "o" || currentChar == "O") {
currentNum = 15;
}
if (currentChar == "p" || currentChar == "P") {
currentNum = 16;
}
if (currentChar == "q" || currentChar == "Q") {
currentNum = 17;
}
if (currentChar == "r" || currentChar == "R") {
currentNum = 18;
}
if (currentChar == "s" || currentChar == "S") {
currentNum = 19;
}
if (currentChar == "t" || currentChar == "T") {
currentNum = 20;
}
if (currentChar == "u" || currentChar == "U") {
currentNum = 21;
}
if (currentChar == "v" || currentChar == "V") {
currentNum = 22;
}
if (currentChar == "w" || currentChar == "W") {
currentNum = 23;
}
if (currentChar == "x" || currentChar == "X") {
currentNum = 24;
}
if (currentChar == "y" || currentChar == "Y") {
currentNum = 25;
}
if (currentChar == "z" || currentChar == "Z") {
currentNum = 26;
}
x += currentNum;
}
function selName() {
x = 0;
fullName = document.names.firstname.value + document.names.lastname.value;
for (i=0; i < fullName.length; i++) {
currentChar = fullName.charAt(i);
matchLtr();
}
popName()
}
function popName() {
y = x % 90;
document.names.ozbitchname.value = ozName[y];
start();
}
function start() {
document.names.firstname.focus();
}
</SCRIPT>
</HEAD>
<BODY onload=start()>
<center><h1>İdeal Meslek Rehberiniz!</h1>
<table style="width: 85%; border: hidden; padding: 10px;">
<tr>
<td> </td>
<td><P align="center"><font>Adını ve Soyadını Yaz ve İdeal Mesleğini Bul
<div align="center">
<p>
<form name="names">
Adınız : <input type="text" name="firstname" size="22">
<br>
Soyadınız: <input type="text" name="lastname" size="22">
<p>
<font color="#00FF00">
<input type="button" value="İdeal Mesleğimi Bul!" onclick="javascript:selName()">
</font>
</div>
</font>
</td>
</tr>
</table>
<p>İdeal Mesleğiniz: <font face="Arial TR" size="2"><b><input type="text" name="ozbitchname" readonly size="26">
</b></font>
</form>
<p>
</center>
<p align="center"> <font face="Arial Black" color="#FF00FF"><span style="background-color: #FFFF00">
<marquee width="474" height="30">Yeni Mesleğiniz Hayırlı Uğurlu Olsun www.forumalev.com</marquee>
</span></font>
</BODY>
Web sayfanizda icq'numaranizin durumu
title> www.forumalev.com </title>
<form>
ICQ
<br><img src=http://online.mirabilis.com/scripts/online.dll?icq=2899824&img=8><br>
2899824
</form>
Renkli scrollbar
<style>
<!--
body { scrollbar-3d-light-color: #666666;
scrollbar-arrow-color: #CCCCCC;
scrollbar-base-color: #666666;
scrollbar-dark-shadow-color: #666666;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-shadow-color: #666666;
scrollbar-track-color: #141E28
}
-->
</style>
Matrix yazisi
<style type="text/css">
.matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>
<script type="text/javascript" language="JavaScript">
<!--
var rows=11;
var speed=50;
var reveal=2;
var effectalign="default"
var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
if (!w3c && !ie45) return
var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.in nerHTML;
ma_txt=" "+ma_txt+" ";
columns=ma_txt.length;
if (w3c) {
while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
ma_tab=document.createElement("table");
ma_tab.setAttribute("border", 0);
ma_tab.setAttribute("align", effectalign);
ma_tab.style.backgroundColor="#000000";
ma_bod=document.createElement("tbody");
for (x=0; x<rows; x++) {
ma_row=document.createElement("tr");
for (y=0; y<columns; y++) {
matemp=document.createElement("td");
matemp.setAttribute("id", "Mx"+x+"y"+y);
matemp.className="matrix";
matemp.appendChild(document.createTextNode(String. fromCharCode(160)));
ma_row.appendChild(matemp);
}
ma_bod.appendChild(ma_row);
}
ma_tab.appendChild(ma_bod);
matrix.appendChild(ma_tab);
} else {
ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
for (var x=0; x<rows; x++) {
ma_tab+='<t'+'r>';
for (var y=0; y<columns; y++) {
ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
}
ma_tab+='</'+'tr>';
}
ma_tab+='</'+'table>';
matrix.innerHTML=ma_tab;
}
ma_cho=ma_txt;
for (x=0; x<columns; x++) {
ma_cho+=String.fromCharCode(32+Math.floor(Math.ran dom()*94));
m_copo[x]=0;
}
ma_bod=setInterval("mytricks()", speed);
}
function mytricks() {
x=0;
for (y=0; y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]%100;
if (ma_row && m_copo[y]<100) {
if (ma_row<rows+1) {
if (w3c) {
matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
matemp.firstChild.nodeValue=m_coch[y];
}
else {
matemp=document.all["Mx"+(ma_row-1)+"y"+y];
matemp.innerHTML=m_coch[y];
}
matemp.style.color="#33ff66";
matemp.style.fontWeight="bold";
}
if (ma_row>1 && ma_row<rows+2) {
matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
matemp.style.fontWeight="normal";
matemp.style.color="#00ff00";
}
if (ma_row>2) {
matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
matemp.style.color="#009900";
}
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if (ma_row<rows+2) m_copo[y]++;
else if (m_copo[y]<100) m_copo[y]=0;
}
else if (Math.random()>0.9 && m_copo[y]<100) {
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.len gth));
m_copo[y]++;
}
}
if (x==columns) clearInterval(ma_bod);
}
function zoomer(ycol) {
var mtmp, mtem, ytmp;
if (m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0; ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
mtmp.firstChild.nodeValue=m_coch[ycol];
}
else {
mtmp=document.all["Mx"+ytmp+"y"+ycol];
mtmp.innerHTML=m_coch[ycol];
}
mtmp.style.color="#33ff66";
mtmp.style.fontWeight="bold";
}
if (Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
m_copo[ycol]+=199;
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]>200) {
if (w3c) {
mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
}
mtmp.style.fontWeight="normal";
mtem.style.fontWeight="normal";
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
mtmp.firstChild.nodeValue=String.fromCharCode(160) ;
mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
mtem.firstChild.nodeValue=String.fromCharCode(160) ;
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
mtmp.innerHTML=String.fromCharCode(160);
mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
mtem.innerHTML=String.fromCharCode(160);
}
setTimeout("zoomer("+ycol+")", speed);
}
}
// -->
</script>
<div id="matrix">sanalhazinem.com</div>
Animasyonlu bannerreklam yok etme
<head> <SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function expandingWindow(website,yukseklik,genislik) {
// Dikine açılma hizi (Yüksek değer=hızlı)
var heightspeed = 2;
// Genişlemesine açılma hizi (Yüksek değer=hızlı)
var widthspeed = 7;
// Soldan Kaç Piksel solda görünecek
var leftdist = 0;
// Yukarıdan Kaç Piksel aşağıda görünecek
var topdist = 0;
if (document.all) {
var winwidth = 1025;
var winheight = 740;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes, location=yes, status=yes, toolbar=yes,menubar=yes");
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
sizer.resizeTo("1", sizeheight);
}
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
sizer.resizeTo(sizewidth, sizeheight);
}
sizer.location = website;
}
else
window.location = website;
}
// End -->
</script>
<body BACKGROUND="http://www.250Free.com/images/ezweb/back7.gif"> <CENTER>
<h1><center><IMG SRC="http://kralvolkan.sitemynet.com/mynet_resimlerim/goz.gif"> <a href="#" onclick="expandingWindow('!!!SİTENİZİN REKLAMSIZ ADRESİNİ BURAYA YAZIN!!!',500,300); return false">>>>GİRİŞ<<<<</a><IMG SRC="http://kralvolkan.sitemynet.com/mynet_resimlerim/goz.gif"> <BR><HR><BR>
BU BÖLÜME REKLAM KOYABİLİR SİTENİZİ TANITABİLİRSİNİZ
<BR><BR>
<A HREF="www.forumalev.com"><IMG SRC="http://kralvolkan.sitemynet.com/mynet_resimlerim/efendilogo.gif"></A>
<BR> BY VOLKAN 2005
</body>
Sitene Merlin animasyonu
<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>
Sitene Müzik
<p align="center"><embed width="300" height="63" src="MP3 UN ADRESİNİ YAZACAKSIN".align="middle"></p>
Sayfayi animasyonlu açmak
<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+','+time Out+')"><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','#0 00000',3,10,true);
</SCRIPT><body>
Sitenize giren ziyaretçiler mail adresini listenize eklesinler
<form method="POST" action="ekle.asp" name="">
<table width="51%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="42%" height="32">
<div align="right"><font size="2">E-Mail Listemize Katılın:</font></div>
</td>
<td width="58%" height="32">
<input type="text" name="EMail" size="20">
<input type="submit" value="Ekle" name="B1">
</td>
</tr>
</table>
Güzel maus efekti!
SCRIPT language=JavaScript1.2>
<!--
var message=' hazırkod';
var messagecolor='black '
//Enter number of seconds for message to display (0=perpetual)
var dismissafter=0
///no need to edit below/////////
var amount=5,ypos=0,xpos=0,Ay=0,Ax=0,By=0,Bx=0,Cy=0,Cx =0,Dy=0,Dx=0,Ey=0,Ex=0;
if (document.layers){
for (i = 0; i < amount; i++)
{document.write('<layer name=ns'+i+' top=0 left=0><font face="Courier New" size=3 color='+messagecolor+'>'+message+'</font></layer>')}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt){xpos = evnt.pageX;ypos = evnt.pageY;makefollow()}
}
else if (document.all){
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div id='inner' style='position:relative'>");
for (i = 0; i < amount; i++)
{document.write('<div id="text"'+i+' style="position:absolute;top:0px;left:0px;font-family:Courier New;font-size:16px;color:'+messagecolor+'">'+message+'</div>')}
document.write("</div>");
document.write("</div>");
function iemouse(){ypos = document.body.scrollTop + event.y;xpos = document.body.scrollLeft + event.x;makefollow()}
}
function makefollow(){
if (document.layers){
document.layers["ns0"].top=ay;document.layers["ns0"].left=ax;
document.layers["ns1"].top=by;document.layers["ns1"].left=bx;
document.layers["ns2"].top=cy;document.layers["ns2"].left=cx;
document.layers["ns3"].top=Dy;document.layers["ns3"].left=Dx;
document.layers["ns4"].top=Ey;document.layers["ns4"].left=Ex;
}
else if (document.all){
outer.all.inner.all[0].style.pixelTop=ay;outer.all.inner.all[0].style.pixelLeft=ax;
outer.all.inner.all[1].style.pixelTop=by;outer.all.inner.all[1].style.pixelLeft=bx;
outer.all.inner.all[2].style.pixelTop=cy;outer.all.inner.all[2].style.pixelLeft=cx;
outer.all.inner.all[3].style.pixelTop=Dy;outer.all.inner.all[3].style.pixelLeft=Dx;
outer.all.inner.all[4].style.pixelTop=Ey;outer.all.inner.all[4].style.pixelLeft=Ex;
}
}
function move(){
if (dismissafter!=0)
setTimeout("hidetrail()",dismissafter*1000)
if (document.layers){window.onMouseMove = nsmouse}
else if (document.all){window.document.onmousemove = iemouse}
ey = Math.round(Ey+=((ypos+20)-Ey)*2/2);ex = Math.round(Ex+=((xpos+20)-Ex)*2/2);
dy = Math.round(Dy+=(ey - Dy)*2/4);dx = Math.round(Dx+=(ex - Dx)*2/4);
cy = Math.round(Cy+=(dy - Cy)*2/6);cx = Math.round(Cx+=(dx - Cx)*2/6);
by = Math.round(By+=(cy - By)*2/8);bx = Math.round(Bx+=(cx - Bx)*2/8);
ay = Math.round(Ay+= (by - Ay)*2/10);ax = Math.round(Ax+= (bx - Ax)*2/10);
makefollow();
jumpstart=setTimeout('move()',10);
}
function hidetrail(){
if (document.all){
for (i2=0;i2<amount;i2++){
outer.all.inner.all[i2].style.visibility="hidden"
clearTimeout(jumpstart)
}
}
else if (document.layers){
for (i2=0;i2<amount;i2++){
temp="ns"+i2
document.layers[temp].visibility="hide"
clearTimeout(jumpstart)
}
}
}
window.onload=move;
//-->
</SCRIPT>
Tablo Oluşturma
<html>
<head>
<style type="text/css">
a{
color:#99CC66;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
}
a:hover{
color:#006600;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
font-weight:bold;
background-color:#99CC66;
}
td{
border-style:dashed;
border-color:#99CC66;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"></head>
<body>
<table border="3" bordercolor="99CC66" bgcolor="#006600" cellspacing="6" cellpadding="6" width="120" height="50" id="navigation">
<tr>
<td><a href="index.html">Anasayfa</a></td>
</tr>
<tr>
<td><a href="Album.html">Album</a></td>
</tr>
<td><a href="Hakkimizda.html">Hakkımızda</a></td>
</tr>
<tr>
<td><a href="iletisim.html">İletişim</a></td>
</tr>
<tr>
<td><a href="Linkler.html">Linkler</a></td>
</tr>
</body>
</html>
Sitenin arka planina ziyaretçi karar versin
<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>
Güzel görünümlü linkler
<STYLE>#glowtext {
FILTER: glow(color=#c57d5a,strength=2); WIDTH: 100%}
A:link {text-decoration: none; color: #000066}
A:visited {text-decoration: none; color: #000066}
A:active {text-decoration: none; color: #000066}
A:hover {text-decoration: none; color: #ceb464}
</STYLE>
<SCRIPT language=JavaScript1.2>
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}
function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}
function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}
if (document.all)
window.onload=startglowing
</SCRIPT>
<SPAN id=glowtext>
<A href="http://www.forumalev.com" target=_blank><FONT size=9><>>>sanalhazinem.com>>>METROPOLİS<<<</FONT></A>
Güzel bir menu
<table border=1 bordercolor="black" style="cursor:crosshair">
<tr bgcolor="black">
<td>
<b><font style="cursor:crosshair" face="Arial" color=white>KoMeDiYe Menü</font></b>
</td>
</tr>
<tr bgcolor="white">
<td><center><p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair" title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
<form><input style="cursor:crosshair" type="button" name="anasayfa" onClick="self.location.href=('http://rockhll.sitemynet.com')" value="Ana Sayfa" style="background:white" style="cursor:crosshair"title="Copyright © 2004-2005 KoMeDiYe"></form>
<p>
</td>
</tr>
</table>
Sayfaya tikla***** zemin rengini degistirin
<script>
<!-- Begin -
function makeRandom(range) {
rand=Math.floor(range*Math.random())
return rand
}
function makeHexa(thiscol) {
var colhex_left = Math.floor(thiscol/16)
var colhex_right= thiscol-(colhex_left*16)
if (colhex_left == 10) {colhex_left="A"}
if (colhex_left == 11) {colhex_left="B"}
if (colhex_left == 12) {colhex_left="C"}
if (colhex_left == 13) {colhex_left="D"}
if (colhex_left == 14) {colhex_left="E"}
if (colhex_left == 15) {colhex_left="F"}
if (colhex_right == 10) {colhex_right="A"}
if (colhex_right == 11) {colhex_right="B"}
if (colhex_right == 12) {colhex_right="C"}
if (colhex_right == 13) {colhex_right="D"}
if (colhex_right == 14) {colhex_right="E"}
if (colhex_right == 15) {colhex_right="F"}
var colhex =""+colhex_left+colhex_right
return colhex
}
function dblclick() {
var redcolor=makeRandom(255)
redcolor=makeHexa(redcolor)
var greencolor=makeRandom(255)
greencolor=makeHexa(greencolor)
var bluecolor=makeRandom(255)
bluecolor=makeHexa(bluecolor)
document.bgColor=""+redcolor+greencolor+bluecolor
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
// - End - -->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF">
<STYLE>
A {color:FF0000;}
</STYLE>
</HTML>
Ziyaretçiyi tanimlama
Siteye kim girdi
<script>
<!--
// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.javadepo.com
// Boolean variable specified if alert should be displayed if cookie exceeds 4KB
var caution = false
// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults to path of calling document)
// [domain] - domain for which the cookie is valid (defaults to domain of calling document)
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission
// * an argument defaults when it is assigned null as a placeholder
// * a null placeholder is not required for trailing omitted arguments
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
}
// name - name of the desired cookie
// * return string containing value of specified cookie or null if cookie does not exist
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))
}
// name - name of the cookie
// [path] - path of the cookie (must be same as path used to create cookie)
// [domain] - domain of the cookie (must be same as domain used to create cookie)
// * path and domain default if assigned null or omitted if no explicit argument proceeds
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"
}
}
// date - any instance of the Date object
// * you should hand all instances of the Date object to this function for "repairs"
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"
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 yazın:", "Adınız(site sizi bu isimle hatırlıycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
Downloader......
Mp3 ve program download linki veren siteler ve webmasterler için cazip
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>JavaFILE</title>
<base target="leftframe">
</head>
<body bgcolor="#FFFFFF" link="#CC0033" vlink="#333399"
alink="#FF0000" <!--content start-->
<script language="JavaScript">
<!-- Begin
// Script elements copyright (c) 1997 IMGIS Inc.
// All rights reserved.
function MakeArray(n) {
this.length = n;
for (var i = 1; i <= n; i++) {
this[i] = 0 }
return this
}
speedVar = new MakeArray(11);
speedVar[1] = "1.1719"
speedVar[2] = "1.7578"
speedVar[3] = "3.5156"
speedVar[4] = "6.8359"
speedVar[5] = "7.8125"
speedVar[6] = "16.6250"
speedVar[7] = "187.9883"
speedVar[8] = "1220.7031"
speedVar[9] = "3295.8984"
speedVar[10] = "5493.1641"
speedVar[11] = "18920.8984"
function compute(form, mult){
for (i=1; i < 12; i++){
if (form.size.value==null||form.size.value.length==0) {
form.size.value=0;}
if (form[i+"hour"].value==null||form[i+"hour"].value.length==0){
form[i+"hour"].value=0;}
if (form[i+"minute"].value==null||form[i+"minute"].value.length==0){
form[i+"minute"].value=0;}
if (form[i+"second"].value==null||form[i+"second"].value.length==0){
form[i+"second"].value=0;}
if (mult != 0 && form.size.value != 0){
with (Math){
var speed = speedVar[i];
var TotalTime = ((form.size.value*mult)/speed);
var TotalHours = floor((TotalTime/3600));
var TotalHoursMod = (TotalTime%3600);
var TotalMin = floor(TotalHoursMod/60);
var TotalMinMod = (TotalHoursMod%60);
var TotalSec = floor(TotalMinMod);
form[i+"hour"].value=TotalHours;
form[i+"minute"].value=TotalMin;
form[i+"second"].value=TotalSec;
}
}
}
return;
}
// End -->
</script><div align="center"><center>
<table border="0" cellpadding="5" cellspacing="5" width="96%">
<tr>
<td width="100%"><p align="center"><a
href="http://www.adresonline.gen.tr.tc"><font
color="#FF0000"><strong><u>ADRES</u></strong></font><font
color="#0000FF"><strong><u>ONLİNE</u></strong></font></a></p>
<p align="center"><strong><u>İndirmek İstediğiniz
Dosya Boyutunu Yazın Downloader Hesaplasın<br>
webmasterler sitenize ekleyin</u></strong></p>
<form>
<input type="hidden" name="7hour" value><input
type="hidden" name="7minute" value><input
type="hidden" name="7second" value><input
type="hidden" name="8hour" value><input type="hidden"
name="8minute" value><input type="hidden"
name="8second" value><input type="hidden"
name="9hour" value><input type="hidden"
name="9minute" value><input type="hidden"
name="9second" value><input type="hidden"
name="10hour" value><input type="hidden"
name="10minute" value><input type="hidden"
name="10second" value><input type="hidden"
name="11hour" value><input type="hidden"
name="11minute" value><input type="hidden"
name="11second" value><div align="center"><center><table
border="1" bordercolor="#FF8000">
<tr>
<td><font size="2" face="ARIEL,HELVETICA">Boyutu
Yaz..!<input type="text" size="10"
name="size"> <input type="button" value="KB"
onclick="compute(this.form, 1)"> <input
type="button" value="MB"
onclick="compute(this.form, 1024)"> </font></td>
<td colspan="3"><p align="center"><font
size="2" face="ARIEL,HELVETICA"><b>( It will
take you )</b></font></p>
</td>
</tr>
<tr>
<th><font size="2" face="ARIEL,HELVETICA">Modemin
Hızı</font></th>
<th><font size="2" face="ARIEL,HELVETICA">Hours
</font></th>
<th><font size="2" face="ARIEL,HELVETICA">Minutes
</font></th>
<th><font size="2" face="ARIEL,HELVETICA">Seconds</font></th>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">9.6 Kb</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="1hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="1minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="1second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">14.4 Kb</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="2hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="2minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="2second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">28.8 Kb</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="3hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="3minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="3second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">56 Kb</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="4hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="4minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="4second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">ISDN (64 Kb)</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="5hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="5minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="5second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><font
size="2" face="ARIEL,HELVETICA">ISDN (128 Kb)</font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="6hour"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="6minute"> </font></td>
<td align="center"><font size="2"
face="ARIEL,HELVETICA"><input type="text"
size="6" name="6second"></font></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
</table>
</center></div>
</form>
</td>
</tr>
</table>
</center></div><!--content stop-->
</body>
</html>
Vürgüllü dügme
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>JavaFILE</title>
<base target="leftframe">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yeni Sayfa 1</title>
</head>
<body>
</body>
</html>
<html><body>
</body></html>
<html>
<body bgcolor="#FFFFFF" link="#CC0033" vlink="#333399"
alink="#FF0000" <!--content start-->
<p>
<applet code="fphover.class" codebase="fpweb:///." width="208" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="leftframe">
<param name="text" value="http://www.forumalev.com/">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value="http://www.forumalev.com">
</applet></p>
</body>
</html>
Islem tamamlandi. geri dönüyorsunuz.......
<html>
<head>
<meta http-equiv='Refresh' content='2;URL=http://www.aspindir.com/'>
</head>
<body>
Bu kodumu okuduğunuz için teşekkür ederim. İki saniye içinde ASPindir.com'a yönlendirileceksiniz. Eğer yönlenmediyseniz <a href="http://www.aspindir.com">tıklayınız</a>.
</body>
</html>
Loto tahmini oyunu
<html>
<HEAD>
<title>z-loto-3</title>
<style type="text/css">
.a1{
position:relative;
font-family:Verdana;
font-size:20px;
color:#888888;
}
</style>
<script language="JavaScript">
<!-- TR by aliakyildirim@myself.com
function lotto(){
B=' ';
LottoNumbers=new Array();
for (i = 1; i <= 6; i++)
{
RandomNumber = Math.round(1+Math.random()*48);
for (j = 1; j <= 6; j)
{
if (RandomNumber == LottoNumbers[j])
{
RandomNumber=Math.round(1+Math.random()*48);
j=0;
}
j++;
}
LottoNumbers[i]=RandomNumber;
}
LottoNumbers=LottoNumbers.toString();
X=LottoNumbers.split(',');
for (i=0; i < X.length; i++)
{
X[i]=X[i]+' ';
if (X[i].length==2)
X[i]='0'+X[i];
}
X=X.sort();
for (i=0; i < X.length; i++)
{
OutPut=B+=X[i];
}
if (document.all)document.all.layer1.innerHTML=OutPut ;
if (document.getElementById)document.getElementById("layer1").innerHTML=OutPut;
if (document.layers){
document.layers.layer1.document.open();
document.layers.layer1.document.write("<span style='position:absolute;top:0px;left:0px;font-family:Verdana;font-size:20px;color:#888888;text-align:center'> "+OutPut+"</span>");
document.layers.layer1.document.close();
}
T=setTimeout('lotto()',50);
window.status=OutPut;
}
function StOp(){
setTimeout('clearTimeout(T)',3000);
}
//-->
</script>
</HEAD>
<BODY><table border='0' width=250 height=50>
<tr valign='middle'>
<td align='center'>
<form name=form>
<input type=button value='Tıklayın, Milyarlara Yaklaşın' onClick="lotto();StOp()">
</form>
<span id=layer1 class=a1>Sonuçlar</span>
</td>
</tr>
</table>
</BODY>
Renk degistiren text ..
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Neunkirchen</title>
</head>
<body>
<p>
<body bgcolor="#000000" text="#FFFFFF">
<font size="2" face="Verdana">
<script language="JavaScript1.2">
<!-- Begin
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}
var ctext = "Neunkirchen by Ali AKYILDIRIM http://neunkirchen.kolayweb.com<br>istediginiz kadar renk ekleyerek daha güzel bir görüntü verebilirsiniz.<BR>";
var speed = 1000;
var x = 0;
var color = new initArray(
"yellow",
"green",
"blue",
"white",
"red",
"orange"
);
if(navigator.appName == "Netscape") {
document.write('<layer id="c"><center>'+ctext+'</center></layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<div id="c"><center>'+ctext+'</center></div>');
}
function chcolor(){
if(navigator.appName == "Netscape") {
document.c.document.write('<center><font color="'+color[x]);
document.c.document.write('">'+ctext+'</font></center>');
document.c.document.close();
}
else if (navigator.appVersion.indexOf("MSIE") != -1){
document.all.c.style.color = color[x];
}
(x < color.length-1) ? x++ : x = 0;
}
setInterval("chcolor()",1000);
// EndA1 -->
</script></font>
</p>
</body>
Yükleniyor efekti
<SCRIPT language=VBScript>
<!--
Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 100
Function Window_onLoad()
Bar = 95
sP = 10
END Function
Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "Yükleniyor: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Yükleme Bitti,by sanalhazinem.com==
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</SCRIPT>
Harf harf renkli yazi yapmak
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>JavaFILE</title>
<base target="leftframe">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#800080" alink="#FF0000">
<script language="JavaScript"><!--
function codeit(passed)
{ value = passed
valueout =""
carrot = false;
for (i=0; i<value.length; i++)
{ getcode = value.substring(i, i+1)
if (getcode == '<') carrot = true;
else if (getcode == '>') carrot = false;
else if (getcode == ' ') valueout += getcode.fontsize(7).fontcolor(randomcolor())
else
valueout += getcode.fontsize(randomfont()).fontcolor(randomcol or());
}
valueout = "<strong>" + valueout + "</strong>"
document.forms[0].result.value = valueout;
// parent.output.document.open('text/html');
// parent.output.document.write(valueout);
// parent.output.document.close();
pageout = "<html><body bgcolor=blue><strong>"
pageout += valueout + "</strong>"
pageout += "<p><center><hr width=50><p><font color=white>Visit "
pageout += "<a href=\"http://www.forumalev.com\">"
pageout += "Hazır Pages</a>Foumalev CORPARATİON</font></center>"
pageout += "</body></html>"
out = window.open('','output');
out.document.write(pageout);
out.document.close();
}
function randomfont()
{ f=Math.floor(Math.random()*(5))+3
return f
}
function randomcolor()
{ c = Math.floor(Math.random()*(17))
if (c == 0) return 'gray'
else if (c == 1) return 'maroon'
else if (c == 2) return 'purple'
else if (c == 3) return 'green'
else if (c == 4) return 'olive'
else if (c == 5) return 'navy'
else if (c == 6) return 'teal'
else if (c == 7) return 'silver'
else if (c == 8) return 'red'
else if (c == 9) return 'fuchsia'
else if (c == 10) return 'lime'
else if (c == 11) return 'yellow'
else if (c == 12) return 'blue'
else if (c == 13) return 'aqua'
else if (c == 14) return 'orange'
else if (c == 15) return 'brown'
else if (c == 16) return 'magenta'
else return 'black'
}
// --></script>
<p align="center"> </p>
<p align="center"><a href="http://www.sanalhazinem.com"><font
color="#FF0000" size="7"><strong>Sanal</strong></font><font
color="#0000FF" size="7"><strong>Hazinem</strong></font></a></p>
<p> </p>
<p align="center"><font color="#008000" size="4"><strong>T</strong></font><font
color="#22165A" size="6"><strong>h</strong></font><font
color="#0000FF" size="7"><strong>e</strong></font><font
color="#008000" size="7"><strong>y</strong></font><font
color="#00000B" size="2"><strong> </strong></font><font
color="#FF0000" size="6"><strong>a</strong></font><font
color="#22165A" size="3"><strong>r</strong></font><font
color="#FFFF00" size="6"><strong>e</strong></font><font
color="#FF0000" size="7"><strong> </strong></font><font
color="#008000" size="1"><strong>c</strong></font><font
color="#008080" size="6"><strong>o</strong></font><font
color="#FF0000" size="4"><strong>m</strong></font><font
color="#0000FF" size="2"><strong>i</strong></font><font
color="#FFFF00" size="6"><strong>n</strong></font><font
color="#008000" size="4"><strong>g</strong></font><font
color="#008000" size="1"><strong> </strong></font><font
color="#00000B" size="1"><strong>t</strong></font><font
color="#FFFF00" size="7"><strong>o</strong></font><font
color="#0000FF" size="6"><strong> </strong></font><font
color="#22165A" size="4"><strong>t</strong></font><font
color="#00000B" size="5"><strong>a</strong></font><font
color="#22165A" size="7"><strong>k</strong></font><font
color="#0000FF" size="1"><strong>e</strong></font><font
color="#008000" size="6"><strong> </strong></font><font
color="#22165A" size="3"><strong>m</strong></font><font
color="#22165A" size="4"><strong>e</strong></font><font
color="#22165A" size="5"><strong> </strong></font><font
color="#00000B" size="6"><strong>a</strong></font><font
color="#0000FF" size="5"><strong>w</strong></font><font
color="#008000" size="3"><strong>a</strong></font><font
color="#0000FF" size="2"><strong>y </strong></font><font
color="#00000B" size="7"><strong>h</strong></font><font
color="#FFFF00" size="1"><strong>a</strong></font><font
color="#FF0000" size="2"><strong> </strong></font><font
color="#0000FF" size="5"><strong>h</strong></font><font
color="#FF0000" size="7"><strong>a</strong></font> </p>
<p><font color="#0000FF">Eğlenceli bir Web Sayfası Yapma Olayı.
Web Masterler Sitelerine Yerleştirebilirler. Basit renkli ve hazır
web sayfası Yapmak isteyenler için ideal.</font></p>
<form>
<p align="center"><font color="#FF0000">Mesajınızı Yazın
ve Dönüştür Tuşuna Basın</font><font color="#FFFFFF"><br>
<textarea name="code" rows="4" cols="60"></textarea> </font></p>
<p align="center"><font color="#FFFFFF"><input type="button"
name="button1" value="Dönüştür"
onclick="codeit(document.forms[0].code.value)"> </font></p>
<p align="center"><font color="#FF0000">Burada Yukarıdaki
Yazının Html Kodları Yani Hazır Web Sayfası Yer Alacak..By METROPOLİS</font><font
color="#FFFFFF"><br>
<textarea name="result" rows="4" cols="60"></textarea> </font></p>
</form>
<p align="center"><a href="http://www.sanalhazinem.com"><font
color="#FF0000"><strong><u>ADRES</u></strong></font><font
color="#0000FF"><strong><u>ONLİNE</u></strong></font></a><font
color="#0000FF"> <br>
</font><a href="http://www.sanalhazinem.com"><font
color="#0000FF">http://www.</font><font color="#FF0000">adres</font><font
color="#0000FF">SANALHAZİNEM==METROPOLİS</font></a></p>
<p align="center"><a href="http://www.forumalev.com"><font
color="#0000FF"><strong><u>SANALHAZİNEM</u></strong></font></a><font
color="#0000FF"><strong><u><br>
</u></strong></font><a href="http://www.sanalhazinem.com"><font
color="#0000FF"><strong><u>SANALHAZİNEM</u></strong></font></a></p>
<p align="center"><font color="#0000FF"><strong><u>Katkılarından
Dolayı sanalhazinem.com 'a Teşekkürler.By METROPOLİS</u></strong></font></p>
</body>
</html>
Aşağıdaki örnek HTML sayfası, içerisinde bir Javascript barındırıyor. Javascript'i kendinize göre özelleştirerek dilediğiniz tipte bir navigasyon menüsüne sahip olabilirsiniz. Dilediğiniz sayfaya gitmek için tek yapmanız gereken ilgili bölümü seçmek ve Git tuşuna basmak
<html><head><script language="JavaScript">
<!--
function buildArray() {
var a = buildArray.arguments;
for (i=0; i<a.length; i++) {
this[i] = a[i];
}
this.length = a.length;
}
var urls1 = new buildArray("",
"http://www.site.com/",
"http://www.site.com/haberler/",
"http://www.site.com/rehber/",
"http://www.site.com/games/",
"http://www.site.com/share/");
function go(which, num, win) {
n = which.selectedIndex;
if (n != 0) {
var url = eval("urls" + num + "[n]")
if (win) {
openWindow(url);
} else {
location.href = url;
}
}
}
// -->
</script></head>
<body>
<form name="form1">
<select name="menu1">
<option>Seçiminizi Yapın
<option>Ana Sayfa
<option>Haberler
<option>Internet Rehberi
<option>PC Games
<option>Shareware
</select>
<input type="button" name="goButton" value="Git!" onClick="go(this.form.menu1, 1, false)">
</form></body></html>
Scrolling text area
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<title>Untitled </title>
</head>
<body>
<p> </p>
<form method="POST">
<p><textarea name="S1" rows="2" cols="20"></textarea></p>
</form>
</body>
</html>
Status barda sabit yazi
<SCRIPT language=JavaScript><!--
setInterval("sabit()",5);setInterval("yenile()",648000);self.focus();
function sabit(){window.status=" ****yazıyı buraya yazın**** "}
function yenile(){self.focus()}; //--></SCRIPT>
Siteden resim çalınmasını engelleme...
<SCRIPT language=JavaScript>
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { earthquake() }
alert("Bir daha denerseniz problemler oluşacaktır!! Dikkat!");
times++ } }
function earthquake() {
alert("Seni Uyarmıştım Bi dAha yapmazsın Heralde");
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
alert(www.sanalhazinem.com)
tremmors()
}
function tremmors() {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
tremmors()
}
</SCRIPT>
Gelişmiş arama motoru...
<html>
<head>
</head>
<table width='69' border='0' cellpadding='0' cellspacing='0' height="62"><tr>
<td width='17' width='95' height="5" align="center" bordercolor="#008000"><center><b><font color='#333399'>
<p align="center">Arama </font></b></center></td></tr>
<td width='95' align="center" height="5" bordercolor="#008000"><font color='#333399'><script>
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<font face="Verdana" color="#000066" size: 1><INPUT size=22 name="query" >');
document.writeln('<br><font face="Verdana" color="#000066" size: 1><SELECT name="service" >');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> <input type=submit value=" Ara " >');
document.writeln('</FORM> ');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into +
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "%2B";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Pencere
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directorie s=yes,status=yes,menubar=yes,resizable=yes,width=' 100%',hight='100%'");
}Add("Google","","http://www.google.com/","http://www.google.com/search?hl=tr&safe=off&q=hunt&btnG=Google%27da+Ara&lr=");
Add("Netbul","","http://www.netbul.com/","http://kapi.netbul.com/internet/internet.asp?b=2&tr=&sayfa=1&keyword=hunt" );
Add("Arabul","","http://www.arabul.com/","http://www.arabul.com/sonuc.asp?SayfaNo=1&SayfaUzunlugu=10&DetayliArama=FALSE&SearchString=hunt");
Add("Arama","","http://www.arama.com/","http://www.arama.com/search.php3?q=hunt&weborcat=cat");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("Kur'an'da","","http://www.kuranadaara.com/","http://www.kurandaara.com/index.php3?konu=ara&ne=1&keyword=hunt&kisi=01&sure_no=");
Add("Ftp'de","","http://www.oth.net","http://www.oth.net/s/s?q=hunt");
Add("Çoklu","","http://www.maximumedge.com/cgi/search/nph-cobrand.cgi?user=gezgin","http://www.maximumedge.com/cgi/search/nph-cobrand.cgi?user=gezgin&qry=hunt&module1=altavista&module5=fast&module4=findwhat&module6=google&module7=inktomi&module2=kanoodle&module8=searchhippo&module9=opendir&module3=7search&module10=yahoo");
Add("Domain","","http://www.gezginler.net/","http://www.gezginler.net/whois/domain.php?domain=hunt&action=checkdom&type=all");
Add("Program","","http://www.inndir.com/","http://www.inndir.com/ara.php?ara=hunt");
Add("Sürücü","","www.driversearch.com","http://www.driversearch.com/cgi/search.cgi?q=hunt&m=any");
Add("Resim","","http://www.picsearch.com/","http://www.picsearch.com/search.cgi?q=hunt&search=Search%21&rp=same&pl=en");
Add("Script","","http://www.hotscripts.com/","http://www.hotscripts.com/cgi-bin/search.cgi?bool=AND&query=hunt&category=all");
DisplayForm();
</script>
</table></div>
Otomatik açılıp kapanan pop up ..
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popupWin() {
text = "<html>\n<head>\n<title>JavaDepo.com</title>\n<body>\n";
text += "<center>\n<br>";
text += "<a href='http://www.javadepo.com' target='_blank'><h2>JAVADEPO.COM</h2></a>";
text += "</center>\n</body>\n</html>\n";
setTimeout('windowProp(text)', 3000); // delay 3 seconds before opening
}
function windowProp(text) {
newWindow = window.open('','newWin','width=300,height=100');
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 5000); // delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close(); // close small window and depart
}
// End -->
</script>
</HEAD>
<BODY onLoad="popupWin()">
<center>
Sayfa yüklendikten 3 saniye sonra pop-up açylyr ve 5 saniye sonrada kapanyr.
</center>
</BODY>
</HTML>
Kapatma butonu...
<FORM>
<INPUT TYPE="BUTTON" VALUE="Kapat"
NAME="lowerButton" onClick="self.close()">
</FORM>
Mausu bir crosshair takip etsin
<!--head tagına yapıştır-->
<style>
<!--
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
layer-background-color:black;
background-color:red;
z-index:100;
font-size:1px;
}
--></style>
<div id="leftright" style="width:expression(document.body.clientWidth-2)">
</div>
<div id="topdown" style="height:expression(document.body.clientHeight-2)">
</div>
<script language="JavaScript1.2">
<!--
if (document.all&&!window.print){
leftright.style.width=document.body.clientWidth-2
topdown.style.height=document.body.clientHeight-2
}
else if (document.layers){
document.leftright.clip.width=window.innerWidth
document.leftright.clip.height=1
document.topdown.clip.width=1
document.topdown.clip.height=window.innerHeight
}
function followmouse1(){
//move cross engine for IE 4+
leftright.style.pixelTop=document.body.scrollTop+e vent.clientY+1
topdown.style.pixelTop=document.body.scrollTop
if (event.clientX<document.body.clientWidth-2)
topdown.style.pixelLeft=document.body.scrollLeft+e vent.clientX+1
else
topdown.style.pixelLeft=document.body.clientWidth-2
}
function followmouse2(e){
//move cross engine for NS 4+
document.leftright.top=e.y+1
document.topdown.top=pageYOffset
document.topdown.left=e.x+1
}
if (document.all)
document.onmousemove=followmouse1
else if (document.layers){
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}
function regenerate(){
window.location.reload()
}
function regenerate2(){
setTimeout("window.onresize=regenerate",400)
}
if ((document.all&&!window.print)||document.layers)
//if the user is using IE 4 or NS 4, both NOT IE 5+
window.onload=regenerate2
//-->
Dinamik saat digital
<BODY>
<BODY onLoad="loadclock()" topmargin="6" leftmargin="0" bgcolor="#800000" text="#FFFF00" link="#FFFFFF" vlink="#C0C0C0" alink="#FF0000">
<script>
<!--
// HAZIRLAYAN VE SUNAN METROPOLİS ((((www.sanalhazinem.com)))))
function show2(){
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime="<b><font face='Verdana' color='red'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font></b>"
if (!document.all)
document.write(ctime)
else
tick2.innerHTML=ctime
}
function loadclock(){
if (document.all)
setInterval("show2()",1000)
}
if (!document.all)
show2()
//-->
</script>
<!-- Bu satirinn konumu, saatin de konumunu belirler center ortaya left sola right saga hizalar -->
<p align="center"><span id=tick2></span></p>
</BODY>
vBulletin v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.