X
xxx
Here is part of my code:
<div align="center">
<table width="80%" border="1">
<tr>
<td colspan="4">
<div align="center"><img src="hovedlogo.bmp"></div>
</td>
</tr>
<tr>
<td>
<div align="center"><a href="main.html">Main</a></div>
</td>
<td>
<div align="center"><a href="member.html">Members</a></div>
</td>
<td>
<div align="center"><a href="work.html">Work</a></div>
</td>
<td>
<div align="center"><a href="login.asp">Login</a> </div>
</td>
</tr>
<tr>
<td colspan="4">
<p align="center"> This is the main area!!!</p>
</td>
</tr>
<tr>
<td colspan="4">
<div align="center">Last updated 1 September 2003</div>
</td>
</tr>
</table>
</div>
What I'd like to happen is that when the user i.e. clicks on the main link
that the main.html is shown inside the table, where I at the moment have
"This is the main area" text, and when the user clicks on login the
login.asp file is shown there and so on. How is this possible ?
<div align="center">
<table width="80%" border="1">
<tr>
<td colspan="4">
<div align="center"><img src="hovedlogo.bmp"></div>
</td>
</tr>
<tr>
<td>
<div align="center"><a href="main.html">Main</a></div>
</td>
<td>
<div align="center"><a href="member.html">Members</a></div>
</td>
<td>
<div align="center"><a href="work.html">Work</a></div>
</td>
<td>
<div align="center"><a href="login.asp">Login</a> </div>
</td>
</tr>
<tr>
<td colspan="4">
<p align="center"> This is the main area!!!</p>
</td>
</tr>
<tr>
<td colspan="4">
<div align="center">Last updated 1 September 2003</div>
</td>
</tr>
</table>
</div>
What I'd like to happen is that when the user i.e. clicks on the main link
that the main.html is shown inside the table, where I at the moment have
"This is the main area" text, and when the user clicks on login the
login.asp file is shown there and so on. How is this possible ?