Menu der går igen på alle siderne
Jeg er ved at lave en hjemmeside, der fungere således, at når der klikkes på et link, skiftes hele siden ud.... dette gør jeg for at undgå frames, da de tager lidt tid at loade...Problemet med denne side er, at jeg har en menu i siden, som gerne skal gå igen på alle siderne... hvordan gøres det?
Jeg kan lige give jer min sourcecode
<HTML>
<HEAD>
<LINK href="style.css" media=all rel=stylesheet>
<TITLE>
welcome to Clan |-SBW-| Homepage
</TITLE>
</HEAD>
<BODY BGCOLOR=000000>
<CENTER>
<TABLE WIDTH=598 border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<TD COLSPAN=5 HEIGHT=83 BACKGROUND=billeder\logo.jpg>
</TD>
</TR>
<TR>
<TD WIDTH=152 HEIGHT=18 BACKGROUND=billeder\midt1.jpg>
</TD>
<TD WIDTH=59 BACKGROUND=billeder\midt2.jpg>
</TD>
<TD WIDTH=302 BACKGROUND=billeder\midt3.jpg>
<marquee scrolldelay="66" scrollamount="3"><font color=silver><B>Welcome to Clan SBW' Homepage</B></font></marquee>
</TD>
<TD WIDTH=63 BACKGROUND=billeder\midt4.jpg>
</TD>
<TD WIDTH=22 BACKGROUND=billeder\midt5.jpg>
</TD>
</TR>
<TR>
<TD BACKGROUND=billeder\navi.jpg VALIGN=TOP>
<CENTER>
<BR>
<TABLE border="0" cellspacing="0" cellpadding="0" >
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\clansbw.jpg>
</TD>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Startside</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="members.html">Members</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">CW</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Clan-regler</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Om |-SBW-|</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Udfordrer os</TD></TR>
</TR>
<TR>
<TD>
</TD>
</TR>
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\members.jpg>
</TD>
</TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Adgang</TD></TR>
<TR>
<TD>
</TD>
</TR>
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\service.jpg>
</TD>
</TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Tagwall</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Billeder</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Links</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Kontakt os</TD></TR>
</TABLE>
</CENTER>
</TD>
<TD COLSPAN=3 HEIGHT=400>
</TD>
<TD BACKGROUND=billeder\navi2.jpg>
</TD>
</TR>
<TR>
<TD COLSPAN=5 BACKGROUND=billeder\bund.jpg>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
Som det ses er den bygget op af en række tables.... der er især det sted her, der er vigtigt:
<TABLE border="0" cellspacing="0" cellpadding="0" >
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\clansbw.jpg>
</TD>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Startside</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="members.html">Members</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">CW</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Clan-regler</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Om |-SBW-|</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Udfordrer os</TD></TR>
</TR>
<TR>
<TD>
</TD>
</TR>
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\members.jpg>
</TD>
</TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Adgang</TD></TR>
<TR>
<TD>
</TD>
</TR>
<TR>
<TD WIDTH=121 HEIGHT=22 background=billeder\service.jpg>
</TD>
</TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Tagwall</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Billeder</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Links</TD></TR>
<TR><TD BGCOLOR="#000000" onmouseover="style.backgroundColor='#53627E';" onmouseout="style.backgroundColor='#000000';" ALIGN="CENTER"><A HREF="#" target="target">Kontakt os</TD></TR>
</TABLE>
Da det er min menu... som det ses består den også af en tabel med nogle links og billeder... der er placeret i et af felterne på den "store" tabel.
Mit spørgsmål går på: Er det muligt af lave et eller andet, så man kan lægge menuen i en fil for sig og derved kalde på den fra de enkelte sider?
Håber der er nogen der kan hjælpe mig
