Sistema de inscripción adaptado para la institucion publica U.E.N.B "José Antonio Gonzáles"
El prototipo de este sistema (version 0.6.3.1) esta en linea en sistemajag.esy.es/
Escuela ubicada en el Paraíso, Caracas, Venezuela.
en progreso: 99?% aprox.
en progreso: 99?% aprox.
en progreso: 99?% aprox.
en progreso: 100%.
en progreso: 99?% aprox.
en progreso: 100% aprox.
en progreso: 100%.
en progreso: 99?% aprox. (a espera de análisis y comentarios)
esta es una tremenda gema!
creo que la mejor:
else if (verificar=true) {
alert("Validando");
document.getElementById("form").submit();
}
hermoso:
<select name="discapacidad" id="discapacidad">
<option>Seleccionar</option>
<? while($fila= mysqli_fetch_array($res)) : ?>
<?php if ($reg['cod_discapacidad']==$fila['codigo']):?>
<option selected="selected" value="<?=$fila['codigo'];?>"><?=$fila['descripcion'];?></option>
<?php else:?>
<? endif;?>
<option value="<?=$fila['codigo'];?>"><?=$fila['descripcion'];?></option>
<?php endwhile;?>
</select>
exquisito:
if[...]{
[...]
if ($fila = mysql_fetch_array($registros)) {
if ($fila["cod_tpa"]==1) {
header("Location: admin.html");
}else{
header("Location: user.html");
}
}
}
totalmente sublime:
[...]
<br><br>
<b> Título: </b> <input type="text" id="titn" name="titn" size="80" maxlength="80" value="<?php echo $reg["tit"]; ?>"/><br>
[...]
exótico:
<fieldset>
<legend><i>Datos personales.</i></legend>
<b> Codigo: </b> <input type="text" readonly name="cod" size="4" maxlength="4" value="<?php echo $reg["cod_prof"]; ?>">
<b> Status: </b> </b>
<select name="status" readonly>
<option value="<?php echo "" .$reg['cod_sta']?>"><?php echo "" .$reg['des_sta']?></option>
</select><br>
maravilloso:
<div id="contenido">
<div id="blancoAjax">
<div align="center">
<form>
[...]
</form>
<!-- validacion -->
<script type="text/javascript">
[...]
</script>
</div>
<!-- fin de archivo -->
Joan:
erick:
bryan: