Örnek Uygulama Için Tiklayin

<head>
<title>Bedavajava Tersini Oku Script</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<!--
www.aliakyildirim.com -->
<!-- //start
//##########################################
// Author: Ali AKYILDIRIM (Bedavajava)
// For: public release (freeware)
// Date: 03/02/2012 |
www.aliakyildirim.com
//##########################################
//-->


<html>


<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#800080">
<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="100%"
bgcolor="#FFFFFF">
<TBODY> <tr>
<td><p align="center"><a name="11"><font color="#000000"
size="6" face="benguiat frisky att,comic sans ms">Tersini
Oku
</font></a></p>
<p align="center"><font size="2" face="Arial"><strong>buraya
yaziniz
</strong></font><br>
</p>
<form name="reverse">
<p align="center"><input type="text" size="50"
name="text" value="Buraya Yaz ve butona basin."
onfocus="this.select()" onmouseover="this.focus()"
style="FONT-SIZE: 8pt; BACKGROUND-COLOR: #ffffff"> <br>
<input type="button" value="Tersine çevir"
onclick="reverseText()"
style="FONT-SIZE: 8pt; BACKGROUND-COLOR: #ffffff"> <script
language="JavaScript">

function reverseText() {
var msg = (document.reverse.text.value);
var newmsg = "";

for(var i=msg.length; i >= 0; i--) {
newmsg += msg.substring(i,i-1)
}
alert(newmsg)
}


</script> </p>
</form>
</td>
</tr>
</TBODY></table>
</center></div>

<p align="center"><a href="http://www.aliakyildirim.com"><font
color="#FF0000" size="2" face="Tahoma"><strong>Yazilim ve Veritabani Hakkinda Hersey</strong></font></a></p>

</body>
</html>

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

<!-- www.aliakyildirim.com -->


Örnek Uygulama Için Tiklayin