İnTeRNeT TeKNoNoJi KuRuMLaRı FoRMu
Merhaba arakadaşlar iletişim için
lütfen üye olunuz
İnTeRNeT TeKNoNoJi KuRuMLaRı FoRMu
Merhaba arakadaşlar iletişim için
lütfen üye olunuz
İnTeRNeT TeKNoNoJi KuRuMLaRı FoRMu
Would you like to react to this message? Create an account in a few clicks or log in to continue.

İnTeRNeT TeKNoNoJi KuRuMLaRı FoRMu

..::Bir Forum Olmakla --261-- SeRuVeNCiNiN meKaNıYıZ::..
 
AnasayfaAnasayfa  GaleriGaleri  AramaArama  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  

Ücretsiz JAVA kodlari

Önceki başlık Sonraki başlık Aşağa gitmek
Yazar Mesaj
hayrettin
!!..ANADOLU TEKNİK LİSESİ..!!
!!..ANADOLU TEKNİK LİSESİ..!!
hayrettin
Erkek
Yaş : 33
Kayıt tarihi : 06/02/08
Mesaj Sayısı : 196
Bulunduğunuz İl : Herkese isyan kimseye aşk yok
Meslek/Hobi : 0ĞR3NC1
Tuttuğunuz Takım : G@L@T@S@R@Y

Ücretsiz JAVA kodlari Vide
MesajKonu: Ücretsiz JAVA kodlari Ücretsiz JAVA kodlari EmptyŞubat 24th 2008, 23:18

1- Status Bar'da tarih yazar
<script language="JavaScript">

function doClock() {

window.setTimeout( "doClock()", 1000 );

today = new Date();

self.status = today.toString();

}
doClock()
</script>
2- Her defasında farklı bir resim
<SCRIPT LANGUAGE="JavaScript">

today=new Date();
jran=today.getTime();

function rnd() {

ia=9301;
ic=49297;
im=233280;

jran = (jran*ia+ic) % im;
return jran/(im*1.0);
};

