The Comprehensive Flowmeters Resource

Area

{source}

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>

<head>
<meta content=”text/html; charset=iso-8859-1″ http-equiv=”Content-Type”>
<meta content=”CONVERSION TO Acres Ares Circular Inches Hectares Hides Roods Square Centimeters Square Feet (UK & US) Square Feet (US survey) Square Inches Square Kilometers Square Meters Square Miles Square Millimeters Squares (of timber) Square rods (or poles) Square yards Townships ” name=”description”>
<meta content=”Unit Converter units conversion convertor convert metric system UK US metric system SI imperial weight mass length volume speed density pressure area force temperature Flow meter directory” name=”keywords”>
<title>ONLINE CONVERSION – Area Conversion</title>
<style type=”text/css”>
A {
text-decoration: none;
color: black;
}
A:hover {
text-decoration: underline;
color: #FF9933;
}
.size12pt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
</style>
<style type=”text/css”>
<!–
.style8 {
color: #FFFFFF;
}
body {
background-color: #A3A3A3;
}
–>
</style>
<script type=”text/javascript”>
<!–
var numDigs;
var curQuantity;
var initializing = true;

function loadOptions(){
numDigs = getNumDigs();

if (getDefaultQuantityMethod() == “userDefined”)
curQuantity = getUserQuantity();
else curQuantity = getCookie(“curQuantity”);
if (curQuantity == null) curQuantity = “Length”;

displayPage(curQuantity.toLowerCase() + “.htm”);
initializing = false;
}

function getNumDigs(){
var numDigs = getCookie(“UCNumDigs”);
if (numDigs != null) return parseInt(numDigs);
else return 6;
}

function getCookie(name){
var cname = name + “=”;
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexOf(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexOf(“;”, begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
}
}
return null;
}
function getDefaultQuantityMethod() {
if (getCookie(“defaultQuantityMethod”) == “userDefined”)
return “userDefined”;
else return “remember”;
}
function getUserQuantity(){
var i;
var returnQuantity;
var cookieQuantity = getCookie(“userQuantity”);

// Default value
returnQuantity = “Length”;

// Check if valid cookie quantity exists
if (cookieQuantity != null) {
for (i = 0; i <= (quantities.length – 1); i++) {
if (cookieQuantity == quantities[i]) returnQuantity = cookieQuantity;
}
}
return returnQuantity;
}
function displayPage(URL)
{
window.location.href = URL;
}

function Convert(){
with(document.ConvertForm){
ValueTo.value = formatFloat(parseFloat(ValueFrom.value) *
parseFloat(UnitFrom.options[UnitFrom.selectedIndex].value) /
parseFloat(UnitTo.options[UnitTo.selectedIndex].value), numDigs);
}
}

function ConvertBack(){
with(document.ConvertForm){
ValueFrom.value = formatFloat(parseFloat(ValueTo.value) /
parseFloat(UnitFrom.options[UnitFrom.selectedIndex].value) *
parseFloat(UnitTo.options[UnitTo.selectedIndex].value), numDigs);
}
}

function formatFloat(number,X) {
// rounds number to X decimal places, default is 6
X = (!X ? 6 : X);
return Math.round(number*Math.pow(10,X))/Math.pow(10,X);
}

–>
</script>
</head>

<body leftmargin=”10″ marginheight=”0″ marginwidth=”10″ topmargin=”0″>
<form name=”ConvertForm”>
<table align=”left” border=”0″ cellpadding=”5″ cellspacing=”0″>
<tr>
<td><font face=”Arial, Helvetica, sans-serif” size=”+1″><b style=”color: #000″>Area [length²]</b></font></td>
</tr>
<tr>
<td>
<table align=”center” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%”>
<tr>
<td bgcolor=”#000000″>
<table border=”0″ cellpadding=”5″ cellspacing=”1″ width=”100%”>
<tr>
<td bgcolor=”#666666″>
<font face=”Arial, Helvetica, sans-serif” size=”-1″><b>
<font color=”#FFFFFF”>Input</font></b></font></td>
</tr>
<tr>
<td bgcolor=”#FF0000″>
<table>
<tr valign=”middle”>
<td>
<input name=”ValueFrom” onkeyup=”Convert()” size=”20″ type=”text” value=”1″>
</td>
<td>
<select name=”UnitFrom” onchange=”Convert()” size=”1″>
<option value=”4046.8564224″>acres</option>
<option value=”100″>ares</option>
<option value=”0.000506707479″>circular inches
</option>
<option value=”1e4″>hectares</option>
<option value=”485000″>hides</option>
<option value=”1011.7141056″>roods</option>
<option value=”1e-4″>square centimeters</option>
<option value=”0.09290304″>square feet (UK &amp; US)
</option>
<option value=”0.092903411613″>square feet (US survey)
</option>
<option value=”0.00064516″>square inches</option>
<option value=”1e6″>square kilometers</option>
<option selected=”” value=”1″>square meters</option>
<option value=”2589988.110336″>square miles</option>
<option value=”1e-6″>square millimeters</option>
<option value=”9.290304″>squares (of timber)</option>
<option value=”25.29285264″>square rods (or poles)
</option>
<option value=”0.83612736″>square yards</option>
<option value=”93239571.972″>townships</option>
</select> </td>
<td>
<input name=”ButtonGO” onclick=”Convert()” onfocus=”if(this.blur)this.blur()” type=”button” value=”Go!”>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%”>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<table align=”center” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%”>
<tr>
<td bgcolor=”#000000″>
<table border=”0″ cellpadding=”5″ cellspacing=”1″ width=”100%”>
<tr>
<td bgcolor=”#666666″>
<font face=”Arial, Helvetica, sans-serif” size=”-1″><b>
<font color=”#FFFFFF”>Output</font></b></font></td>
</tr>
<tr>
<td bgcolor=”#CCCCCC”>
<table>
<tr valign=”middle”>
<td>
<input name=”ValueTo” onkeyup=”ConvertBack()” size=”20″ type=”text”>
</td>
<td>
<select name=”UnitTo” onchange=”Convert()” size=”1″>
<option value=”4046.8564224″>acres</option>
<option value=”100″>ares</option>
<option value=”0.000506707479″>circular inches
</option>
<option value=”1e4″>hectares</option>
<option value=”485000″>hides</option>
<option value=”1011.7141056″>roods</option>
<option value=”1e-4″>square centimeters</option>
<option value=”0.09290304″>square feet (UK &amp; US)
</option>
<option value=”0.092903411613″>square feet (US survey)
</option>
<option value=”0.00064516″>square inches</option>
<option value=”1e6″>square kilometers</option>
<option selected=”” value=”1″>square meters</option>
<option value=”2589988.110336″>square miles</option>
<option value=”1e-6″>square millimeters</option>
<option value=”9.290304″>squares (of timber)</option>
<option value=”25.29285264″>square rods (or poles)
</option>
<option value=”0.83612736″>square yards</option>
<option value=”93239571.972″>townships</option>
</select> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</form>
</body>

</html>

{/source}

Featured Product of the Month!

Flowmeter Supplier Texas, Louisiana, Arkansas and more

We are teamed up with suppliers of various flow meter designs and techniques to solve flow measurements in liquids. If in doubt, give us a call. We have access to reliable flow meter solutions and manufacturers.

Scroll to Top