Forum'da ara:
Ara


Yazar Mesaj
Mesaj01.09.2007, 11:23 (UTC)    
Mesaj konusu: yazıları tersine çevir

<HTML>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function reverse(form) {
text = "";
str = form.revtext.value;
for (i = 0; i <= str.length; i++)
text = str.substring(i, i+1) + text;
form.revtext.value = text;
}
// End -->
</script>
</HEAD>

<BODY BGCOLOR=#ffffff vlink=#0000ff>
<form>
<input type=text name=revtext value=hello>
<input type=button value="Reverse" onClick="reverse(this.form)">
</form>

</body></html>

wnsab.tr.gg
Mesaj03.09.2007, 14:41 (UTC)    
Mesaj konusu: WNSAB

EMEĞE SAYGI
Önceki mesajları göster:   


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