Forum'da ara:
Ara


Yazar Mesaj
Mesaj06.09.2007, 12:00 (UTC)    
Mesaj konusu: İMGEDİLARA.TR.GG JAVASCRIPT» Yazı efektleri

Kodlar içerisinde belirttiğiniz cümleleri sırasıyla ziyaretçilerinize gösterir.

<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Sandeep Gangadharan | http://sivamdesign.com/scripts/ */
var text = 0;

var message=new Array();
message[0] = "Welcome to the JavaScript Source!"
message[1] = "Tons of scripts for your Web pages"
message[2] = "Why not share your scripts with others?"
message[3] = "Be sure to come back again ..."

function changeText() {
if (message.length > 0) {
document.change.descript.value=message[text];
text++;
}
if (text == 4) {text = 0; } // change the # 4 at the left to the maximum # of message lines you want included
window.setTimeout("changeText()", 3500); } // change the # on the left to adjust the speed of the
// scroll. The smaller the # the faster the speed

// Multiple onload function created by: Simon Willison
// http://simon.incutio.com/archive/2004/05/26/addLoadEvent
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}

addLoadEvent(function() {
changeText();
});
</script>

<style>
textarea.test {
width: 350px;
height: 50;
border: none;
}
</style>


<form name="change">
<textarea class="test" name="descript" wrap="virtual">

imgedilara.tr.gg
Mesaj01.07.2008, 18:59 (UTC)    
Mesaj konusu:

Kod:
<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Sandeep Gangadharan | http://sivamdesign.com/scripts/ */
var text = 0;

var message=new Array();
message[0] = "Welcome to the JavaScript Source!"
message[1] = "Tons of scripts for your Web pages"
message[2] = "Why not share your scripts with others?"
message[3] = "Be sure to come back again ..."

function changeText() {
if (message.length > 0) {
document.change.descript.value=message[text];
text++;
}
if (text == 4) {text = 0; } // change the # 4 at the left to the maximum # of message lines you want included
window.setTimeout("changeText()", 3500); } // change the # on the left to adjust the speed of the
// scroll. The smaller the # the faster the speed

// Multiple onload function created by: Simon Willison
// http://simon.incutio.com/archive/2004/05/26/addLoadEvent
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}

addLoadEvent(function() {
changeText();
});
</script>

<style>
textarea.test {
width: 350px;
height: 50;
border: none;
}
</style>


<form name="change">
<textarea class="test" name="descript" wrap="virtual">


BÖYLE YAPSAYDIN DAHA İYİ OLURDU !!! Confused
Mesaj01.07.2008, 20:01 (UTC)    
Mesaj konusu:

Herhangı Bır Kod Verırken.

Code Butonuna Basınız..

+

Baslıgı Degisdiriniz , Siteye Yonlendırme Yapmayınız..
Mesaj09.07.2008, 12:24 (UTC)    
Mesaj konusu:

LÜTFEN BU ŞEKİLDE YAPINIZ


Kod:
<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Sandeep Gangadharan | http://sivamdesign.com/scripts/ */
var text = 0;

var message=new Array();
message[0] = "Welcome to the JavaScript Source!"
message[1] = "Tons of scripts for your Web pages"
message[2] = "Why not share your scripts with others?"
message[3] = "Be sure to come back again ..."

function changeText() {
if (message.length > 0) {
document.change.descript.value=message[text];
text++;
}
if (text == 4) {text = 0; } // change the # 4 at the left to the maximum # of message lines you want included
window.setTimeout("changeText()", 3500); } // change the # on the left to adjust the speed of the
// scroll. The smaller the # the faster the speed

// Multiple onload function created by: Simon Willison
// http://simon.incutio.com/archive/2004/05/26/addLoadEvent
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}

addLoadEvent(function() {
changeText();
});
</script>

<style>
textarea.test {
width: 350px;
height: 50;
border: none;
}
</style>


<form name="change">
<textarea class="test" name="descript" wrap="virtual">
Mesaj09.07.2008, 16:48 (UTC)    
Mesaj konusu:

Tarihe Bakın da Mesaj atınız 2007 nin
______________

Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu