Libro de Visitas Gratis
Inicio | Directorio de Páginas | Diseño Gráfico | Gadgets | Posicionamiento | Webmasters| Buscador de Artículos | Glosarios

Unidades de longitud

Añade Tu Web Al Directorio de NocionDigital.com
<HTML>
<HEAD>

<!-- Cut-N-Paste JavaScript from ISN Toolbox
Copyright 1996, Infohiway Server Network.  Restricted use is hereby
granted (both personal and commercial use OK so long as this code is
not *directly* sold), providing this notice is buried somewhere deep
in your HTML document.  A link to http://www.infohiway.com is always
appreciated, but is absolutely and positively not necessary. :-) -->
<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.0003048~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 (document.isnform01.leni[i].checked) {
      leni = i;
      leninm = document.isnform01.leni[i].value;
      }
    }
  for (var i = 0; i < 8; i++) {
    if (document.isnform01.leno[i].checked) {
      leno = i;
      lenonm = document.isnform01.leno[i].value;
      }
    }
  // Now grab the number input by user and parse to be sure numeric
  useri = document.isnform01.leninp.value;
  if (useri == 0) {
    useri = 1;
    document.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
  document.isnform01.lenout.value = picker;
  }

// End Hiding -->
</script>
</head>

<BODY bgcolor="white">

<TABLE BORDER=1 WIDTH=486>
<TR><TD COLSPAN=9 ALIGN=CENTER><FORM NAME="isnform01"><FONT COLOR="blue"><B>Length Equivalents</b></font></td></tr>
<TR><TD COLSPAN=9 VALIGN=TOP><FONT SIZE=1><B>First, type the number you wish converted here: </b>
<INPUT TYPE="text" NAME="leninp" SIZE=30 VALUE="" onChange="lenCon();"><BR><B>Then, click radio buttons for desired conversion:</font></td></tr>
<TR><TD ALIGN=CENTER><FONT COLOR="red" SIZE=1><B>From:</b></font></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Centimeters<BR><INPUT TYPE="radio" NAME="leni" VALUE="Centimeters" CHECKED onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Inches<BR><INPUT TYPE="radio" NAME="leni" VALUE="Inches" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Feet<BR><INPUT TYPE="radio" NAME="leni" VALUE="Feet" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Yards<BR><INPUT TYPE="radio" NAME="leni" VALUE="Yards" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Meters<BR><INPUT TYPE="radio" NAME="leni" VALUE="Meters" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Chains<BR><INPUT TYPE="radio" NAME="leni" VALUE="Chains" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Kilometers<BR><INPUT TYPE="radio" NAME="leni" VALUE="Kilometers" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Miles<BR><INPUT TYPE="radio" NAME="leni" VALUE="Miles" onClick = ""></td></tr>
<TR><TD ALIGN=CENTER><FONT COLOR="red" SIZE=1><B>To:</b></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Centimeters<BR><INPUT TYPE="radio" NAME="leno" VALUE="Centimeters" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Inches<BR><INPUT TYPE="radio" NAME="leno" VALUE="Inches" CHECKED onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Feet<BR><INPUT TYPE="radio" NAME="leno" VALUE="Feet" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Yards<BR><INPUT TYPE="radio" NAME="leno" VALUE="Yards" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Meters<BR><INPUT TYPE="radio" NAME="leno" VALUE="Meters" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Chains<BR><INPUT TYPE="radio" NAME="leno" VALUE="Chains" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Kilometers<BR><INPUT TYPE="radio" NAME="leno" VALUE="Kilometers" onClick = ""></td>
<TD ALIGN=CENTER VALIGN=TOP><FONT SIZE=1>Miles<BR><INPUT TYPE="radio" NAME="leno" VALUE="Miles" onClick = ""></td></tr>
<TR><TD COLSPAN=9 ALIGN=CENTER VALIGN=TOP><FONT SIZE=1><INPUT TYPE="button" VALUE=" Click for Conversion " onClick="lenCon();"> <INPUT TYPE="reset" VALUE=" Reset Values "><BR><INPUT TYPE="text" NAME="lenout" SIZE=60 VALUE="" onClick="lenCon();">
</font></td></tr>
</table></form>
</body>
</html>

 
Hits
DOCUMENTOS RELACIONDOS
1326
Remarcar una imágen.
1603
Banners aleatorios.
2203
Buscador de palabras.
1643
Ejecutar videos dentro la web.
827
Modificar variables.
2245
Sistema de encuestas en ASP con Access.
1597
Evitar que un proxy cachee la página.
4107
Crear ejecutables en PHP.
1325
Obligar a visitar un banner.
988
Control de flujo (I): IF .. THEN.
1037
Copiar de una página a otra.
1059
Marquesina siguiendo el cursor.
1485
Redireccionar después de un CONFIRM.
3350
Mostrar la fecha en formato "27 de Marzo del 2005".
2033
Cálculo de la letra del NIF.
3887
Listar las variables del servidor (Request.servervariables).
1213
Conectarse a una BBDD de Visual FoxPro..
1201
Abrir un link en la ventana "madre".
5452
Mostrar el listado de una tabla y el contenido de las celdas en una sola página sin recargar.
5230
Calcular DC de una cuenta bancaria.


www.nociondigital.com - Todo para un mundo digital. Páginas Webs, Buscadores y Webmasters....