Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/01/2008, 12:50
ariesagv
 
Fecha de Ingreso: septiembre-2007
Mensajes: 93
Antigüedad: 16 años, 7 meses
Puntos: 0
Re: Desaparece mi liga de e_mail

Cita:
Iniciado por Edig Ver Mensaje
Puedes poner mas parte del codigo para ooder saber cual es el error? ya qu epuede ser que nos e recarge bien la pagina o sea paarte y no lo hayas puesto igual


ok; te mando el resto; pero no se si tenga algo que ver lo de la base de datos; ya que desde ahi jalo los datos.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 <html>
<head>
<title>IC</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(Bienvenido/Fondo-IC.jpg);
}
.Estilo4 {
color: #31619C;
font-weight: bold;
}
.Estilo7 {font-style: italic; font-family: Arial, Helvetica, sans-serif;}
.Estilo11 {
font-size: 12px;
font-weight: bold;
color: #4A5984;
}
.Estilo13 {font-size: 12px}
.Estilo14 {
font-family: Arial, Helvetica, sans-serif;
color: #F7F7F7;
}
.Estilo16 {
color: #F7F7F7;
font-weight: bold;
}
.Estilo17 {color: #F7F7F7}
.Estilo18 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #F7F7F7; }
.Estilo22 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; }
.Estilo23 {font-family: Arial, Helvetica, sans-serif}
a:link {
color: #000000;
}
a:visited {
color: #31619C;
}
.Estilo24 {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>

<body>
<div id="Layer1" style="position:absolute; width:849px; height:546px; z-index:2; left: 2px; top: 2; background-image: url(Fondo-IC.jpg); layer-background-image: url(Fondo-IC.jpg); border: 1px none #000000;">
<div align="left">
<p><img src="Bienvenido/encabezado.jpg" width="760" height="80" border="0" usemap="#Map2" /></p>
<p class="Estilo4"><br>
Resultados de la B&uacute;squeda <br>
__________________________________________________ _________<br>
</p>
<div id="Layer1" style="position:absolute; width:200px; height:54px; z-index:4; left: 512px; top: 177px; background-color: #F7F7F7; layer-background-color: #F7F7F7; border: 1px none #000000;">
<form name="form1" method="post" action="">
<table width="198" border="0">
<tr>
<td width="210" height="21"><div align="center" class="Estilo11">Acceso directo </div></td>
</tr>
<tr>
<td><select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="P C/org_corporativo.html" selected>P C</option>
<option value="P C/PGPB/org.html">PGPB</option>
<option value="P C/PEP/org_eyp.html">PEP</option>
<option value="P C/PREF/org_r.html">PR</option>
<option value="P C/PPQ/org_p.html">PP</option>
</select></td>
</tr>
</table>
</form>
</div>
<blockquote>
<blockquote>
<p><span class="Estilo23">Criterio de b&uacute;squeda</span><span class="Estilo7"> : </span> <span class="Estilo24"><?php echo $busqueda; ?></span>
<br>
<span class="Estilo23">Total de resultados:</span> <span class="Estilo24"><?php echo $totalRows_rs_x; ?></span><em><strong> <br>
</strong></em></p>
</blockquote>
</blockquote>
<div id="Layer2" style="position:absolute; width:811px; height:43px; z-index:3; left: 8px; top: 255px; background-color: #31619C; layer-background-color: #31619C; border: 1px none #000000;">
<table width="800" border="0" align="center" id="tabla">
<tr class="Estilo4">
<th scope="col"><div align="center" class="Estilo16">N</div></th>
<th scope="col"><div align="center" class="Estilo17">P</div></th>
<th scope="col"><div align="center" class="Estilo17">Direcci&oacute;n</div></th>
<th scope="col"><div align="center" class="Estilo17">Tel</div></th>
<th scope="col"><div align="center" class="Estilo17">Correo electr&oacute;nico</div></th>
</tr>
<?PHP while($row_rs_x=mysql_fetch_assoc($rs_x)){ ?>
<tr>
<th scope="col"><div align="center" class="Estilo13 Estilo14">
<div align="justify"><?PHP echo $row_rs_x["n"]; ?> </div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="justify"><?PHP echo $row_rs_x["p"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="center"><?PHP echo $row_rs_x["u"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="left"><?PHP echo $row_rs_x["tel"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="left"><a href=mailto:<?PHP echo $row_rs_x["correo"];?>"><?php echo $row_rs_x["correo"]; ?></div>
</div></th>
</tr>
<tr>
<?PHP } ?>
</table>