Programalama > JAVA SCRIPT


Ort. 0
Puan ver:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<meta http-equiv="Content-Language" content="tr">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link REL="stylesheet" TYPE="text/css" HREF="../website.css">
<script LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--

function toRoman(f){
  if (isNaN(f.input.value)){
    alert("Lütfen bir rakam girin.")
    f.input.value = ""
  }
  if (parseInt(f.input.value) > 2500){
    alert("Lütfen 1 ile 2500 arasında bir rakam girin")
    f.input.value = ""
  }
  var input = document.forms[0].input.value
  var romDate = ""
  while (input > 999){ 
    input = input - 1000
    romDate = romDate + "M"
  }
  if (input >= 900){
    input = input - 900
    romDate = romDate + "CM"
  }
  if (input >= 500){
    input = input - 500
    romDate = romDate + "D"
  }
  while (input > 99){ 
    input = input - 100
    romDate = romDate + "C"
  }
  if (input >= 90){
    input = input - 90
    romDate = romDate + "XC"
  }
  if (input >= 50){
    input = input - 50
    romDate = romDate + "L"
  }
  if (input >= 40){
    input = input - 40
    romDate = romDate + "XL"
  }
  while (input > 9){
    input = input - 10
    romDate = romDate + "X"
  }
  if (input == 9){
    input = input - 9
    romDate = romDate + "IX"
  }
  if (input >= 5){
    input = input - 5
    romDate = romDate + "V"
  }
  if (input == 4){
    input = input - 4
    romDate = romDate + "IV"
  }
  while (input > 0){ 
    input = input - 1
    romDate = romDate + "I"
  }
  f.result.value = romDate
  romDate = ""
}// end of function toRom

function fromRoman(f){
  if (!isNaN(document.forms[1].input.value)){
    alert ("Lütfen romen rakamını girin.")
    document.forms[1].input.value = ""
  }
  var output = 0
  var romDate = document.forms[1].input.value.toUpperCase()
  for (var i = 0; i < f.input.value.length; i++){
    if (romDate.charAt(i) == "M"){
      output += 1000}
    if (romDate.charAt(i) == "D"){
      output += 500}
    if (romDate.charAt(i) == "C"){
      output += 100}
    if (romDate.charAt(i) == "L"){
      output += 50}
    if (romDate.charAt(i) == "X"){
      output += 10}
    if (romDate.charAt(i) == "V"){
      output += 5}
    if (romDate.charAt(i) == "I"){
      output += 1}
  }
  if (romDate.indexOf("CM")!= -1){
    output -= 200}
  if (romDate.indexOf("XC")!= -1){
    output -= 20}
  if (romDate.indexOf("XL")!= -1){
    output -= 20}
  if (romDate.indexOf("IX")!= -1){
    output -= 2}
  if (romDate.indexOf("IV")!= -1){
    output -= 2}
  if (output == 0){output = ""}
  f.result.value = output
  output = 0
}
-->
</script>

<title>PoEt hOnOuR HüDüR</title>
</head>

<body text="#000000" link="#000000" vlink="#000000" alink="#000000">

<h2><small><font face="Verdana">Normal Rakamları Romen Rakamına Çevir</font></small></h2>

<form>
  <p><small><font face="Verdana">SAYI YAZ:  <input TYPE="TEXT" NAME="input" SIZE="8"> 
  <input TYPE="BUTTON" VALUE=" Çevir " onClick="toRoman(this.form)">  SONUÇ :   <input
  TYPE="text" NAME="result" SIZE="8"> <input TYPE="reset" VALUE=" Reset "> </font></small></p>
</form>

<h2><small><font face="Verdana">Romen Rakamlarını Normal Rakama Çevir</font></small></h2>

<form>
  <p><small><font face="Verdana">SAYI YAZ:  <input TYPE="TEXT" NAME="input" SIZE="8"> 
  <input TYPE="BUTTON" VALUE=" Çevir " onClick="fromRoman(this.form)">  SONUÇ:  
  <input TYPE="text" NAME="result" SIZE="9">  <input TYPE="reset" VALUE=" Reset "> </font></small></p>
</form>
</body>
</html>
<!-- ads begin -->
</noscript>
<!-- -->
</noscript>
<!-- exitpopup: go2ad_Error: "got default Accipiter banner" : "[err=0]" -->


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.