Foros del Web » Programando para Internet » Javascript »

Meter datos en distintas solapas de un panel.

Estas en el tema de Meter datos en distintas solapas de un panel. en el foro de Javascript en Foros del Web. Hola, tengo un div donde recojo los datos de un formulario con dos solapas una Usuarios y la otra Aparatos hasta ahí bien, pero el ...
  #1 (permalink)  
Antiguo 13/09/2012, 12:45
Avatar de satjaen  
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 7 meses
Puntos: 10
Meter datos en distintas solapas de un panel.

Hola, tengo un div donde recojo los datos de un formulario con dos solapas una Usuarios y la otra Aparatos hasta ahí bien, pero el problema es que me los recoge todos en la misma solapa.





Index.php


Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Filtro en tabla mysql con ajax php mysql</title>
<
link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
<
style type="text/css">
    
/* CSS demo */
    #content{
        
padding:20px 0 0 10px
    
}
    
#content .filtro{
        
overflow:hidden;
        
padding-bottom:15px
    
}
    
#content .filtro select{
        
width:100px
    
}
    
#content .filtro ul{
        
list-style:none;
        
padding:0
    
}
    
#content .filtro li{
        
float:left;
        
display:block;
        
margin:0 5px
    
}
    
#content .filtro li a{
        
color:#006;
        
position:relative;
        
top:5px;
        
text-decoration:underline
    
}
    
#content .filtro li label{
        
float:left;
        
padding:4px 5px 0 0
    
}
    
#content table{
        
        
width:940px;
    }
    
#content table th{
        
border:1px solid #999;
        
padding:8px;
        
background:#F8F8F8
    
}
    
#content table th span{
        
cursor:pointer;
        
padding-right:12px
    
}
    
#content table th span.asc{
        
background:url(assets/imgs/sorta.gifno-repeat right center;
    }
    
#content table th span.desc{
        
background:url(assets/imgs/sortd.gifno-repeat right center;
    }
    
#content table td{
        
border:1px solid #999;
        
padding:6px
    
}
 
#boton{
    
}
</
style>
<
link rel="stylesheet" type="text/css" href="assets/jqueryui/css/smoothness/jquery-ui-1.8.16.custom.css"/>

<
script type="text/javascript" src="assets/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="assets/jqueryui/js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="assets/js/js.js"></script>
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div id="top">
        Consulta de Intervenciones
    </div>
    <div id="content">
        <div class="filtro">
            <form id="frm_filtro" method="post" action="">
            <table width="771">
  <tr>
    <td width="9%" class="campo_apellidos2">Teléfonos</td>
    <td width="7%"><input name="telefono" type="text" size="9" /></td>
    <td width="7%"><input name="telefono2" type="text" id="telefono2" size="9" /></td>
    <td width="13%"><input name="telefono3" type="text" id="telefono3" size="9" /></td>
    <td width="22%">&nbsp;</td>
    <td width="16%" class="campo_apellidos2">NIF</td>
    <td width="26%"><input name="NIF" type="text" id="NIF" size="9" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Nombre</td>
    <td colspan="4"><input name="nombre_apellidos" type="text" size="45" />
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Localidad</td>
    <td colspan="4"><input name="poblacion" type="text" size="40" />
      <span class="campo_apellidos2">C.Postal</span>      <input name="cod_postal" type="text" id="cod_postal" size="5" /></td>
    <td class="campo_apellidos2">Provincia</td>
    <td><input name="provincia" type="text" size="9" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Calle</td>
    <td colspan="4"><input name="calle" type="text" id="calle" size="45" />
      <span class="campo_apellidos2">Nº</span>      <input name="numero" type="text" id="numero" size="5" /></td>
    <td class="campo_apellidos2">Edificio</td>
    <td><input name="edificio" type="text" id="edificio" size="5" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Puerta</td>
    <td colspan="3"><input name="puerta" type="text" id="puerta" size="5" />
      <span class="campo_apellidos2">      Piso</span>
      <input name="piso" type="text" id="piso" size="5" />
      <span class="campo_apellidos2">Letra</span>        <input name="letra" type="text" id="letra" size="5" /></td>
    <td>&nbsp;</td>
    <td><span class="campo_apellidos2">Nº Cont.Mante.</span></td>
    <td><input name="mantenimiento" type="text" id="mantenimiento" size="5" /></td>
  </tr>
  </table>
  <table width="100%">
  <tr>
    <th scope="col"><button type="button"  id="btnfiltrar" style="border:0; margin:0; padding:0;"><img src="imagenes_menu/boton_buscar.jpg" width="100%"/></button></th>
  </tr>
