• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Uzunluk Ölçüleri Çevirmeni

Üyelik Tarihi
7 Ocak 2015
Konular
4,091
Mesajlar
4,274
MFC Puanı
40
Kod:
<SCRIPT LANGUAGE="JavaScript">

<!-- Hide JavaScript from Java-Impaired Browsers

function initArray() {

this.length = initArray.arguments.length;

for (var i = 0; i < this.length; i++) {

this[i] = initArray.arguments[i];

}

}

/* Please don't ask about this work-around. It works... We're sure arrays

will be better supported soon. */

var isn01 = new initArray("4b","5b","8b","8b");

isn01[0] = "~01~10.3937~20.03281~30.01094~40.01~50.0004971~60 .00001~70.000006214~8";

isn01[1] = "~02.540~11~20.08333~30.02778~40.0254~50.001263~60 .0000254~70.00001578~8";

isn01[2] = "~030.48~112~21~30.3333~40.3048~50.01515~60.000304 8~70.0001894~8";

isn01[3] = "~091.44~136~23~31~40.9144~50.04545~60.0009144~70. 0005682~8";

isn01[4] = "~0100~139.37~23.281~31.0936~41~50.04971~60.001~70 .0006214~8";

isn01[5] = "~02012~1792~266~322~420.12~51~60.0212~70.0125 ~8";

isn01[6] = "~0100000~139370~23281~31093.6~41000~549.71~61~70. 6214~8";

isn01[7] = "~0160934~163360~25280~31760~41609~580~61.609~71~8 ";

function lenCon() {

// First, get the variables checked by the user

for (var i = 0; i < 8; i++) {

if (********.isnform01.leni[i].checked) {

leni = i;

leninm = ********.isnform01.leni[i].value;

}

}

for (var i = 0; i < 8; i++) {

if (********.isnform01.leno[i].checked) {

leno = i;

lenonm = ********.isnform01.leno[i].value;

}

}

// Now grab the number input by user and parse to be sure numeric

useri = ********.isnform01.leninp.value;

if (useri == 0) {

useri = 1;

********.isnform01.leninp.value = useri;

}

mulstr = isn01[leni];

picker = "~" + leno;

ps = mulstr.indexOf(picker);

leno++;

picker = "~" + leno;

ps1 = mulstr.indexOf(picker);

mulstr = mulstr.substring((ps + 2),ps1);

ps = (useri * mulstr);

picker = "";

picker += ps

ps1 = picker.indexOf(".");

if (ps1 > -1) {

// Correct for binary/floating point conversion error

ps = ps + .000001;

picker = "";

picker += ps;

ps2 = picker.indexOf("e");

if (ps2 < 0) {

picker = picker.substring(0,(ps1 + 6));

}

if (ps2 == 0 || ps2 > 0) {

ps3 = picker.indexOf("00000");

if (ps3 > 0) {

picker = picker.substring(0,ps3 + 1) + picker.substring(ps2,picker.length);

}

}

}

picker = useri + " " + leninm + " = " + picker + " " + lenonm

********.isnform01.lenout.value = picker;

}

// End Hiding -->

</SCRIPT>
 
Üst