<!-- www.yazilimcik.com -->
<!-- //start
//#########################################
// Author: Ali AKYILDIRIM (Yazilimcik.Com)
// For: public release (Freeware)
// Date: 24/12/2012 | www.yazilimcik.com
//#########################################
//-->
<head>
<title>Yüzde Artisi Hesaplama Script | www.yazilimcik.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ali AKYILDIRIM (aliakyildirim@myself.com) -->
<!-- http://www.yazilimcik.com -->
<!-- Begin
function findIncrease(form) {
var num1 = form.num1.value;
var num2 = form.num2.value;
return ("%" + (num2 - num1) / num1 * 100 );
}
// End -->
</script>
</head>
<body>
<center>
<form name=increaseform>
Asagiya Iki Rakam Girin ve Yüzde Artisini Hesaplamak Için "Hesapla" Butonuna Basin:<p>
<input type=text name=num1 size=4> den <input type=text name=num2 size=4>
<input type=button value="Hesapla" onClick="this.form.answer.value = findIncrease(this.form);"><p>
Yüzde Artis Orani <input type=text name=answer size=6>
</form>
</center>
</body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.yazilimcik.com -->
<!-- www.yazilimcik.com -->