Java Kodları (Hepsi)

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
İp Banlama

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
netscape = (navigator.appName.indexOf("Netscape") != -1);
version4 = (navigator.appVersion.indexOf("4.") != -1);
if (netscape && version4) {
ip = "" + java.net.InetAddress.getLocalHost().getHostAddress();
if (ip.indexOf("207.136") >= -1)
// Yukarıdaki kod ile 207.136.xxx.xxx nolu ipler alinmaz
{
alert("Bu siteye girmenize izin YOK.");
window.close();
}
}
// End -->
//Bu script http://www.turkwebmasters.net adresinden indirilmiştir.
</script>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Dinamik Saat) --------------------------------------------------------------------------------------------
<BODY>
<BODY onLoad="loadclock()" topmargin="6" leftmargin="0" bgcolor="#800000" text="#FFFF00" link="#FFFFFF" vlink="#C0C0C0" alink="#FF0000">

<script>
<!--
// HAZIRLAYAN VE SUNAN muratus Macho_M
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="<font face='Verdana' color='red'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
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>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(basit hesap makinası)
--------------------------------------------------------------------------------------------------------
<!-- ONE STEP TO INSTALL BASIC CALCULATOR:

1. Paste the coding into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document -->

<BODY>

<CENTER>
<FORM NAME="Calc">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<TABLE BORDER=4>
<TR>
<TD>
<INPUT TYPE="text" NAME="Input" Size="16">


</TD>
</TR>
<TR>
<TD>
<INPUT TYPE="button" NAME="one" VALUE=" 1 " OnClick="Calc.Input.value += '1'">
<INPUT TYPE="button" NAME="two" VALUE=" 2 " OnCLick="Calc.Input.value += '2'">
<INPUT TYPE="button" NAME="three" VALUE=" 3 " OnClick="Calc.Input.value += '3'">
<INPUT TYPE="button" NAME="plus" VALUE=" + " OnClick="Calc.Input.value += ' + '">


<INPUT TYPE="button" NAME="four" VALUE=" 4 " OnClick="Calc.Input.value += '4'">
<INPUT TYPE="button" NAME="five" VALUE=" 5 " OnCLick="Calc.Input.value += '5'">
<INPUT TYPE="button" NAME="six" VALUE=" 6 " OnClick="Calc.Input.value += '6'">
<INPUT TYPE="button" NAME="minus" VALUE=" - " OnClick="Calc.Input.value += ' - '">


<INPUT TYPE="button" NAME="seven" VALUE=" 7 " OnClick="Calc.Input.value += '7'">
<INPUT TYPE="button" NAME="eight" VALUE=" 8 " OnCLick="Calc.Input.value += '8'">
<INPUT TYPE="button" NAME="nine" VALUE=" 9 " OnClick="Calc.Input.value += '9'">
<INPUT TYPE="button" NAME="times" VALUE=" x " OnClick="Calc.Input.value += ' * '">


<INPUT TYPE="button" NAME="clear" VALUE=" c " OnClick="Calc.Input.value = ''">
<INPUT TYPE="button" NAME="zero" VALUE=" 0 " OnClick="Calc.Input.value += '0'">
<INPUT TYPE="button" NAME="DoIt" VALUE=" = " OnClick="Calc.Input.value = eval(Calc.Input.value)">
<INPUT TYPE="button" NAME="div" VALUE=" / " OnClick="Calc.Input.value += ' / '">


</TD>
</TR>
</TABLE>
</FORM>
</CENTER>

<p><center>

Tr-Web Javascript Arşivi</font>
</center><p>

<!-- Script Size: 1.89 KB -->
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Hareketli Yazı)
--------------------------------------------------------------------------------------------------------
<SCRIPT LANGUAGE="JavaScript">
<!--
done = 0;
step = 4
function anim(yp,yk)
{
if(document.layers) document.layers["napis"].top=yp;
else document.all["napis"].style.top=yp;
if(yp>yk) step = -4
if(yp<60) step = 4
setTimeout('anim('+(yp+step)+','+yk+')', 35);
}
function start()
{
if(done) return
done = 1;
if(navigator.appName=="Netscape") {
document.napis.left=innerWidth/2 - 145;
anim(60,innerHeight - 60)
}
else {
napis.style.left=11;
anim(60,document.body.offsetHeight - 60)
}
}
//-->
</SCRIPT>
</HEAD><BODY><div id='napis' style='position: absolute; top: -50; color: #D23842; font-family: Arial, Helvetica; font-weight:bold; font-size:40px;'>www.hazirkod.com ...</div>
<SCRIPT LANGUAGE="JavaScript">
<!--
setTimeout('start()',10);
//-->
</SCRIPT>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Haraketli Menu)
--------------------------------------------------------------------------------------------------------
<html>
<head>
<meta name="author" content="yilmaz"><!--bu metayi -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"><!--ve bu metayi <head></head> arasina eklerseniz türkce karekter sorunu olmaz-->
<meta http-equiv="content-language" content="tr">
<title>Buraya ne yazarsan yukarda en üstte o görünür</title>

<style>
<!--

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

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

<script language="JavaScript1.2">



if (document.all)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
</script>
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()

//extend or shorten this list
sitems[0]=".........link1"
sitems[1]=".........link2"
sitems[2]=".........link3"
sitems[3]=".........link4"
sitems[4]=".........link5"
sitems[5]=".........link6"
sitems[6]=".........link7"
sitems[7]=".........link8"
sitems[8]=".........link9"
sitems[9]=".........link10"
sitems[10]="........link11"
sitems[11]="........link12"
sitems[12]="........link13"


//These are the links pertaining to the above text.
sitemlinks[0]="link1.html"
sitemlinks[1]="link2.html"
sitemlinks[2]="link3.html"
sitemlinks[3]="link4.html"
sitemlinks[4]="link5.html"
sitemlinks[5]="link6.html"
sitemlinks[6]="link7.html"
sitemlinks[7]="link8.html"
sitemlinks[8]="link9.html"
sitemlinks[9]="link10.html"
sitemlinks[10]="link11.html"
sitemlinks[11]="link12.html"
sitemlinks[12]="link13.html"

