Skip to content

Instantly share code, notes, and snippets.

@molekilla
Created March 12, 2014 20:52
Show Gist options
  • Save molekilla/9516036 to your computer and use it in GitHub Desktop.
Save molekilla/9516036 to your computer and use it in GitHub Desktop.
new idaan
<div id="basic-modal-content" class="simplemodal-data" style="display: block;">
<h3>Ingrese el Número de Cliente, Por Favor:</h3>
<form action="miscuentas.php" id="InputNic" method="post" enctype="application/x-www-form-urlencoded">
<label for="NIC">*NIC:</label>
<input type="text" id="NIC" name="NIC" tabindex="1001" maxlength="6" class="required number">
<input type="hidden" name="origenpazysalvo" value="0">
<label>&nbsp;</label>
<button type="submit" class="contact-send contact-button" tabindex="1006">Enviar</button>
<br>
</form>
<small>Inserte los 6 primeros números por favor.</small>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment