Buen día , estimados amigos muchas gracias por responder , aqui les muestro mi codigo , donde por medio de index.php traigo un listado mediante ajax de otra hoja , fechas.php y muestro ese listado en index.php con un div , entonces lo que yo intento hacer es que al momento que me lista todos los registros yo hacer un INSERT solo de los codigo que me muestra y es donde no se como obtener el valor , idprogramacion.
INDEX.PHP
Código PHP:
Ver original<?php
$host="localhost";
$user="root";
$pass="";
$base="colegio";
?>
<script type="text/javascript">
function newAjax(){
var xmlhttp=false;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
function BusquedaDato(){
var idnivel = document.busqueda.idnivel.value;
var idgrado = document.busqueda.idgrado.value;
var idseccion = document.busqueda.idseccion.value;
var idanno = document.busqueda.idanno.value;
ajax = newAjax();
ajax.open("POST", "fechas.php", true);
ajax.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=ISO-8859-1');
document.getElementById('AjaxReporteAlumnos').innerHTML="<STRONG><center>CARGANDO DATOS...</center></STRONG>";
ajax.onreadystatechange = function () {
if (ajax.readyState == 4) {
document.getElementById('AjaxReporteAlumnos').innerHTML = ajax.responseText;
div.style.display = "";
}
}
//ajax.send('Tusuario='+Tusuario+'&ciclo='+ciclo+"&carrera="+carrera);
ajax.send('idnivel='+idnivel+'&idgrado='+idgrado+'&idseccion='+idseccion+'&idanno='+idanno);
}
</script>
<script type="text/javascript">
ajax.open("POST", "fechas.php", true);
document.getElementById('AjaxReporteAlumnos').innerHTML = ajax.responseText;
document.getElementById("idprogramacion").value = idprogramacion;
</script>
<html>
<input type="hidden" name="precio_total" value=" ">
</html>
<html>
<head>
</head>
<body>
<center>
<form id="busqueda" name="busqueda" method="post" action="">
<strong>BUSCA PROGRAMACION PARA ASIGNAR</strong>
<table width="90%" border="0" align="center" class="down1">
<tr>
<td>Nivel Academico:</td>
<td>
<select name="idnivel">
<?php
?>
<option value="<?php echo $dato['idnivel'];?>"><?php echo $dato['descripcion'];?></option>
<?php } ?>
</select>
</td>
<td>Grado:</td>
<td>
<select name="idgrado">
<?php
?>
<option value="<?php echo $dato['idgrado'];?>"><?php echo $dato['descripcion'];?></option>
<?php } ?>
</select>
</td>
</td>
<td>Seccion:</td>
<td>
<select name="idseccion">
<?php
?>
<option value="<?php echo $dato['idseccion'];?>"><?php echo $dato['nombre'];?></option>
<?php } ?>
</select>
</td>
<td>Año Academico:</td>
<td>
<select name="idanno">
<?php
?>
<option value="<?php echo $dato['idanno'];?>"><?php echo $dato['descripcion'];?></option>
<?php } ?>
</select>
</td>
<td><input name="buscar" type="button" onClick="BusquedaDato()" class="btn btn-primary" style="cursor: pointer;" value="BUSCAR" /></td>
</tr>
</table>
</form>
<form method="post" name="enviar" action="guardar.php">
<div id="AjaxReporteAlumnos"> Esperando Acciones....
</div>
</form>
</center>
<?php
for($i=0;$i<=10;$i++){
echo '<br/>';
}
?>
</body>
</html>
fechas.php
Código PHP:
Ver original<?php
$host="localhost";
$user="root";
$pass="";
$base="colegio";
?>
<html>
<head>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<link href="js/google-code-prettify/prettify.css" rel="stylesheet">
<script>
function imprSelec(nombre)
{
var ficha = document.getElementById(nombre);
var ventimp = window.open(' ', 'popimpr');
ventimp.document.write( ficha.innerHTML );
ventimp.document.close();
ventimp.print( );
ventimp.close();
}
</script>
</head>
<body>
<?php
$idnivel = $_POST['idnivel'];
$idgrado = $_POST['idgrado'];
$idseccion = $_POST['idseccion'];
$idanno = $_POST['idanno'];
if($idnivel==0){
echo '<img src="http://www.forosdelweb.com/f18/imagenes/error.gif"/> ERROR SELECCIONE OPCION';
}else{
?>
<?php
$contador = 0;
$sql="SELECT ne.idnivel , ne.descripcion , gr.idgrado ,gr.descripcion , se.idseccion , se.nombre ,an.idanno , an.descripcion ,do.doc_codigo , do.doc_nombres , do.doc_apellidos , cu.idcurso , cu.descripcion , pr.idprogramacion , pr.idnivel , pr.idgrado , pr.idseccion , pr.iddocente , pr.idcurso , pr.idanno FROM nivel_estudiantil ne , grados gr , seccion se, annoacademico an , docentes do ,cursos cu , programacion pr WHERE ne.idnivel=pr.idnivel AND gr.idgrado=pr.idgrado AND se.idseccion=pr.idseccion AND an.idanno=pr.idanno AND do.doc_codigo=pr.iddocente AND cu.idcurso=pr.idcurso AND pr.idnivel='".$idnivel."' AND pr.idgrado='".$idgrado."' AND pr.idseccion='".$idseccion."' AND pr.idanno='".$idanno."'";
?>
<table cellspacing="0" align="right">
<tr>
<td colspan=6 >
<a href="javascript:imprSelec('seleccion')" ><img src="img/print.png"></a>
</td>
</tr>
</table>
<div id="seleccion">
<table id="table" cellspacing="0" width="100%" border="1" class="table" align="center">
<thead>
<tr class="asc" id="head">
<th align="center"><div align="center">Cod Programacion</div></th>
<th align="center"><div align="center">Curso</div></th>
<th align="center"><div align="center">Docente</div></th>
<th align="center"><div align="center">Seccion</div></th>
</tr>
</thead>
<tbody id="tbody">
<?php
echo '<td><div align="center">'.$row['idprogramacion'].'</div></td>';
echo '<input type="text" name"idprogramacion" value='.$row['idprogramacion'].'>';
echo '<td><div align="center">'.$row['descripcion'].'</div></td>';
echo '<td><div align="center">'.$row['doc_nombres'].' '.$row['doc_apellidos'].'</div></td>';
echo '<td><div align="center">'.$row['nombre'].'</div></td>';
echo '</tr>';
}
?>
<?php
}
else
echo 'NO EXISTE NINGUN TIPO DE PROGRAMACION PARA LO SELECCIONADO !';
?>
</tbody>
</table>
</div>
<?php
}
?>
</body>
</html>