Obtener valores con javascript en formulario
Llevo ya varios días intentándolo y nada no lo consigo, hay mucho sobre como hacer formulario, pero poco de como obtener esos datos, lo tengo en php, pero no me sirve como extensión para chrome,
Aquí esta el código
<body> <form id="formulario" method="Post"> <input id="unit_input_spy" name="axe" type="text" style="width: 40px" value=""/> <input id="spy" name="spy" type="text" style="width: 40px" value="" class="unitsInput" data-all-count="10" /> <a href="#" class="units-entry-all" data-unit="spy" id="units_entry_all_spy">(10) <input id="light" name="light" type="text" style="width: 40px" value="" class="unitsInput" data-all-count="23" /> <a href="#" class="units-entry-all" data-unit="light" id="units_entry_all_light">(23) <input id="ram" name="ram" type="text" style="width: 40px" value="" class="unitsInput" data-all-count="10"/> <a href="#" class="units-entry-all" data-unit="ram" id="units_entry_all_ram">(10) <input id="catapult" name="catapult" type="text" style="width: 40px"value="" class="unitsInput" data-all-count="10"/> <input type="text" name="x" id="inputx" value="" style="display: none" /> <input type="text" name="y" id="inputy" value="" style="display: none" /> <label><input type="radio" name="target_type" value="coord" checked="checked"> Coordenadas</label></div> <div id="place_target" align="center"> <textarea name="coord" cols="50" rows="8" autocomplete="on"tabindex="14" ></textarea> <input class="attack btn btn-attack btn-target-action" name="attack"input type='button' onclick="enviarForms()" value="Tropas" /> <br /> </form> </body>
1 respuesta
Respuesta de ok69