No me funciona pero no se si es porque en algo están interfiriendo las tablas que tengo dentro del DIV o estoy utilizando mal el JAVASCRIPT
Código Javascript
:
Ver originalfunction esconderDiv(){
var eldiv=getElementById('esconder');
if(eldiv.innerHTML == ""){
eldiv.style.display = none;
}
}
Código HTML:
Ver original<div id="esconder"><?php do { ?> <table width="600" border="0" cellpadding="0" cellspacing="0"> <td width="20"> </td> <td><table width="100%" border="0" cellpadding="5" cellspacing="0" class="borderListaHoteles"> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <td><img src="images/Hoteles/1.jpg" width="130" height="87" alt="imagenes"></td> <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <td width="500" height="30" class="Title"><?php echo $row_Pago['Hotel']; ?></td> <td width="79" align="right"><table width="79" border="0" cellpadding="0" cellspacing="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <td><table border="0" cellpadding="0" cellspacing="0"> <td class="textoListaHoteles"><p><?php echo $row_Pago['Habitaciones']; ?><br> <?php echo $row_Pago['Direccion']; ?><br> <?php echo $row_Pago['Destino']; ?> <?php echo $row_Pago['Estado']; ?><br> <?php } while ($row_Pago = mysql_fetch_assoc($Pago)); ?> </div>