for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks+'>'+sitems+'</a>
')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>

</body>
</html>
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Hafta - Saat Gosterimi)
--------------------------------------------------------------------------------------------------------
<!-- TWO STEPS TO INSTALL WEEK DATES:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Jonathan Hurshman ([email protected]) -->
<!-- Web Site: http://www.pilgrim.f2s.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function formatDate(date) {
var mymonth = date.getMonth()+1;
var myweekday = date.getDate();
return (mymonth + "/" + myweekday);
}
function printWeek() {
var now = new Date();
var nowDayOfWeek = now.getDay();
var nowDay = now.getDate();
var nowMonth = now.getMonth();
var nowYear = now.getYear();
nowYear += (nowYear < 2000) ? 1900 : 0;
var weekStartDate = new Date(nowYear, nowMonth, nowDay - nowDayOfWeek);
var weekEndDate = new Date(nowYear, nowMonth, nowDay + (6 - nowDayOfWeek));
document.write("Current Week: " + formatDate(weekStartDate) + " - " + formatDate(weekEndDate));
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<script>
printWeek();
</script>

<p><center>

by <a href="javascript:if(confirm('http://javascriptsource.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://javascriptsource.com/'" tppabs="http://javascriptsource.com/">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 1.30 KB -->
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Giriş Yasaklama)
--------------------------------------------------------------------------------------------
<!-- THREE STEPS TO INSTALL NO ENTRY:

1. Paste the coding into the HEAD of your HTML document
2. Put the last code into the BODY of your HTML document
3. Change the form's ACTION to point to your Form Mail CGI-Script -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function noEntry() {
mt=document.form.entry.value;
if ((mt.length<1)||(mt.substring(0,6)=="******")) {
alert("I'm sorry. This entry must be "
+"completed before I can submit this form"
+" for processing.");
document.form.entry.value="******Please Complete This Entry";
document.form.entry.focus();
return false;
}
else { return true; }
}
// End -->
</SCRIPT>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<form name="form" action="/cgi-bin/your-form-processor.pl" onsubmit="return noEntry()">
<center>
<input type="text" name="entry" size=40>

<input type="submit" name="button" value="submit">
</center>
</form>

<!-- STEP THREE: Change the form's ACTION "javascript:if(confirm('http://javascript.internet.com/forms/to \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?'))window.location='http://javascript.internet.com/forms/to'" tppabs="http://javascript.internet.com/forms/to" point to your Form Mail CGI-Script -->

<p><center>

by <a href="javascript:if(confirm('http://javascriptsource.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://javascriptsource.com/'" tppabs="http://javascriptsource.com/">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 1.00 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Gelişmiş Hesap Makinası)
-------------------------------------------------------------------------------------------
<!-- ONE STEP TO INSTALL ADVANCED CALCULATOR:

1. Paste the coding into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document -->

<BODY>
<CENTER>
<FORM name="Keypad" action="">

<!-- Original: http://www.dummyproof.com/javascripts -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<TABLE>
<B>
<TABLE border=2 width=50 height=60 cellpadding=1 cellspacing=5>
<TR>
<TD colspan=3 align=middle>
<input name="ReadOut" type="Text" size=24 value="0" width=100%>
</TD>
<TD
</TD>
<TD>
<input name="btnClear" type="Button" value=" C " onclick="Clear()">
</TD>
<TD><input name="btnClearEntry" type="Button" value=" CE " onclick="ClearEntry()">
</TD>
</TR>
<TR>
<TD>
<input name="btnSeven" type="Button" value=" 7 " onclick="NumPressed(7)">
</TD>
<TD>
<input name="btnEight" type="Button" value=" 8 " onclick="NumPressed(">
</TD>
<TD>
<input name="btnNine" type="Button" value=" 9 " onclick="NumPressed(9)">
</TD>
<TD>
</TD>
<TD>
<input name="btnNeg" type="Button" value=" +/- " onclick="Neg()">
</TD>
<TD>
<input name="btnPercent" type="Button" value=" % " onclick="Percent()">
</TD>
</TR>
<TR>
<TD>
<input name="btnFour" type="Button" value=" 4 " onclick="NumPressed(4)">
</TD>
<TD>
<input name="btnFive" type="Button" value=" 5 " onclick="NumPressed(5)">
</TD>
<TD>
<input name="btnSix" type="Button" value=" 6 " onclick="NumPressed(6)">
</TD>
<TD>
</TD>
<TD align=middle><input name="btnPlus" type="Button" value=" + " onclick="Operation('+')">
</TD>
<TD align=middle><input name="btnMinus" type="Button" value=" - " onclick="Operation('-')">
</TD>
</TR>
<TR>
<TD>
<input name="btnOne" type="Button" value=" 1 " onclick="NumPressed(1)">
</TD>
<TD>
<input name="btnTwo" type="Button" value=" 2 " onclick="NumPressed(2)">
</TD>
<TD>
<input name="btnThree" type="Button" value=" 3 " onclick="NumPressed(3)">
</TD>
<TD>
</TD>
<TD align=middle><input name="btnMultiply" type="Button" value=" * " onclick="Operation('*')">
</TD>
<TD align=middle><input name="btnDivide" type="Button" value=" / " onclick="Operation('/')">
</TD>
</TR>
<TR>
<TD>
<input name="btnZero" type="Button" value=" 0 " onclick="NumPressed(0)">
</TD>
<TD>
<input name="btnDecimal" type="Button" value=" . " onclick="Decimal()">
</TD>
<TD colspan=3>
</TD>
<TD>
<input name="btnEquals" type="Button" value=" = " onclick="Operation('=')">
</TD>
</TR>
</TABLE>
</TABLE>
</B>
</FORM>
</CENTER>
<font face="Verdana, Arial, Helvetica" size=2>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var FKeyPad = document.Keypad;
var Accum = 0;
var FlagNewNum = false;
var PendingOp = "";
function NumPressed (Num) {
if (FlagNewNum) {
FKeyPad.ReadOut.value = Num;
FlagNewNum = false;
}
else {
if (FKeyPad.ReadOut.value == "0")
FKeyPad.ReadOut.value = Num;
else
FKeyPad.ReadOut.value += Num;
}
}
function Operation (Op) {
var Readout = FKeyPad.ReadOut.value;
if (FlagNewNum && PendingOp != "=");
else
{
FlagNewNum = true;
if ( '+' == PendingOp )
Accum += parseFloat(Readout);
else if ( '-' == PendingOp )
Accum -= parseFloat(Readout);
else if ( '/' == PendingOp )
Accum /= parseFloat(Readout);
else if ( '*' == PendingOp )
Accum *= parseFloat(Readout);
else
Accum = parseFloat(Readout);
FKeyPad.ReadOut.value = Accum;
PendingOp = Op;
}
}
function Decimal () {
var curReadOut = FKeyPad.ReadOut.value;
if (FlagNewNum) {
curReadOut = "0.";
FlagNewNum = false;
}
else
{
if (curReadOut.indexOf(".") == -1)
curReadOut += ".";
}
FKeyPad.ReadOut.value = curReadOut;
}
function ClearEntry () {
FKeyPad.ReadOut.value = "0";
FlagNewNum = true;
}
function Clear () {
Accum = 0;
PendingOp = "";
ClearEntry();
}
function Neg () {
FKeyPad.ReadOut.value = parseFloat(FKeyPad.ReadOut.value) * -1;
}
function Percent () {
FKeyPad.ReadOut.value = (parseFloat(FKeyPad.ReadOut.value) / 100) * parseFloat(Accum);
}
// End -->
</SCRIPT>

