De lava
Главная | Регистрация | Вход Приветствую Вас Прохожий | RSS
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
KB-MB Конwerter
ersarstudioДата: Четверг, 11.02.2010, 21:33 | Сообщение # 1
www.ersarstudio.do.am
Группа: Пользователи
Сообщений: 11
Репутация: 1 []
Статус:
Code
<!-- TWO STEPS TO INSTALL KB TO MB:

   1.  Copy the coding into the HEAD of your HTML document
   2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Gerald Schafer -->
<!-- Web Site:  http://www.robandger.com -->

<! >
<! >

<!-- Begin
function convert() {
if(document.KBtoMB.KB.value) {
document.KBtoMB.MB.value = eval(document.KBtoMB.KB.value / 1024);
}
else {
if(document.KBtoMB.MB.value) {
document.KBtoMB.KB.value = eval(document.KBtoMB.MB.value * 1024);
       }
    }
}
//  End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<center>
<form name="KBtoMB">
<input type=text name="KB" size="16">KB
<input type=button name="KBtoMBgo"  value=" < = > " onClick="convert()">
<input type=text name="MB" size="16">MB
<input type=reset value=" Clear ">
</form>
</center>

   

<!-- Script Size:  1.25 KB -->
 
  • Страница 1 из 1
  • 1
Поиск:

Copyright MyCorp © 2026