Benas, tengo un noticiero en php con javascript en el quevan rotando unos titulares que recoge de una db, este noticiero esta cargado en una pagina principal que a su vez tiene un iframe ¿ Alguien me podria decir como poner el enlace para que la noticia solo se me cargase en el iframe?
ENLACE PAG NOTICIAS:
echo "<a href=vernoticia.php?idnot=".$row['id_noticia'].">".substr($row[titulo],0,40)."...<br>(".$row[mi_fecha].")</a><br><br>";}
?>'
PAG PRINCIPAL:
<table width="540" border="0" cellpadding="0" cellspacing="0" bordercolor="#0099CC">
<tr>
<td><iframe src="vernoticia2.php" name="opinion" width="540" height="350" align="middle" scrolling="Yes" frameborder="0" id="opinion" application="true"></iframe></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td height="100%" valign="top"><table width="130" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td height="20"> </td>
</tr>
<tr>
<td height="20" bgcolor="#0099CC"><div align="center"><span class="Estilo1">NOTICIAS</span></div></td>
</tr>
<tr>
<td class="estilocelda" background="images/mapa.jpg"><?include("vernoticia2.php");?></td>
</tr>
</table>