<p><center>

Tr-Web Javascript Arşivi</font>
</center><p>

<!-- Script Size: 4.05 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
Gelen Ziyaretcilerinizin İp Adreslerini Gostermeye yarayan java

<applet code="IPdisp.class" align="baseline"
width="275" height="20" name="IPdisp"><param name="message"
value="SelamunAleykum : "><param name="bgRVal" value="0"><param
name="bgGVal" value="0"><param name="bgBVal" value="255"><param
name="txtRVal" value="255"><param name="txtGVal" value="255"><param
name="txtBVal" value="255"></applet>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Fransızca Translator)
--------------------------------------------------------------------------------------------------------
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Lucie Soublin -->

<!-- Begin
var A=0
var B=0
var C=0
var D=0
var french=""
function process() {
Translation()
alert(french)
}
function Translation() {
french = partA() + partB() + partC() + partD() + "?"
}
function partA() {
if (A==1)
return "Voulez vous"
else if (A==2)
return "Devons nous vraiment"
else if (A==3)
return "Savez-vous"
else if (A==4)
return "Peut-on"
else if (A==5)
return "Arriverai-je a"
else
return "Euh...et pour"
}
function partB() {
if (B==1)
return " coucher avec"
else if (B==2)
return " trouver"
else if (B==3)
return " manger"
else if (B==4)
return " acheter"
else if (B==5)
return " me montrer"
else if (B==6)
return " ressembler a"
else if (B==7)
return " supporter"
else if (B==8)
return " rentrer dans"
else
return " biduler"
}
function partC() {
if (C==1)
return " Gerard Depardieu"
else if (C==2)
return " du parfum"
else if (C==3)
return " une paire de cuisse de grenouilles"
else if (C==4)
return " du bon fromage"
else if (C==5)
return " la Tour Eiffel"
else if (C==6)
return " un vrai parisien"
else if (C==7)
return " ma femme"
else if (C==8)
return " mon patalon"
else
return " un truc"
}
function partD() {
if (D==1)
return " dans vos reves les plus fous"
else if (D==2)
return " pour cacher l'odeur"
else if (D==3)
return " en buvant du vin rouge"
else if (D==4)
return " sans savoir parler francais"
else if (D==5)
return " juste apres le petit dejeune"
else if (D==6)
return " sans avoir l'air trop arrogant"
else if (D==7)
return " avec ma belle-mere presente"
else if (D==8)
return " apres 300 croissants au beurre"
else if (D==9)
return ""
else
return " avec machin-chose"
}
// End -->
</SCRIPT>

<!-- STEP TWO: Put this code into the BODY of your HTML document -->

<BODY>

<CENTER>
<FORM>
<input type ="radio" name="choiceA" value"A1" onClick="A = 1">Do you want
<input type ="radio" name="choiceA" value"A2" onClick="A = 2">Do we really have
<input type ="radio" name="choiceA" value"A3" onClick="A = 3">Do you know how


<input type ="radio" name="choiceA" value"A4" onClick="A = 4">Is it be possible
<input type ="radio" name="choiceA" value"A5" onClick="A = 5">Will I manage
</form>
<hr>
<form>
<input type ="radio" name="choiceB" value"B1" onClick="B = 1">to sleep with
<input type ="radio" name="choiceB" value"B2" onClick="B = 2">to find
<input type ="radio" name="choiceB" value"B3" onClick="B = 3">to eat
<input type ="radio" name="choiceB" value"B4" onClick="B = 4">to buy


<input type ="radio" name="choiceB" value"B5" onClick="B = 5">to show me
<input type ="radio" name="choiceB" value"B6" onClick="B = 6">to look like
<input type ="radio" name="choiceB" value"B7" onClick="B = 7">to stand
<input type ="radio" name="choiceB" value"B8" onClick="B = 8">to get in
</form>
<hr>
<form>
<input type ="radio" name="choiceC" value"C1" onClick="C = 1">Gerard Depardieu
<input type ="radio" name="choiceC" value"C2" onClick="C = 2">perfume
<input type ="radio" name="choiceC" value"C3" onClick="C = 3">a pair of frog legs


<input type ="radio" name="choiceC" value"C4" onClick="C = 4">good cheese
<input type ="radio" name="choiceC" value"C5" onClick="C = 5">the Eiffel Tower


