Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/05/2012, 09:03
rony1880
 
Fecha de Ingreso: mayo-2011
Mensajes: 38
Antigüedad: 13 años
Puntos: 0
Respuesta: Javascript no me funciona en chrome

ahh pere q me falto la pag donde se muestra el la ejecucion del codigo anterior q se llama noticias.htm

este es el index.html

Código:
<!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>Noticias</title>
</head>

<body>

<table width="296" border="0" align="center">
  <tr align="center" class="menu">
    <td width="94"><a href="index.html">Inicio</a></td>
    <td width="94" class="menu"><a href="noticias.html">Noti Links</a></td>
    <td width="94" class="menu"><a href="contact.php">Contacto</a></td>
  </tr>
</table>
<br />

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="1190" border="0" class="">
  <tr>
    <td colspan="3" valign="top"><iframe id="datamain" src="noticias_local.html" width="680" height="250"
		 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></td>
    <td width="555" rowspan="2">
  </tr>
  <tr>
    <td colspan="3" valign="top">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<table width="1240" border="0">
  <tr>
    <td width="487" align="center"><span class="copyrigth">© 2012 - Ingenierojas. Todos los derechos reservados</span>.</td>
    <td width="943" align="right"><img src="INGENIE ROJAS copia.png" width="195" height="49" /></td>
  </tr>
</table>
<table width="200" border="0" align="center">
  <tr>
    <td align="center" class="menu1"><a href="index.html" class="menu">Regresar</a></td>
  </tr>
</table>
<p>&nbsp;</p>

</body>
</html>