|    
			
				07/08/2007, 03:44
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: marzo-2007 Ubicación: En otro lugar que tú 
						Mensajes: 1.549
					 Antigüedad: 18 años, 7 meses Puntos: 36 |  | 
  |  Re: Recargar marco  
  Prueba con esto:El enlace tendría que ser este:
 echo'<a class="tab" href="http://localhost/sitioPrueba/Alumnos/Personales/crearDatosAtencionDiversidad.php?DNIAlumno='.$dni.  '&accion=recargar" target="tabIframe2">Crear datos atención a la diversidad</a>';
 
 Y en la página del iframe:
 if($_GET['accion']=='recargar'){
 echo '<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://localhost/sitioPrueba/Alumnos/Personales/crearDatosAtencionDiversidad.php?DNIAlumno='.$dni.  '">';
 }
     |