|
i need a script that has 3 text boxes to do this calculation
it must work out a size of sumthing in square meters (lenght *width)
for example
x times x diveded by x
for example
3 times 4 diveded by 9
or tell me how to use this script
<script>
response.write (varLenght*varWidth) / 9
</script>
|