</table>                
          </form>
        </div>
        <div id="TabbedPanels1" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">Usuarios</li>
            <li class="TabbedPanelsTab" tabindex="0">Aparatos</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent"><table cellpadding="0" cellspacing="0" id="data">
            <thead>
                <tr>
                    <th width="22%"><span title="nu_usuario">Nº Usuario</span></th>
                    <th width="22%"><span title="telefono">Nº Teléfono</span></th>
                    <th width="35%"><span title="nombre">Nombre</span></th>
                    <th><span title="poblacion">Localidad</span></th>
                </tr>
            </thead>
            <tbody>
                
            </tbody>
        </table></div>
            <div class="TabbedPanelsContent"><table cellpadding="0" cellspacing="0" id="data1">
            <thead>
                <tr>
                  <th><span title="aparato">Aparato</span></th>  
                   <th><span title="marca">Marca</span></th>  
                    <th><span title="modelo">Modelo</span></th>  
                    <th><span title="NUM_SERIE">Nº Serie</span></th>  
                   <th><span title="num_PRODUCTO">COD/12NC</span></th>  
                     <th><span title="FECHA_compra">F.Compra</span></th>  
                </tr>
            </thead>
            <tbody>
                
            </tbody>
        </table></div>
          </div>
        </div>
       
    </div>
<script type="text/javascript">
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
</body>
</html> 



js.js


Código PHP:
// JavaScript Document
var ordenar '';
$(
document).ready(function(){
    
    
// Llamando a la funcion de busqueda al
    // cargar la pagina
    
filtrar()
    
    var 
dates = $( "#del, #al" ).datepicker({
            
yearRange"-50",
            
defaultDate"+1w",
            
changeMonthtrue,
            
changeYeartrue,
            
onSelect: function( selectedDate ) {
                var 
option this.id == "del" "minDate" "maxDate",
                    
instance = $( this ).data"datepicker" ),
                    
date = $.datepicker.parseDate(
                        
instance.settings.dateFormat ||
                        $.
datepicker._defaults.dateFormat,
                        
selectedDateinstance.settings );
                
dates.notthis ).datepicker"option"optiondate );
            }
    });
    
    
// filtrar al darle click al boton
    
$("#btnfiltrar").click(function(){ filtrar() });
    
    
// boton cancelar
    
$("#btncancel").click(function(){ 
        $(
".filtro input").val('')
        $(
".filtro select").find("option[value='0']").attr("selected",true)
        
filtrar() 
    });
    
    
// ordenar por
    
$("#data th span").click(function(){
        var 
orden '';
        if($(
this).hasClass("desc"))
        {
            $(
"#data th span").removeClass("desc").removeClass("asc")
            $(
this).addClass("asc");
            
ordenar "&orderby="+$(this).attr("title")+" asc"        
        
}else
        {
            $(
"#data th span").removeClass("desc").removeClass("asc")
            $(
this).addClass("desc");
            
ordenar "&orderby="+$(this).attr("title")+" desc"
        
}
        
filtrar()
    });
});