<input type ="radio" name="choiceC" value"C6" onClick="C = 6">a genuine Parisian
<input type ="radio" name="choiceC" value"C7" onClick="C = 7">my wife
<input type ="radio" name="choiceC" value"C8" onClick="C = 8">my pants
</form>
<hr>
<form>
<input type ="radio" name="choiceD" value"D1" onClick="D = 1">in your widest dreams?
<input type ="radio" name="choiceD" value"D2" onClick="D = 2">to cover the smell?
<input type ="radio" name="choiceD" value"D3" onClick="D = 3">while drinking red wine?
<input type ="radio" name="choiceD" value"D4" onClick="D = 4">without speaking French?
<input type ="radio" name="choiceD" value"D5" onClick="D = 5">right after breakfast?
<input type ="radio" name="choiceD" value"D6" onClick="D = 6">without being too arrogant?
<input type ="radio" name="choiceD" value"D7" onClick="D = 7">when my mother-in-law is around?
<input type ="radio" name="choiceD" value"D8" onClick="D = 8">after eating 300 croissants?
<input type ="radio" name="choiceD" value"D9" onclick="D = 9">? (nothing)
</FORM>
<hr>
<FORM><INPUT TYPE="button" VALUE="translate" NAME="translator" onClick="process()">
</FORM>
</CENTER>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Favorilere Ekle)
--------------------------------------------------------------------------------------------------------
<BODY>
<font face="Arial Tur" size="2">

Daha sonra
sitemi kolayca ziyaret edebilmek için,
lütfen</B>

