cargar los menus
Código PHP:
Ver original<?php
require_once("../modelo/conectar.php");
require_once("cargarItems.php");
function cargarMenu()
{
$con=conectar();
$sql= "select * from menus where pertenece=0" ;
//$contador=0;
?>
<li id="<?php echo $reg['id_html']; ?>">
<a href="index.php?id=<?php echo $reg['menu_codi']; ?>" id="<?php echo $reg['id_html']; ?>"> <?php echo $reg["menu_nomb"]; ?></a>
</li>
<?php
$_SESSION['var']=$reg['menu_codi'];
//cargarItems();
}
}
pagina principal
Código HTML:
Ver original<?php
require('php_lib/include-pagina-restringida.php');
require_once("../control/cargar.php");
if(!isset($_SESSION))
{
session_start();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr" style="height: 100%;">
<?php $licencia1=$_SESSION['LICENCIA']; ?>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' /> <script language="javascript" type="text/javascript" src="jquery.js"> </script> <script type="text/javascript" language="javascript" src="funcionesJquery.js"></script> <link rel='stylesheet' type='text/css' href='estilo.css' /> <script language="javascript"> $(document).ready(Inicio); //funcion inicial de JQuery
<a href='logout.php' title="Cerrar mi sesion como usuario validado">Cerrar Sesion
</a>
<?php
cargarMenu();
?>
<?php
cargarSM();
?>
funcionesJquery.js
Código Javascript
:
Ver originalfunction Inicio () {
// body...
$.ajax({
type: "post",
url: "prospectos.php",
dataType: "html",
success: function(result) {
$("#cajaInf").html(result);
}
});
}
formulario a cargar
Código HTML:
Ver original <script language="javascript" type="text/javascript" src="jquery.js"> </script> <script type="text/javascript" language="javascript" src="funcionesJquery.js"></script> <link rel="stylesheet" type="text/css" href="estiloP.css" />
<?php foreach($listado as $fila){ ?>
<div class="circular" style="float:left"> <div style="float:left; width: 6%; height: 12%"; > <IMG SRC="<?php echo $fila['campo24']; ?>" width=100% height=100% />
<ul class="nombre" align="center">
<li><b><?php echo $fila['nombres'] ?></b> </li>
<li><?php echo $fila['campo3'] ?> </li>
<li> <IMG SRC="images/tel.png"/> <?php echo $fila['campo5'] ?> </li>
<li><IMG SRC="images/cel.png"> <?php echo $fila['campo6'] ?> </li>
<li> <IMG SRC="images/dir.png"> <?php echo $fila['campo4'] ?> </li>
<li> <IMG SRC="images/mail.png"> <?php echo $fila['campo7'] ?> </li>
<li><center><IMG SRC="images/torta.jpg" /></center></li> <li><center>Quedan 5 dias
</center></li>
<IMG SRC="images/referido.png" class="Adias" title="<?php echo "Referido"; ?>"/>
<div class="recordatorio"> <IMG SRC="images/recordatorio.png" class="Arecordatorio" title="<?php echo "Referido"; ?>"/>
<!--<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.es/?ie=UTF8&ll=3.444883,-76.437378&spn=0.834815,1.352692&t=m&z=10&output=embed"></iframe><br />
<div class="comentarios">
<div class="cajaComunicacion"> <label> <center>Zona comunicacion
</center></label> <label> <center>Zona Recordatorio
</center></label>
<hr size="1px" color="red" />
<?php } ?>
amigo eso es todo lo que tengo