function 
filtrar()
{    
    $.
ajax({
        
data: $("#frm_filtro").serialize()+ordenar,
        
type"POST",
        
dataType"json",
        
url"ajax.php?action=listar",
            
success: function(data){
                var 
html ='' ;
                if(
data.length 0){
                    $.
each(data, function(i,item){
                        
html += '<tr>'
                            
html += '<td>'+item.nu_usuario+'</td>'
                            
html += '<td>'+item.telefono+'</td>'
                            
html += '<td>'+item.nombre+' '+item.apellidos+'</td>' 
                            
html += '<td>'+item.poblacion+'</td>'
                            
html += '<td>'+item.aparato+'</td>'
                            
html += '<td>'+item.marca+'</td>'
                            
html += '<td>'+item.modelo+'</td>'
                            
html += '<td>'+item.num_serie+'</td>'
                            
html += '<td>'+item.num_producto+'</td>'
                            
html += '<td>'+item.fecha_compra+'</td>'
                        
html += '</tr>';
                                                            
                    });                    
                }
                if(
html == ''html '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>'
                
$("#data tbody").html(html);
            }
            
      });

  #2 (permalink)  
Antiguo 13/09/2012, 15:10
Avatar de Dradi7  
Fecha de Ingreso: junio-2008
Ubicación: Peru - Lima
Mensajes: 1.518
Antigüedad: 15 años, 10 meses
Puntos: 220
Respuesta: Meter datos en distintas solapas de un panel.

El error esta claro tu mismo lo estas llenando en un solo contenedor en vez de separarlo en dos, tu código debe quedar así

Código Javascript:
Ver original
  1. success: function(data){
  2.     var html_user ='' ;
  3.     var html_aparato = '';
  4.     if(data.length > 0){
  5.         $.each(data, function(i,item){
  6.             html_user += '<tr>';
  7.             html_user += '<td>'+item.nu_usuario+'</td>';
  8.             html_user += '<td>'+item.telefono+'</td>';
  9.             html_user += '<td>'+item.nombre+' '+item.apellidos+'</td>';
  10.             html_user += '<td>'+item.poblacion+'</td>';
  11.             html_user += '</tr>';
  12.            
  13.             html_aparato += '<tr>';
  14.             html_aparato += '<td>'+item.aparato+'</td>';
  15.             html_aparato += '<td>'+item.marca+'</td>';
  16.             html_aparato += '<td>'+item.modelo+'</td>';
  17.             html_aparato += '<td>'+item.num_serie+'</td>';
  18.             html_aparato += '<td>'+item.num_producto+'</td>';
  19.             html_aparato += '<td>'+item.fecha_compra+'</td>';
  20.             html_aparato += '</tr>';
  21.                                                  
  22.         });                    
  23.     }
  24.     if(html_user == '') html_user = '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>';
  25.     if(html_aparato == '') html_aparato = '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>';
  26.     $("#data tbody").html(html_user);
  27.     $("#data1 tbody").html(html_aparato);
  28. }
__________________
La clave de todo triunfador es eliminar todas sus excusas y sus limitaciones
  #3 (permalink)  
Antiguo 14/09/2012, 02:01
Avatar de satjaen  
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 7 meses
Puntos: 10
Respuesta: Meter datos en distintas solapas de un panel.

Buenos dias, lo ha complicado un poco mas pero no funciona:

Código PHP:
success: function(data){ 
    var 
html_user ='' ;
    var 
html_aparato '';
    if(
data.length 0){ 
        $.
each(data, function(i,item){ 
            
html_user += '<tr>';
            
html_user += '<td>'+item.nu_usuario+'</td>';
            
html_user += '<td>'+item.telefono+'</td>';
            
html_user += '<td>'+item.nombre+' '+item.apellidos+'</td>';
            
html_user += '<td>'+item.poblacion+'</td>';
            
html_user += '</tr>';
            
            
html_aparato += '<tr>';
            
html_aparato += '<td>'+item.aparato+'</td>';
            
html_aparato += '<td>'+item.marca+'</td>'
            
html_aparato += '<td>'+item.modelo+'</td>'
            
html_aparato += '<td>'+item.num_serie+'</td>';
            
html_aparato += '<td>'+item.num_producto+'</td>';
            
html_aparato += '<td>'+item.fecha_compra+'</td>';
            
html_aparato += '</tr>'
             
            
html_avisos += '<tr>';
            
html_avisos += '<td>'+item.num_aviso+'</td>';
            
html_avisos += '<td>'+item.num_usuario+'</td>'
            
html_avisos += '<td>'+item.aparato+'</td>'
            
html_avisos += '<td>'+item.calle+'</td>';
            
html_avisos += '<td>'+item.fecha_recepcion+'</td>';
            
html_avisos += '<td>'+item.fecha_emision+'</td>';
            
html_avisos += '<td>'+item.sintoma+'</td>';
            
html_avisos += '</tr>';                                   
        });                     
    } 
    if(
html_user == ''html_user '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>';
    if(
html_aparato == ''html_aparato '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>';
    if(
html_avisos == ''html_avisos '<tr><td colspan="4" align="center">No se encontraron registros..</td></tr>';
    $(
"#data tbody").html(html_user); 
    $(
"#data1 tbody").html(html_aparato); 
    $(
"#data2 tbody").html(html_avisos); 

  #4 (permalink)  
Antiguo 14/09/2012, 02:14
Avatar de satjaen  
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 7 meses
Puntos: 10
Respuesta: Meter datos en distintas solapas de un panel.

Perdona pero creo que el anterior archivo esta bien, el que me parece que esta mal es este:

Código PHP:
<?php 
include("conexion.php");
if (
$_GET["action"] == "listar")
{
    
// valores recibidos por POST
    
$vnm   $_POST['nombre_apellidos'];
    
$vpo $_POST['poblacion'];
    
$vte $_POST['telefono'];
    
$vdel  = ($_POST['del'] != '' ) ? explode("/",$_POST['del']) : '';
    
$val   = ($_POST['al']  != '' ) ? explode("/",$_POST['al']) : '';
    
    
$sql "SELECT 
    U.nombre, 
    U.apellidos, 
    U.nu_usuario, 
    U.telefono, 
    D.poblacion, 
    A.aparato, 
    A.marca, 
    A.modelo, 
    A.num_serie, 
    A.num_producto, 
    A.fecha_compra,
    B.num_aviso,
    B.num_usuario,
    D.calle,
    B.fecha_recepcion,
    B.fecha_emision,
    B.sintoma
FROM 
    dir_usuarios D INNER JOIN usuarios U ON D.usuario = U.nu_usuario
    INNER JOIN ap_usuarios A ON U.nu_usuario = A.num_usuario
    INNER JOIN avisos B ON U.nu_usuario = B.num_usuario
WHERE 
    CONCAT( nombre, ' ', apellidos ) LIKE '%$vnm%'
    AND telefono LIKE '%vte%'
    AND poblacion LIKE '%$vpo%';

"
;     
                                
    
// Ordenar por
    
$vorder $_POST['orderby'];
    
    if(
$vorder != ''){
        
$sql .= " ORDER BY ".$vorder;
    }
    
    
$query mysql_query($sql);
    
$datos = array();
    
    while(
$row mysql_fetch_array($query))
    {
        
$datos[] = array(
            
'nu_usuario'          => $row['nu_usuario'],
            
'telefono'          => $row['telefono'],
            
'nombre'      => $row['nombre'],
            
'apellidos'       => $row['apellidos'],
            
'poblacion'        => $row['poblacion'],
            
'aparato'          => $row['aparato'],
            
'marca'          => $row['marca'],
            
'modelo'      => $row['modelo'],
            
'num_serie'       => $row['num_serie'],
            
'num_producto'        => $row['num_producto'],
            
'fecha_compra'        => $row['fecha_compra'],
            
'num_aviso'          => $row['num_aviso'],
            
'num_usuario'          => $row['num_usuario'],
            
'aparato'      => $row['aparato'],
            
'calle'       => $row['calle'],
            
'fecha_recepcion'        => $row['fecha_recepcion'],
            
'fecha_emision'        => $row['fecha_emision'],
            
'sintoma'        => $row['sintoma']
        );
    }
    
// convertimos el array de datos a formato json
    
echo json_encode($datos);
}

?>





index.php

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Filtro en tabla mysql con ajax php mysql</title>
<
link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
<
style type="text/css">
    
/* CSS demo */
    #content{
        
padding:20px 0 0 10px
    
}
    
#content .filtro{
        
overflow:hidden;
        
padding-bottom:15px
    
}
    
#content .filtro select{
        
width:100px
    
}
    
#content .filtro ul{
        
list-style:none;
        
padding:0
    
}
    
#content .filtro li{
        
float:left;
        
display:block;
        
margin:0 5px
    
}
    
#content .filtro li a{
        
color:#006;
        
position:relative;
        
top:5px;
        
text-decoration:underline
    
}
    