function rand(number) {

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

document.write("<CENTER>");
for(i=1;i<=1;i++) {
myNum=(rand(12));
if(myNum == 1) document.write("<img src='header1.jpg'>");
if(myNum == 2) document.write("<img src='header2.jpg'>");
if(myNum == 3) document.write("<img src='header3.jpg'>");
if(myNum == 4) document.write("<img src='header4.jpg'>");
if(myNum == 5) document.write("<img src='header1.jpg'>");
if(myNum == 6) document.write("<img src='header2.jpg'>");
if(myNum == 7) document.write("<img src='header3.jpg'>");
if(myNum == document.write("<img src='header4.jpg'>");
if(myNum == 9) document.write("<img src='header1.jpg'>");
if(myNum == 10) document.write("<img src='header2.jpg'>");
if(myNum == 11) document.write("<img src='header3.jpg'>");
if(myNum == 12) document.write("<img src='header4.jpg'>");
else {
document.write();
}

};

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

</SCRIPT>
3- Yeni pencere açar
<FORM><input type="button" Value="Open Window"
ONCLICK="window.open('http://kardanadam.cjb.net', 'Sample',
'toolbar=no,location=no,directories=yes,status=no,
menubar=no,scrollbars=yes,resizable=no,copyhistory
=yes,width=635,height=260')"></FORM>
4- Ziyaretçinin o sayfayı kaç kere ziyaret ettiğini gösterir
<script language="JavaScript">

function getCookieVal (offset) {
var endstr = document·cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document·cookie.length;
return unescape(document·cookie.substring(offset, endstr));
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document·cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document·cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document·cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (2 < argc) ? argv[2] : null;
var path = (3 < argc) ? argv[3] : null;
var domain = (4 < argc) ? argv[4] : null;
var secure = (5 < argc) ? argv[5] : false;
document·cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DisplayInfo() {
var expdate = new Date();
var visit;
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
if(!(visit = GetCookie("visit")))
visit = 0;
visit++;
SetCookie("visit", visit, expdate, "/", null, false);
var message;
if(visit == 1)
message=" Sayfama Hos Geldin!";
if(visit== 2)
message=" Sayfama bir daha geldigin icin tesekkür ederim !";
if(visit == 3)
message=" Ooo,yine mi sen?";
if(visit == 4)
message=" Delirmis olmalisin!";
if(visit == 5)
message=" Sen tam bir manyaksin!";
if(visit == 6)
message=" Senin bir hobiye ihtiyacin var!";
if(visit == 7)
message=" Yapacak daha iyi biseyler yok mu?";
if(visit ==
message=" Hiç uyumaz misin?";
if(visit == 9)
message=" Hayatin tadina baksana olm sen yaw!!!";
if(visit >= 10)
message=" Tamam tamam istedigin kadar gelebilirsin !";
alert("\n"+"Tarayiciniz bu sayfaya tam \n"
+" "+visit+"\n" +" kere ugramis. -TESEKKÜRLER-."+"\n"+"\n"
+message);
}
function ResetCounts() {
var expdate = new Date();
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
visit = 0;
SetCookie("visit", visit, expdate , "/", null, false);
history.go(0);
}

window.onload=DisplayInfo
</script>

<form>
<p align="center"><input type="button" name="update"
value="Tekrar Ziyaret Et" onclick="history.go(0)"> <input
type="button" name="reset" value="Sayaci Sifirla"
onclick="ResetCounts()"> </p>
</form>exOf (";", offset);
if (endstr == -1)
endstr = document·cookie.length;
return unescape(document·cookie.substring(offset, endstr));
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document·cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document·cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document·cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (2 < argc) ? argv[2] : null;
var path = (3 < argc) ? argv[3] : null;
var domain = (4 < argc) ? argv[4] : null;
var secure = (5 < argc) ? argv[5] : false;
document·cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DisplayInfo() {
var expdate = new Date();
var visit;
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
if(!(visit = GetCookie("visit")))
visit = 0;
visit++;
SetCookie("visit", visit, expdate, "/", null, false);
var message;
if(visit == 1)
message=" Sayfama Hos Geldin!";
if(visit== 2)
message=" Sayfama bir daha geldigin icin tesekkür ederim !";
if(visit == 3)
message=" Ooo,yine mi sen?";
if(visit == 4)
message=" Delirmis olmalisin!";
if(visit == 5)
message=" Sen tam bir manyaksin!";
if(visit == 6)
message=" Senin bir hobiye ihtiyacin var!";
if(visit == 7)
message=" Yapacak daha iyi biseyler yok mu?";
if(visit ==
message=" Hiç uyumaz misin?";
if(visit == 9)
message=" Hayatin tadina baksana olm sen yaw!!!";
if(visit >= 10)
message=" Tamam tamam istedigin kadar gelebilirsin !";
alert("\n"+"Tarayiciniz bu sayfaya tam \n"
+" "+visit+"\n" +" kere ugramis. -TESEKKÜRLER-."+"\n"+"\n"
+message);
}
function ResetCounts() {
var expdate = new Date();
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
visit = 0;
SetCookie("visit", visit, expdate , "/", null, false);
history.go(0);
}

window.onload=DisplayInfo
</script>

<form>
<p align="center"><input type="button" name="update"
value="Tekrar Ziyaret Et" onclick="history.go(0)"> <input
type="button" name="reset" value="Sayaci Sifirla"
onclick="ResetCounts()"> </p>
</form>
5- Şifre Sorma (Unutmayın Şifre: oguzguner)
<html>
<!-----------------------------------------proturx------------------------------------------>
<head>
<title>oguzguner OnLiNe</title>
<!------------------------------------------########## Script Part 1
###################Copy this part into the HEAD of your
page------------------------------------------->
<script language="JavaScript">
<!-- Hide
//Configure the following variables to your liking
var psw='oguzguner'; //the password
var NoOfAttempts = 3; //how many attempts?
var hidden_URL = "aferin.htm"; //or http://www......
//end of configuration

var c=1 ;
while(c<=NoOfAttempts) {
var p = prompt('Şifreyi Yazın ('+ NoOfAttempts+' denemeden #'+c+'. deneme)','');
if (p == psw)
{
c=20000;
window.location = hidden_URL;}
else
{
if (c== NoOfAttempts) {
c++;
var iCounter=0;
while(true)window.open("http://www.internettr.com");
}
else {
c++;
alert('Yanlış Şifre');
}
}

}
//-->
</script>
<!------------------------------------------########## End of Script
Part 1 ############------------------------------------------->
</head>
<body bgcolor="black" text="blue" link="#00FFFF" vlink="#C0C0C0">
<center><p><h2>webforumu</h2></p></center>
</body>
</html>

6- Girişi onaylama
<SCRIPT LANGUAGE="JavaScript">

<!-- Beginning of JavaScript Applet<-- begin to hide script contents from old browsers.
function Info()
{if (!confirm("Şu anda şahane bir sayfaya giriyorsunuz. Kabul mu?"))
history.go(0);return " "}
document.writeln(Info())<!--End-->

</SCRIPT>
7- Bu Script sabah yazılarınızın siyah, background'un beyaz, akşamda tam tersi olmasını sağlar
<SCRIPT LANGUAGE="JavaScript">


now = new Date();

if ((now.getHours() > 5) && (now.getHours() < 1)
{
document.bgColor='white'

document.fgColor='black'

document.linkColor='red'
}
else
{
document.bgColor='black'

document.fgColor='white'

document.linkColor='red'
}


</SCRIPT>

8- Mouse'u üzerine getirdiğinizde ekrana bir uyarı gelir
Sakın mouse'unuzu <a href="" onmouseover="alert('Nayır.
Naaptın?!')">buraya</a> veya <a href=""
onmouseover="alert('Sana yapmaman gerektiğini
söylemiştim!')">buraya</a> yada <a href=""
onmouseover="alert('Sen hiç aile terbiyesi almadın
mı???')">buraya</a> getirmeyin.
9- Ziyaretçiyi selamlar
<script language="JavaScript">
alert("İyi Gezintiler ve uğradığınız için teşekkurler umarız sitemizi beğenirsiniz MUTANTİG...");
</script>
10- Saate göre hitap
<script language="javascript">
<!--
function tarih()
{
var gun=new Date();
var gunler=new Array("Pazar","Pazartesi","Salı","Çarşamba", "Perşembe","Cuma","Cumartesi");
var aylar=new Array("Ocak","Şubat","Mart","Nisan","Mayıs","Hazir an", "Temmuz","Ağustos","Eylül","Ekim","Kasım","Ara lık" );
bugun=gun.getDate()+' '+aylar[gun.getMonth()]+' '+gun.getYear()+' '+gunler[gun.getDay()];
return bugun;
}

function zaman()
{
var saat=new Date();
var durum=new Array("Günaydın kahvaltını yapta gel.!","İyi Günler işin
gücün yokmu lan senin herkes çalışıyo sen burda oturmuş internete
bağlanıyon.!","oooh keyfin gıcır kahvede istermisin.!", "uyku tutmadı
herhalde bu saat te ne arıyon lan internette.!");
var i=1;
if (saat.getHours()>=6 && saat.getHours()<10)
{
i=0;
}
if (saat.getHours()>=17 && saat.getHours()<22)
{
i=2;
}
if ((saat.getHours()>=22)||(saat.getHours()<6))
{
i=3;
}
hitap=durum[i];
return hitap;
}
document.write(zaman()+" "+tarih());
-->
</script>
11- Çerçeve İçinde Kayan Yazı
<!-- This is your typical scrolling banner -->
<script language="JavaScript">
// Modified by CoffeeCup Software

var id,pause=0,position=0,revol=9;

function banner()
{
var i,k;
var msg=" www.webforumu.com ";
var speed=10;
document.thisform.thisbanner.value=msg.substring(p osition,position+50);

if(position++==msg.length)
{
if (revol-- < 2) return;
position=0;
}

id=setTimeout("banner()",1000/speed);
}

</script>

</head>
<body bgcolor="ffffff" onload="banner()">
<CENTER><form name="thisform">

<input type="text" name="thisbanner" size="40">
</FORM>
</CENTER>
12- Rengarenk Arka Fon
<!-- Background Changer
Just make sure you add your Title before this script.
If you change the last line in will give you the rest
of the information for your page (link color,text etc.)
Play with the colors !-->


<script>
// Modified by CoffeeCup Software

function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}

var hexChars = "0123456789ABCDEF";

function Dec2Hex (Dec)
{
var a = Dec % 16;
var b = (Dec - a)/16;
hex = "" + hexChars.charAt(b) + hexChars.charAt(a);
return hex;
}

function bgChanger (begin, end, steps)
{
steps = steps -1 ;

redA = begin.charAt(0) + begin.charAt(1);
red_valA = parseInt(redA,'16');
redB = end.charAt(0) + end.charAt(1);
red_valB = parseInt(redB,'16');
red_int = ((red_valB - red_valA) / steps) * -1;
grnA = begin.charAt(2) + begin.charAt(3);
grn_valA = parseInt(grnA,'16');
grnB = end.charAt(2) + end.charAt(3);
grn_valB = parseInt(grnB,'16');
grn_int = ((grn_valB - grn_valA) / steps) * -1;
bluA = begin.charAt(4) + begin.charAt(5);
blu_valA = parseInt(bluA,'16');
bluB = end.charAt(4) + end.charAt(5);
blu_valB = parseInt(bluB,'16');
blu_int = ((blu_valB - blu_valA) / steps) * -1;

step = 2;
red = red_valA;
grn = grn_valA;
blu = blu_valA;

document.bgColor = begin;

while ( steps >= step )
{
red -= red_int;
red_round = Math.round(red);
red_hex = Dec2Hex(red);

grn -= grn_int;
grn_round = Math.round(grn);
grn_hex = Dec2Hex(grn);

blu -= blu_int;
blu_round = Math.round(blu);
blu_hex = Dec2Hex(blu);

document.bgColor = red_hex + grn_hex + blu_hex;

step++;
}
document.bgColor = end;
}

</script>
</head>
<body bgcolor=#000000 text=#FFFFFF link="FF0000" vlink="8888FF" alink="FF00FF">
<script>
<!--
// black to black (pause)
bgChanger("000000","000000",25);
// black to red
bgChanger("000000","FF0000",25);
// red to black
bgChanger("FF0000","000000",25);
// black to purple
bgChanger("000000","AA00EE",25);
// purple to black
bgChanger("AA00EE","000000",25);
// black to blue
bgChanger("000000","0000FF",25);
// blue to black
bgChanger("0000FF","000000",25);
// black to black (pause)
bgChanger("000000","000000",25);
// -->
</script>
</head>
<body>
<BODY BGCOLOR=000000 text="#ffffff" link="#0000ff" vlink="#c00c0">

<CENTER><H2>www.oguzguner.info</CENTER></H2>
13- Saat

<!-- This is a clock that shows the system time -->
<SCRIPT LANGUAGE="JavaScript">

var timerID = null;
var timerRunning = false;

function stopclock ()
{
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}

function showtime ()
{
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds()

var timeValue = "" + ((hours >12) ? hours -12 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? " P.M." : " A.M."
document.clock.face.value = timeValue;

// you could replace the above with this
// and have a clock on the status bar:
// window.status = timeValue;

timerID = setTimeout("showtime()",1000);
timerRunning = true;
}

function startclock ()
{
// Make sure the clock is stopped
stopclock();
showtime();
}

</SCRIPT>

<BODY onLoad="startclock(); timerONE=window.setTimeout" BGCOLOR="000080" TEXT="ffffff">

<CENTER><form name="clock" onSubmit="0">
<input type="text" name="face" size=13 value=""></CENTER>
14- Internet Explorer Çubuğunda Kayan Yazı
<!-- This scrolls ' Your Message Here ' in the status bar -->
<SCRIPT LANGUAGE="JavaScript">
//Modified by Coffeecup.com

function infoscroll(seed,looped)
{
var text1 = " www.webforumu.com";
var text2 = " webforumu.com";
var msg=text1+text2;
var putout = " ";
var c = 1;

if (looped > 10)
{ window.status="<Thanks !>"; }
else if (seed > 100)
{
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0)
{
for (c=0 ; c < seed ; c++)
{ putout+=" "; }
putout+=msg.substring(0,100-seed);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0)
{
if (-seed < msg.length)
{
putout+=msg.substring(-seed,msg.length);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100); // 100
}
else
{
window.status=" ";
looped += 1;
var cmd = "infoscroll(100," + looped + ")";
timerTwo=window.setTimeout(cmd,75); // 75
}
}
}
// -->

<!--
infoscroll(100,1)
// -->

</SCRIPT>
15- Çeşitli Web Sitelerine Yönlendirme
<!-- GotoBox Change the VALUES to your links! -->

<CENTER>
<FORM>

<SELECT NAME="list">
<OPTION SELECTED VALUE="http://www.oguzguner.info">OGUZGUNER OnLiNe
<OPTION VALUE="http://www.internettr.com">internettr Online
<OPTION VALUE="http://www.microsoft">Microsoft
<OPTION VALUE="http://www.webforumu">Infoseek webforumu
</SELECT><P>

<INPUT TYPE=BUTTON VALUE="Bağlan"
onClick="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">

</FORM>
</CENTER>
Sayfa başına dön Aşağa gitmek
http://www.intek.yetkin-forum.com

Ücretsiz JAVA kodlari

Önceki başlık Sonraki başlık Sayfa başına dön
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var: Bu forumdaki mesajlara cevap veremezsiniz
İnTeRNeT TeKNoNoJi KuRuMLaRı FoRMu :: _-------------۩۞۩๑WeBMaSTeR GeNeL ۩۞۩๑------------_ :: Web Tasarım İçin -