به کمک برنامه زیر میتوانیم واحدهای حجم را به یکدیگر تبدیل کنیم
گیگ به مگابایت یا کیلوبایت یا ....
<html>
<head>
<title>Virus32</title>
<meta content="Virus32.blog.ir">
</head>
<body style="background-color: 000; color: green; text-align: center;">
<font face="tahoma" size="5" color="red">Tabdil HajmHa</font>
</br>
<div style="text-align:center;direction:ltr;">
<form name="bandwidth">
<p align="center">Hajm : <input type="text" name="original" size="20" value=1024> <select size="1" name="units">
<option value="Bytes">Bytes</option>
<option value="Kb">Kb</option>
<option value="Mb">Mb</option>
<option value="Gb">Gb</option>
</select> <input type="button" value="Calculate" name="B1" onClick="calculate()"></p>
</form>
<p align="center">
<script>
var bytevalue=0
function calculate(){
var invalue=document.bandwidth.original.value
var selectunit=document.bandwidth.units.options[document.bandwidth.units.selectedIndex].value
if (selectunit=="Bytes")
bytevalue=invalue
else if (selectunit=="Kb")
bytevalue=invalue*1024
else if (selectunit=="Mb")
bytevalue=invalue*1024*1024
else if (selectunit=="Gb")
bytevalue=invalue*1024*1024*1024
document.getElementById('Virus32').innerHTML=invalue+" "+selectunit+" brabar ast ba :<br><br>"+bytevalue+" Bytes<br>"+Math.round(bytevalue/1024)+" Kb<br>"+Math.round(bytevalue/1024/1024)+" Mb<br>"+Math.round(bytevalue/1024/1024/1024)+" Gb<br>";
}
</script>
<div id="Virus32"></div>
<a href="Virus32.blog.ir" style="display:none;" title="gonBAD">tabdil hajmHa</a>
</div>
</body>
</html>
چجوری با کدهایی که دادی نرم افزار رو بسازم؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