Calculo De Campos Inputs
Artigos Científicos: Calculo De Campos Inputs. Pesquise 862.000+ trabalhos acadêmicosPor: ruan • 21/9/2013 • 201 Palavras (1 Páginas) • 408 Visualizações
<html>
<head>
<body>
<script type="text/javascript">
function calcula(estimado){
var mult = 180;
var valor = estimado.value*mult;
document.getElementById("Preco").value = valor;
}
</script>
<form method="POST">
<fieldset>
<legend>Orçamento</legend>
<input type="text" name="EstimatedTime" id="Estimado" onkeydown="calcula(this);" placeholder="Tempo estimado">
<input type="text" name="Price" value="" id="Preco" placeholder="Preço do projeto">
</fieldset>
</form>
</head>
</body>
</html>
<html>
<head>
<body>
<script type="text/javascript">
function calcula(estimado){
var mult = 180;
var valor = estimado.value*mult;
document.getElementById("Preco").value = valor;
}
</script>
<form method="POST">
<fieldset>
<legend>Orçamento</legend>
<input type="text" name="EstimatedTime" id="Estimado" onkeydown="calcula(this);" placeholder="Tempo estimado">
<input type="text" name="Price" value="" id="Preco" placeholder="Preço do projeto">
</fieldset>
</form>
</head>
</body>
</html>
<html>
<head>
<body>
<script type="text/javascript">
function calcula(estimado){
var mult = 180;
var valor = estimado.value*mult;
document.getElementById("Preco").value = valor;
}
</script>
<form method="POST">
<fieldset>
<legend>Orçamento</legend>
<input type="text" name="EstimatedTime" id="Estimado" onkeydown="calcula(this);" placeholder="Tempo estimado">
<input type="text" name="Price" value="" id="Preco" placeholder="Preço do projeto">
</fieldset>
</form>
</head>
</body>
</html>
<html>
<head>
<body>
<script type="text/javascript">
function calcula(estimado){
var mult = 180;
var valor = estimado.value*mult;
document.getElementById("Preco").value = valor;
}
</script>
<form method="POST">
<fieldset>
<legend>Orçamento</legend>
<input type="text" name="EstimatedTime" id="Estimado" onkeydown="calcula(this);" placeholder="Tempo estimado">
<input type="text" name="Price" value="" id="Preco" placeholder="Preço do projeto">
</fieldset>
</form>
</head>
</body>
</html>
<html>
<head>
<body>
<script type="text/javascript">
function calcula(estimado){
var mult = 180;
var valor = estimado.value*mult;
document.getElementById("Preco").value = valor;
}
</script>
<form method="POST">
<fieldset>
<legend>Orçamento</legend>
<input type="text" name="EstimatedTime" id="Estimado" onkeydown="calcula(this);" placeholder="Tempo estimado">
<input type="text" name="Price" value="" id="Preco" placeholder="Preço do
...