Created
March 12, 2014 20:52
-
-
Save molekilla/9516036 to your computer and use it in GitHub Desktop.
new idaan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> </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