<a href=javascript:window.external.AddFavorite
('http://www.ihvan-forum.com, 'İslamınKaynak Sitesi')">FAVORİLERE</a>

ekleyin</B></font>
</BODY>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(E-mail gönderme programı)
--------------------------------------------------------------------------------------------
<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://aslanprogram.com.tr.tc -->

<FORM>
<INPUT TYPE="button" VALUE="[email protected]" onClick="parent.location='mailto:[email protected]'">
</FORM>

<FORM>
<INPUT TYPE="button" VALUE="[email protected]" onClick="parent.location='mailto:[email protected]?subject='">
</FORM>

<p><center>

<a

<!-- Script Size: 0.70 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(E-mail Yollayıcı)
--------------------------------------------------------------------------------------------
<!-- TWO STEPS TO INSTALL FORM VALIDATION:

1. Paste the first coding into the HEAD of your HTML document
2. Put the last code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function getCookie(name){
var cname = name + "=";
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexOf(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexOf(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
}
}
return null;
}
function setCookie(name, value) {
var now = new Date();
var then = new Date(now.getTime() + 31536000000);
document.cookie = name + "=" + escape(value) + "; expires=" + then.toGMTString() + "; path=/";
}
function getInfo(form) {
form.info.value = "Browser Information: " + navigator.userAgent;
}
function getValue(element) {
var value = getCookie(element.name);
if (value != null) element.value = value;
}
function setValue(element) {
setCookie(element.name, element.value);
}
function fixElement(element, message) {
alert(message);
element.focus();
}
function isMailReady(form) {
var passed = false;
if (form.fullname.value == "") {
fixElement(form.fullname, "Please include your name.");
}
else if (form.email.value.indexOf("@") == -1 ||
form.email.value.indexOf(".") == -1) {
fixElement(form.email, "Please include a proper email address.");
}
else if (form.message.value == "") {
fixElement(form.message, "Please include a message.");
}
else {
getInfo(form);
passed = true;
}
return passed;
}
// End -->
</SCRIPT>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<CENTER>
<FORM NAME = "mail" ACTION = "mailto:youremailaddress.com" METHOD = "POST" ENCTYPE = "text/plain" onSubmit = "return isMailReady(this);">
<INPUT TYPE = "hidden" NAME = "info">
<TABLE BORDER = 0 CELLPADDING = 5 CELLSPACING = 0>
<TR>
<TD>
Your Name:
<P>
<INPUT TYPE = "TEXT" NAME = "fullname" onFocus = "getValue(this)" onBlur = "setValue(this)">
</TD>
<TD>
Your Email Address:
<P>
<INPUT TYPE = "TEXT" NAME = "email" onFocus = "getValue(this)" onBlur = "setValue(this)">
</TD>
</TR>
<TR>
<TD COLSPAN = "2">
Enter your Message:
<P>
<TEXTAREA ROWS = "8" COLS = "38" NAME = "message">​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(E-Mail Adresi Whois)
--------------------------------------------------------------------------------------------
<!-- TWO STEPS TO INSTALL EMAIL DOMAIN:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function stripEmail(Email){
var atsign = Email.substring(0,Email.lastIndexOf('@')+1);

var domain = Email.substring(atsign.length,Email.length+1);
var page = "http://www.networksolutions.com/cgi-bin/whois/whois?STRING=" + domain;

window.location=page;
}
// End -->
</SCRIPT>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<form>
<center>
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td><strong>Email: </strong></td>
<td><input type=text name=email value="[email protected]"></td>
</tr>
<tr>
<td colspan=2 align=center>
<input type=button value="WHOIS Query" onClick="stripEmail(email.value)"></td>
</tr>
</table>
</center>
</form>

<p><center>

Tr-Web Javascript Arşivi</font>
</center><p>

<!-- Script Size: 1.12 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
Ekranın Renk Durumu Hakkında Bilgi Sunan Bir Java

<SCRIPT LANGUAGE="Javascript"><!--
if( self.screen ) { // for N4 and E4 only
N = screen.pixelDepth
? Math.pow( 2, screen.pixelDepth ) // in N4
: Math.pow( 2, screen.colorDepth ) // in E4
}
else { N = "?" }

document.write( 'Your screen colour depth is ' +N+ ' colours.' )


//--></SCRIPT>​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Duvar Saatleri)
--------------------------------------------------------------------------------------------
<!-- TWO STEPS TO INSTALL WALL CLOCK:

1. Copy the coding into the BODY of your main page -->
2. Paste the last section into a new file, save it as wall-clock.html -->

<!-- STEP ONE: Paste this code into the BODY of your main HTML document -->

<BODY>

<center>
<form name=digitalclock>
<input type=button value="Open the Wall Clock" onClick="window.open('wall-clock.html', 'wallclock', 'width=200, height=200');">
</form>
</center>

<!-- STEP TWO: Put this section into a new file, save it as wall-clock.html -->

<HTML>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Randy Bennett ([email protected]) -->
<!-- Web Site: http://home.thezone.net/~rbennett/utility/sitemap.htm -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
pX = 100;
pY = 100;
obs = new Array(13);
function ob() {
for (i = 0; i < 13; i++) {
if (document.all) obs = new Array (eval('ob'+i).style,-100,-100);
else obs = new Array (eval('document.ob'+i),-100,-100);
}
}
function cl(a, b, c) {
if (document.all) {
if (a != 0) b += -1;
eval('c'+a+'.style.pixelTop='+(pY+(c)));
eval('c'+a+'.style.pixelLeft='+(pX+(b)));
}
else {
if (a != 0) b += 10;
eval('document.c'+a+'.top='+(pY+(c)));
eval('document.c'+a+'.left='+(pX+(b)));
}
}
function runClock() {
for (i = 0; i < 13; i++) {
obs[0].left=obs[1]+pX;
obs[0].top=obs[2]+pY;
}
}
var lastsec;
function timer() {
time = new Date ();
sec = time.getSeconds();
if (sec != lastsec) {
lastsec = sec;
sec = Math.PI * sec / 30;
min = Math.PI * time.getMinutes() / 30;
hr = Math.PI * time.getHours() / 6 + Math.PI * parseInt(time.getMinutes()) / 360;
for (i = 1; i < 6; i++) {
obs[1] = Math.sin(sec) * (44 - (i-1) * 11) - 16;
if (document.layers)obs[1] += 10;
obs[2] = -Math.cos(sec) * (44 - (i-1) * 11) - 27;
}
for (i = 6;i < 10; i++) {
obs[1] = Math.sin(min) * (40 - (i-6) * 10) - 16;
if (document.layers)obs[1] += 10;
obs[2] = -Math.cos(min) * (40 - (i-6) * 10) - 27;
}
for (i = 10; i < 13; i++) {
obs[1] = Math.sin(hr) * (37 - (i-10) * 11) - 16;
if (document.layers)obs[1] += 10;
obs[2] = -Math.cos(hr) * (37 - (i-10) * 11) - 27;
}
}
}
function setNum() {
cl (0, -67, -65);
cl (1, 10, -51);
cl (2, 28, -33);
cl (3, 35, -8);
cl (4, 28, 17);
cl (5, 10, 35);
cl (6, -15, 42);
cl (7, -40, 35);
cl (8, -58, 17);
cl (9, -65, -8);
cl (10, -58, -33);
cl (11, -40, -51);
cl (12, -16, -56);
}
function startClock() {
ob();
setNum();
setInterval('timer()', 100);
setInterval('runClock()', 100);
}
// End -->
</script>
<style>
..num {color:white;width:30px;text-align:center; }
</style>
</HEAD>

<body onLoad="javascript:startClock();">

<div id="c0" style="position:absolute;left:36;top:36; z-index:2;">
<table>
<tr>
<td bgcolor=000000 width=120 height=120>
</td>
</tr>
</table>
</div>
<div id="c1" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">1</div>
<div id="c2" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">2</div>
<div id="c3" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">3</div>
<div id="c4" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">4</div>
<div id="c5" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">5</div>
<div id="c6" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">6</div>
<div id="c7" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">7</div>
<div id="c8" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">8</div>
<div id="c9" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">9</div>
<div id="c10" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">10</div>
<div id="c11" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">11</div>
<div id="c12" class="num" style="position:absolute;left:20;top:-20; z-index:5;font-size:11px;">12</div>

<div id="ob0" class="num" style="position:absolute;left:-20;top:-20;z-index:1">
</div>
<div id="ob1" class="num" style="position:absolute;left:-20;top:-20;z-index:8">
<font size="+3" color="#0000ff">.</font></div>
<div id="ob2" class="num" style="position:absolute;left:-20;top:-20;z-index:8">
<font size="+3" color="#0000ff">.</font></div>
<div id="ob3" class="num" style="position:absolute;left:-20;top:-20;z-index:8">
<font size="+3" color="#0000ff">.</font></div>
<div id="ob4" class="num" style="position:absolute;left:-20;top:-20;z-index:8">
<font size="+3" color="#0000ff">.</font></div>
<div id="ob5" class="num" style="position:absolute;left:-20;top:-20;z-index:8">
<font size="+3" color="#0000ff">.</font></div>
<div id="ob6" class="num" style="position:absolute;left:-20;top:-20;z-index:7">
<font size="+3" color="#00ffff">.</font></div>
<div id="ob7" class="num" style="position:absolute;left:-20;top:-20;z-index:7">
<font size="+3" color="#00ffff">.</font></div>
<div id="ob8" class="num" style="position:absolute;left:-20;top:-20;z-index:7">
<font size="+3" color="#00ffff">.</font></div>
<div id="ob9" class="num" style="position:absolute;left:-20;top:-20;z-index:7">
<font size="+3" color="#00ffff">.</font></div>
<div id="ob10" class="num" style="position:absolute;left:-20;top:-20;z-index:6">
<font size="+3" color="#ffff00">.</font></div>
<div id="ob11" class="num" style="position:absolute;left:-20;top:-20;z-index:6">
<font size="+3" color="#ffff00">.</font></div>
<div id="ob12" class="num" style="position:absolute;left:-20;top:-20;z-index:6">
<font size="+3" color="#ffff00">.</font></div>
</body>
</html>

<p><center>

by <a href="javascript:if(confirm('http://javascriptsource.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://javascriptsource.com/'" tppabs="http://javascriptsource.com/">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 5.93 KB -->
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Dünya Saatleri)
--------------------------------------------------------------------------------------------
<!-- THREE STEPS TO INSTALL WORLD CLOCK:

1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag
3. Put the last coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Emanuel Gavrilv ([email protected]) -->
<!-- Web Site: http://www.angelfire.com/on/eltal -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function GetTime() {
var dt = new Date();
var def = dt.getTimezoneOffset()/60;
var gmt = (dt.getHours() + def);
document.clock.local.value = (IfZero(dt.getHours()) + ":" + IfZero(dt.getMinutes()) + ":" + IfZero(dt.getSeconds()));
var ending = ":" + IfZero(dt.getMinutes()) + ":" + IfZero(dt.getSeconds());
var rome =check24(((gmt + 1) > 24) ? ((gmt + 1) - 24) : (gmt + 1));
document.clock.rome.value = (IfZero(rome) + ending);
var isr =check24(((gmt + 2) > 24) ? ((gmt + 2) - 24) : (gmt + 2));
document.clock.Israel.value = (IfZero(isr) + ending);
var msw =check24(((gmt + 3) > 24) ? ((gmt + 3) - 24) : (gmt + 3));
document.clock.msw.value = (IfZero(msw) + ending);
var baku =check24(((gmt + 4) > 24) ? ((gmt + 4) - 24) : (gmt + 4));
document.clock.baku.value = (IfZero(baku) + ending);
var del =check24(((gmt + 5) > 24) ? ((gmt + 5) - 24) : (gmt + 5));
document.clock.del.value = (IfZero(del) + ending);
var dh =check24(((gmt + 6) > 24) ? ((gmt + 6) - 24) : (gmt + 6));
document.clock.dh.value = (IfZero(dh) + ending);
var kok =check24(((gmt +7 ) > 24) ? ((gmt +7 ) - 24) : (gmt + 7));
document.clock.kok.value = (IfZero(kok) + ending);
var ho =check24(((gmt + > 24) ? ((gmt + - 24) : (gmt + );
document.clock.ho.value = (IfZero(ho) + ending);
var tky =check24(((gmt + 9) > 24) ? ((gmt + 9) - 24) : (gmt + 9));
document.clock.tky.value = (IfZero(tky) + ending);
var sdn =check24(((gmt + 10) > 24) ? ((gmt + 10) - 24) : (gmt + 10));
document.clock.sdn.value = (IfZero(sdn) + ending);
var mag =check24(((gmt + 11) > 24) ? ((gmt + 11) - 24) : (gmt + 11));
document.clock.mag.value = (IfZero(mag) + ending);
var wll =check24(((gmt + 12) > 24) ? ((gmt + 12) - 24) : (gmt + 12));
document.clock.wll.value = (IfZero(wll) + ending);

var _GMT =check24(((gmt) > 24) ? ((gmt) - 24) : (gmt));

document.clock._GMT.value = (IfZero(_GMT) + ":" + IfZero(dt.getMinutes()) + ":" + IfZero(dt.getSeconds()));
var eniw =check24(((gmt + (24-12)) > 24) ? ((gmt + (24-12)) - 24) : (gmt + (24-12)));
document.clock.eniw.value = (IfZero(eniw) + ending);
var sam =check24(((gmt + (24-11)) > 24) ? ((gmt + (24-11)) - 24) : (gmt + (24-11)));
document.clock.sam.value = (IfZero(sam) + ending);
var haw =check24(((gmt + (24-10)) > 24) ? ((gmt + (24-10)) - 24) : (gmt + (24-10)));
document.clock.Hawaii.value = (IfZero(haw) + ending);
var ala =check24(((gmt + (24-9)) > 24) ? ((gmt + (24-9)) - 24) : (gmt + (24-9)));
document.clock.alaska.value = (IfZero(ala) + ending);
var pacif =check24(((gmt + (24-8)) >= 24) ? ((gmt + (24-8)) - 24) : (gmt + (24-8)));
document.clock.pacif.value = (IfZero(pacif) + ending);
var mount =check24(((gmt + (24-7)) > 24) ? ((gmt + (24-7)) - 24) : (gmt + (24-7)));
document.clock.mount.value = (IfZero(mount) + ending);
var center =check24(((gmt + (24-6)) > 24) ? ((gmt + (24-6)) - 24) : (gmt + (24-6)));
document.clock.center.value = (IfZero(center) + ending);
var east =check24(((gmt + (24-5)) > 24) ? ((gmt + (24-5)) - 24) : (gmt + (24-5)));
document.clock.east.value = (IfZero(east) + ending);
var atl =check24(((gmt + (24-4)) > 24) ? ((gmt + (24-4)) - 24) : (gmt + (24-4)));
document.clock.atl.value = (IfZero(atl) + ending);
var bra =check24(((gmt + (24-3)) > 24) ? ((gmt + (24-3)) - 24) : (gmt + (24-3)));
bra = (bra >= 24) ? bra - 24 : bra;
document.clock.bra.value = (IfZero(bra) + ending);
var mid =check24(((gmt + (24-2)) > 24) ? ((gmt + (24-2)) - 24) : (gmt + (24-2)));
mid = (mid >= 24) ? mid - 24 : mid;
document.clock.mid.value = (IfZero(mid) + ending);
var azo =check24(((gmt + (24-1)) > 24) ? ((gmt + (24-1)) - 24) : (gmt + (24-1)));
azo = (azo >= 24) ? azo - 24 : azo;
document.clock.azo.value = (IfZero(azo) + ending);
setTimeout("GetTime()", 1000);
}
function IfZero(num) {
return ((num <= 9) ? ("0" + num) : num);
}
function check24(hour) {
return (hour >= 24) ? hour - 24 : hour;
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

<BODY onLoad="javascript:GetTime();">

<!-- STEP THREE: Copy this code into the BODY of your HTML document -->

<center>
<form name="clock">
<strong>Local Time <input type="text" size="8" name="local"></strong>
<p>
Eniwetok (GMT-12) <input type="text" size="8" name="eniw">

Samoa (GMT-11) <input type="text" size="8" name="sam">

Hawaii (GMT-10) <input type="text" size="8" name="Hawaii">
<p>
Alaska (GMT-9) <input type="text" size="8" name="alaska">

Pacific Time (GMT-8) <input type="text" size="8" name="pacif">

Mountain Time (GMT-7) <input type="text" size="8" name="mount">
<p>
Central Time (GMT-6) <input type="text" size="8" name="center">

Eastern Time (GMT-5) <input type="text" size="8" name="east">

Atlantic Time (GMT-4) <input type="text" size="8" name="atl">
<p>
Brazilia (GMT-3) <input type="text" size="8" name="bra">

Mid-Atlantic (GMT-2) <input type="text" size="8" name="mid">

Azores (GMT-1) <input type="text" size="8" name="azo">
<p>
<strong>Greenwich Mean Time (GMT) <input type="text" size="8" name="_GMT"></strong>
<p>
Rome (GMT +1) <input type="text" size="8" name="rome">

Israel (GMT +2) <input type="text" size="8" name="Israel">

Moscow (GMT +3) <input type="text" size="8" name="msw">
<p>
Baku (GMT +4) <input type="text" size="8" name="baku">

New Delhi (GMT +5) <input type="text" size="8" name="del">

Dhakar (GMT +6) <input type="text" size="8" name="dh">
<p>
Bangkok (GMT +7) <input type="text" size="8" name="kok">

Hong Kong (GMT +8) <input type="text" size="8" name="ho">

Tokyo (GMT +9) <input type="text" size="8" name="tky">
<p>
Sydney (GMT +10) <input type="text" size="8" name="sdn">

Magadan (GMT +11) <input type="text" size="8" name="mag">

Wellington (GMT +12) <input type="text" size="8" name="wll">
</form>
</center>

<p><center>

Tr-Web Javascript Arşivi</font>
</center><p>

<!-- Script Size: 5.96 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Kullanıcının Dinleyeceği Kuranı Seçmesi) ScriptCİ.Com
--------------------------------------------------------------------------------------------------------
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
songNum = new Array();
songNum[0] = "#";
songNum[1] = "http://javascript.internet.com/img/midi-menu/whiskey.mid";
songNum[2] = "http://javascript.internet.com/img/midi-menu/aeroplane.mid";
songNum[3] = "http://javascript.internet.com/img/midi-menu/christina.mid";
songNum[4] = "http://javascript.internet.com/img/midi-menu/hell.mid";

var music = null;
var track = 0;
var ver = navigator.appName;
function audioCheck(plugName) {
for (var i = 0; i < navigator.plugins.length; i++) {
if (navigator.plugins.name.toLowerCase() == plugName.toLowerCase()) {
for (var j = 0; j < navigator.plugins.length; j++) {
if (navigator.plugins[j].enabledPlugin) {
return true;
}
}
return false;
}
}
return false;
}
function chooseSong(s) { // ie
track = s.options[s.selectedIndex].value;
if (ver == "Microsoft Internet Explorer") {
document.all.music.src = songNum[track];
} else {
songPlay('play');
}
}
function songPlay(cmd) { // netscape
if (audioCheck("LiveAudio")) {
if (cmd == 'play') {
document.musicSource.play(false, songNum[track]);
}
} else {
alert("You Do Not Have The Correct Plugin");
}
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=choose>
<select size=1 name=track onChange="chooseSong(this);">
<option value="0">Click For Music</option>
<option value="1">Whiskey In A Jar</option>
<option value="2">Aeroplane</option>
<option value="3">Genie In A Bottle</option>
<option value="4">Hell</option>
</select>
<input type=button onMouseDown="chooseSong(document.choose.track)" value=" Play ">
</form>

<script language="JavaScript">
<!-- Begin
var ver = navigator.appName;
if (ver == "Microsoft Internet Explorer") {
document.write('<bgsound src="#" ID=music loop=1 AUTOSTART=true>');
} else {
document.write('<embed type="audio/midi" src="aeroplane.mid" AUTOSTART=false hidden=true VOLUME="90" name="musicSource" MASTERSOUND></EMBED>');
}
// End -->
</script>
</center>
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
(Dijital Telefon Defteri)
--------------------------------------------------------------------------------------------------------
<!-- ONE STEP TO INSTALL DIGITAL TELEPHONE BOOK:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<font size=3 face=arial color=darkgreen>
Digital Telephone Book</font>
<center><font size=2>
A<input type=radio onmouseover="aa.style.display=''" onmouseout="aa.style.display='none'">
<input type=radio onmouseover="ab.style.display=''" onmouseout="ab.style.display='none'">
<input type=radio onmouseover="ac.style.display=''" onmouseout="ac.style.display='none'">
<input type=radio onmouseover="ad.style.display=''" onmouseout="ad.style.display='none'">
E<input type=radio onmouseover="ae.style.display=''" onmouseout="ae.style.display='none'">
<input type=radio onmouseover="af.style.display=''" onmouseout="af.style.display='none'">
<input type=radio onmouseover="ag.style.display=''" onmouseout="ag.style.display='none'">
<input type=radio onmouseover="ah.style.display=''" onmouseout="ah.style.display='none'">
I<input type=radio onmouseover="ai.style.display=''" onmouseout="ai.style.display='none'">
<input type=radio onmouseover="aj.style.display=''" onmouseout="aj.style.display='none'">
<input type=radio onmouseover="ak.style.display=''" onmouseout="ak.style.display='none'">
<input type=radio onmouseover="al.style.display=''" onmouseout="al.style.display='none'">
M<input type=radio onmouseover="am.style.display=''" onmouseout="am.style.display='none'">
<input type=radio onmouseover="an.style.display=''" onmouseout="an.style.display='none'">
<input type=radio onmouseover="ao.style.display=''" onmouseout="ao.style.display='none'">
<input type=radio onmouseover="ap.style.display=''" onmouseout="ap.style.display='none'">
Q<input type=radio onmouseover="aq.style.display=''" onmouseout="aq.style.display='none'">
<input type=radio onmouseover="ar.style.display=''" onmouseout="ar.style.display='none'">
<input type=radio onmouseover="as.style.display=''" onmouseout="as.style.display='none'">
<input type=radio onmouseover="at.style.display=''" onmouseout="at.style.display='none'">
U<input type=radio onmouseover="au.style.display=''" onmouseout="au.style.display='none'">
<input type=radio onmouseover="av.style.display=''" onmouseout="av.style.display='none'">
<input type=radio onmouseover="aw.style.display=''" onmouseout="aw.style.display='none'">
<input type=radio onmouseover="ax.style.display=''" onmouseout="ax.style.display='none'">
Y<input type=radio onmouseover="ay.style.display=''" onmouseout="ay.style.display='none'">
<input type=radio onmouseover="az.style.display=''" onmouseout="az.style.display='none'">
<input type=radio onmouseover="as1.style.display=''" onmouseout="as1.style.display='none'">
<input type=radio onmouseover="as2.style.display=''" onmouseout="as2.style.display='none'">
<center>
<BR>
<table border>
<DIV id="aa" style="display:none;">
<font color=blue>A</B></font>
<hr>
Apple Computer: 1-800-MY-APPLE<BR>
Asus Motherboards: http://www.asus.com/<BR>
</DIV>

<DIV id="ab" style="display:none;">
<font color=blue>B</B></font>
<hr>
Steven Bobareno: 555-1234<BR>
</DIV>

<DIV id="ac" style="display:none;">
<font color=blue>C</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ad" style="display:none;">
<font color=blue>D</B></font>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ae" style="display:none;">
<font color=blue>E</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="af" style="display:none;">
<font color=blue>F</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ag" style="display:none;">
<font color=blue>G</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ah" style="display:none;">
<font color=blue>H</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ai" style="display:none;">
<font color=blue>I</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="aj" style="display:none;">
<font color=blue>J</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ak" style="display:none;">
<font color=blue>K</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="al" style="display:none;">
<font color=blue>L</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="am" style="display:none;">
<font color=blue>M</B></font>
<hr>
Microsoft Customer Support: 1-800-426-9400<BR>
</DIV>

<DIV id="an" style="display:none;">
<font color=blue>N</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ao" style="display:none;">
<font color=blue>O</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ap" style="display:none;">
<font color=blue>P</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="aq" style="display:none;">
<font color=blue>Q</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ar" style="display:none;">
<font color=blue>R</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="as" style="display:none;">
<font color=blue>S</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="at" style="display:none;">
<font color=blue>T</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="au" style="display:none;">
<font color=blue>U</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="av" style="display:none;">
<font color=blue>V</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="aw" style="display:none;">
<font color=blue>W</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ax" style="display:none;">
<font color=blue>X</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="ay" style="display:none;">
<font color=blue>Y</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="az" style="display:none;">
<font color=blue>Z</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="as1" style="display:none;">
<font color=blue>Other</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>

<DIV id="as2" style="display:none;">
<font color=blue>Special</B></font>
<hr>
<!-- Add Name and Telephone Number and <BR> Here -->
</DIV>
<font color=red>
<DIV id="as3">Search Results will be written above</DIV>
</table>


<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided

Tr-Web Javascript Arşivi</font>
</center><p>

<!-- Script Size: 8.52 KB -->​
 

kadem

Profesör
Katılım
19 Ağu 2006
Mesajlar
1,622
Tepkime puanı
2
Puanları
0
( Çizgi Film Kodu) ScriptCİ.Com
--------------------------------------------------------------------------------------------------------
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ricocheting ([email protected]) -->
<!-- Web Site: http://www.ricocheting.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var rotate_delay = 5000; // delay in milliseconds (5000 = 5 secs)
current = 0;
function next() {
if (document.slideform.slide[current+1]) {
document.images.show.src = document.slideform.slide[current+1].value;
document.slideform.slide.selectedIndex = ++current;
}
else first();
}
function previous() {
if (current-1 >= 0) {
document.images.show.src = document.slideform.slide[current-1].value;
document.slideform.slide.selectedIndex = --current;
}
else last();
}
function first() {
current = 0;
document.images.show.src = document.slideform.slide[0].value;
document.slideform.slide.selectedIndex = 0;
}
function last() {
current = document.slideform.slide.length-1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
}
function ap(text) {
document.slideform.slidebutton.value = (text == "Stop") ? "Start" : "Stop";
rotate();
}
function change() {
current = document.slideform.slide.selectedIndex;
document.images.show.src = document.slideform.slide[current].value;
}
function rotate() {
if (document.slideform.slidebutton.value == "Stop") {
current = (current == document.slideform.slide.length-1) ? 0 : current+1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
window.setTimeout("rotate()", rotate_delay);
}
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=slideform>
<table cellspacing=1 cellpadding=4 bgcolor="#000000">
<tr>
<td align=center bgcolor="white">
Image Slideshow
</td>
</tr>
<tr>
<td align=center bgcolor="white" width=200 height=150>
<img src="cart.gif" name="show">
</td>
</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<select name="slide" onChange="change();">
<option value="cart.gif" selected>Cart
<option value="aat.gif">AAT
<option value="boat.gif">Boat
<option value="enterprise.gif">Enterprise
<option value="ewing.gif">E-Wing
<option value="f18.gif">F-18
<option value="klingon.gif">Klingon
<option value="landingcraft.gif">Landing Craft
<option value="hoverracer.gif">Hover Racer
<option value="sith.gif">Sith
</select>
</td>
</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<input type=button onClick="first();" value="|<<" title="Beginning">
<input type=button onClick="previous();" value="<<" title="Previous">
<input type=button name="slidebutton" onClick="ap(this.value);" value="Start" title="AutoPlay">
<input type=button onClick="next();" value=">>" title="Next">
<input type=button onClick="last();" value=">>|" title="End">
</td>
</tr>
</table>
</form>
</center>

 
Üst