Foros del Web » Creando para Internet » HTML »

calculadora html para web

Estas en el tema de calculadora html para web en el foro de HTML en Foros del Web. Estimados Me embarque en un peguita pero se me fue en collera, estoy haciendo una calculadora con java pero no lo logro hacer Esto lo ...
  #1 (permalink)  
Antiguo 09/05/2012, 13:59
 
Fecha de Ingreso: mayo-2011
Mensajes: 101
Antigüedad: 13 años
Puntos: 5
calculadora html para web

Estimados

Me embarque en un peguita pero se me fue en collera, estoy haciendo una calculadora con java pero no lo logro hacer

Esto lo que quiero hacer:


Código:
<form action="#" method="get" enctype="application/x-www-form-urlencoded"><div>
<h1>SCOPE1</h1>
<table width="600" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="428" height="25">Consumo de combustible en vehículos</td>
        <td width="172"><input name="COMBUSTIBLE_VH" type="text" id="COMBUSTIBLE_VH" value="0" /></td>
  </tr>
  <tr>
        <td height="25">Consumo de combustibles en maquinarias estacionarias productivas</td>
        <td><label>
          <input name="COMBUSTIBLE_MAQ" type="text" id="COMBUSTIBLE_MAQ" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Consumo combustible en calefactores</td>
        <td><label>
          <input name="COMBUSTIBLE_CALEFA" type="text" id="COMBUSTIBLE_CALEFA" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Consumo de gases refrigerantes</td>
        <td><label>
          <input name="GASES_REFRI" type="text" id="GASES_REFRI" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25"><strong>Huella de carbono Total:</strong></td>
        <td><label>
          <input name="TOTAL_SCOPE1" type="text" id="TOTAL_SCOPE1" value="0" readonly="readonly" />
        </label></td>
  </tr>
  </table>
</div>
<div>
<h1>SCOPE2</h1>
  <table width="600" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="427" height="25">Electricidad de sistema eléctrico</td>
        <td width="173"><label>
          <input name="SISTEMA_ELEC" type="text" id="SISTEMA_ELEC" value="0" readonly="readonly" />
        </label></td>
  </tr>
  </table></div>
  <div>
  <h1>SCOPE3</h1>
  <table width="600" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="427" height="25">Transporte de Materias Primas </td>
        <td width="173"><label>
          <input name="TRANS_MAT_PRIMAS" type="text" id="TRANS_MAT_PRIMAS" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Transporte de Insumos de producción </td>
        <td><label>
          <input name="TRANS_INS_PRODUC" type="text" id="TRANS_INS_PRODUC" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Transporte de Insumos de Oficina y aseo </td>
        <td><label>
          <input name="TRANS_INSU_OFI_ASEO" type="text" id="TRANS_INSU_PRODUC" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Transporte de Residuos </td>
        <td><label>
          <input name="TRANS_RESIDUOS" type="text" id="TRANS_RESIDUOS" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Transporte de trabajadores</td>
        <td><label>
          <input name="TRANS_TRABAJA" type="text" id="TRANS_TRABAJA" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Viajes de negocios </td>
        <td><label>
          <input name="VIAJES_NEG" type="text" id="VIAJES_NEG" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25">Residuos a reciclaje</td>
        <td><label>
          <input name="RESI_RECI" type="text" id="RESI_RECI" value="0" />
        </label></td>
  </tr>
  <tr>
        <td height="25"><strong>Huella de carbono Total:</strong></td>
        <td><label>
          <input name="TOTAL_SCOPE3" type="text" id="TOTAL_SCOPE3" value="0" readonly="readonly" />
        </label></td>
  </tr>
</table></div>
<div>
  <h1>Emite un total de:
        <label>
        <input name="TOTAL_HUELLA" type="text" id="TOTAL_HUELLA" value="0" />
  </label>
ton CO2-e/año.</h1></div>
</form>
ojala me puedan ayudar.....

Saludos a todos
  #2 (permalink)  
Antiguo 09/05/2012, 15:30
Avatar de IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: calculadora html para web

primero, en la imagen no se ve que es lo que quieres.
segundo, si programas en java, por qué publicas en el foro de html??
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}
  #3 (permalink)  
Antiguo 12/05/2012, 04:08
Avatar de webosiris
Moderador egiptólogo
 
Fecha de Ingreso: febrero-2002
Ubicación: Luxor, Egipto
Mensajes: 10.725
Antigüedad: 22 años, 2 meses
Puntos: 998
Respuesta: calculadora html para web

- es JAVASCRIPT, no java. Son lenguajes con nombres parecidos pero que no tienen NADA que ver el uno con el otro.
- ya tienes no 1, sino 2 (¡!) mensajes sobre lo msimo en el foro de javascript. Deja de repetir mensajes.

Etiquetas: calculadora
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Tema Cerrado




La zona horaria es GMT -6. Ahora son las 13:16.