#content .filtro li label{
        
float:left;
        
padding:4px 5px 0 0
    
}
    
#content table{
        
        
width:940px;
    }
    
#content table th{
        
border:1px solid #999;
        
padding:8px;
        
background:#F8F8F8
    
}
    
#content table th span{
        
cursor:pointer;
        
padding-right:12px
    
}
    
#content table th span.asc{
        
background:url(assets/imgs/sorta.gifno-repeat right center;
    }
    
#content table th span.desc{
        
background:url(assets/imgs/sortd.gifno-repeat right center;
    }
    
#content table td{
        
border:1px solid #999;
        
padding:6px
    
}
 
#boton{
    
}
</
style>
<
link rel="stylesheet" type="text/css" href="assets/jqueryui/css/smoothness/jquery-ui-1.8.16.custom.css"/>

<
script type="text/javascript" src="assets/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="assets/jqueryui/js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="assets/js/js.js"></script>
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div id="top">
        Consulta de Intervenciones
    </div>
    <div id="content">
        <div class="filtro">
            <form id="frm_filtro" method="post" action="">
            <table width="771">
  <tr>
    <td width="9%" class="campo_apellidos2">Teléfonos</td>
    <td width="7%"><input name="telefono" type="text" size="9" /></td>
    <td width="7%"><input name="telefono2" type="text" id="telefono2" size="9" /></td>
    <td width="13%"><input name="telefono3" type="text" id="telefono3" size="9" /></td>
    <td width="22%">&nbsp;</td>
    <td width="16%" class="campo_apellidos2">NIF</td>
    <td width="26%"><input name="NIF" type="text" id="NIF" size="9" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Nombre</td>
    <td colspan="4"><input name="nombre_apellidos" type="text" size="45" />
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Localidad</td>
    <td colspan="4"><input name="poblacion" type="text" size="40" />
      <span class="campo_apellidos2">C.Postal</span>      <input name="cod_postal" type="text" id="cod_postal" size="5" /></td>
    <td class="campo_apellidos2">Provincia</td>
    <td><input name="provincia" type="text" size="9" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Calle</td>
    <td colspan="4"><input name="calle" type="text" id="calle" size="45" />
      <span class="campo_apellidos2">Nº</span>      <input name="numero" type="text" id="numero" size="5" /></td>
    <td class="campo_apellidos2">Edificio</td>
    <td><input name="edificio" type="text" id="edificio" size="5" /></td>
  </tr>
  <tr>
    <td class="campo_apellidos2">Puerta</td>
    <td colspan="3"><input name="puerta" type="text" id="puerta" size="5" />
      <span class="campo_apellidos2">      Piso</span>
      <input name="piso" type="text" id="piso" size="5" />
      <span class="campo_apellidos2">Letra</span>        <input name="letra" type="text" id="letra" size="5" /></td>
    <td>&nbsp;</td>
    <td><span class="campo_apellidos2">Nº Cont.Mante.</span></td>
    <td><input name="mantenimiento" type="text" id="mantenimiento" size="5" /></td>
  </tr>
  </table>
  <table width="100%">
  <tr>
    <th scope="col"><input id="btnfiltrar" name="noname" type="image" onclick="" src="imagenes_menu/boton_buscar.jpg" width="100%" height="40">
  </th>
  </tr>
