Código:
Este es el menu.html:<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link type="text/css" rel="stylesheet" href="a5.css" />
<title>Uppgift 5</title>
</head>
<body>
<table border="1" width="737" height="621">
<caption>Uppgift 5</caption>
<tr>
<th height="20" colspan="2" background="img/bg3.gif"> Mina favoriter </th>
</tr>
<tr>
<th width="130" rowspan="2" align="top" valign="top" background="img/bg2.gif"> Menu
<!--#include file="meny.html" -->
</th>
<td height="40" background="img/bg.gif"></td>
</tr>
<tr>
<td id="content"></td>
</tr>
</tr>
</table>
</body>
</html>
Código:
y este es el archivo film.html:<table id="menu1">
<tr>
<td class="link">
<a href="film.html" target="content">Film</a></td>
</tr>
<tr>
<td class="link">Musik</td>
</tr>
<tr>
<td class="link">Spel</td>
</tr>
</table>
Código:
<h1> film </h1>
he encontrado algunos ejemplos con algo que se llama innerHtml pero realmente no entiendo como funciona. Si alguien ha hecho esto alguna vez me podria dar una ayuda plisss!!!!.
Gracias