</table>                
          </form>         
  
        </div>
        <div id="TabbedPanels1" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">Usuarios</li>
            <li class="TabbedPanelsTab" tabindex="0">Aparatos</li>
            <li class="TabbedPanelsTab" tabindex="0">Intervenciones</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent"><table cellpadding="0" cellspacing="0" id="data">
            <thead>
                <tr>
                    <th width="22%"><span title="nu_usuario">Nº Usuario</span></th>
                    <th width="22%"><span title="telefono">Nº Teléfono</span></th>
                    <th width="35%"><span title="nombre">Nombre</span></th>
                    <th><span title="poblacion">Localidad</span></th>
                </tr>
            </thead>
            <tbody>
                
            </tbody>
        </table></div>
            <div class="TabbedPanelsContent">
              <table cellpadding="0" cellspacing="0" id="data1">
                <thead>
                  <tr>
                    <th><span title="aparato">Aparato</span></th>
                    <th><span title="marca">Marca</span></th>
                    <th><span title="modelo">Modelo</span></th>
                    <th><span title="NUM_SERIE">Nº Serie</span></th>
                    <th><span title="num_PRODUCTO">COD/12NC</span></th>
                    <th><span title="FECHA_compra">F.Compra</span></th>
                  </tr>
                </thead>
                <tbody>
                </tbody>
              </table>
            </div>
            <div class="TabbedPanelsContent"> <table cellpadding="0" cellspacing="0" id="data2">
                <thead>
                  <tr>
                    <th><span title="aviso">Nº Aviso</span></th>
                    <th><span title="usuario">Nº Usuario</span></th>
                    <th><span title="aparato">Aparato</span></th>
                    <th><span title="calle">Dirección</span></th>
                    <th><span title="fecha_recepcion">F.Recepción</span></th>
                    <th><span title="fecha_recepcion">F.Emisión</span></th>
                    <th><span title="sintoma">Síntoma</span></th>
                  </tr>
                </thead>
                <tbody>
                </tbody>
              </table>            
              </div>
          </div>
        </div>
       
    </div>
<script type="text/javascript">
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
</body>
</html> 

Última edición por satjaen; 14/09/2012 a las 16:15 Razón: Insertar mas codigos.
  #5 (permalink)  
Antiguo 17/09/2012, 06:04
Avatar de satjaen  
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 7 meses
Puntos: 10
Respuesta: Meter datos en distintas solapas de un panel.

Por favor, me puede contestar alguien?

Etiquetas: ajax, formulario, funcion, html, input, js, meter, php, select, botones
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:23.