Globale linker

Oppgaver

Dette er koden til selve framesettet:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*" frameborder="yes" border="1"
framespacing="1" bordercolor="#000000">
    <frame name="topFrame" scrolling="no" src="frameset1top.htm"       noresize frameborder="yes" bordercolor="#000000" >
        <frameset cols="180,*" frameborder="yes" border="1"
          framespacing="1" rows="*" bordercolor="#000000">
            <frame name="leftFrame" noresize scrolling="no"
              src="frameset1left.htm" bordercolor="#000000"
              frameborder="yes">
            <frame name="main" src="frameset1main.htm" scrolling="no"
               noresize frameborder="YES" bordercolor="#000000">
        </frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</frameset>
</html>

Dette er koden for toppdokumentet:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FF0000" text="#000000" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">
<h1 align="center"><font color="#FFFFFF">Enkelt frameset</font> </h1>
</body>
</html>

Dette er koden for venstre dokument:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="180" border="1" cellspacing="0" cellpadding="0">
    <tr>
        <td><img src="images/blank.gif" width="10" height="8"></td>
        <td width="100%">
             <a href="frameset1main.htm" target="main">Link 1</a>
        </td>
        <td align="center">
             <img src="images/blank.gif" width="10" height="8">
        </td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td width="100%">
             <a href="frameset1side2.htm" target="main">Link 2</a>
        </td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td width="100%">
            <a href="frameset1side3.htm" target="main">Link 3</a>
        </td>
        <td>&nbsp;</td>
    </tr>
</table>
</body>
</html>

Dette er koden for høyre vindu1:

html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#00CCFF" vlink="#CC66CC" alink="#FF3300">
<p align="center">Dette er siden til link 1</p>
<p align="center"><img src="images/chubby_hamster_eating_hc.gif" width="238" height="312"></p>
<p align="center"><a href="frameset1side2.htm" target="_self">Link til side 2</a> | <a href="frameset1side3.htm" target="_self">link til side 3</a></p>
</body>
</html>

Dette er koden for høyre vindu 2:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#00CCFF" vlink="#CC66CC" alink="#FF3300">
<p align="center">Dette er siden til link 2</p>
<p align="center"><img src="images/fox_and_hunter_hc.gif" width="312" height="208">
</p>
<p align="center"><a href="frameset1main.htm" target="_self">Link
til side 1</a> | <a href="frameset1side3.htm" target="_self">link til side 3</a></p>
</body>
</html>

Dette er koden for høyre vindu 3:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#00CCFF" vlink="#CC66CC" alink="#FF3300">
<p align="center"><font color="#FFFFFF">Dette er siden til link 3</font></p>
<p align="center"><img src="images/cute_dragon_flying_hc.gif" width="350" height="311"></p>
<p align="center"><a href="frameset1main.htm" target="_self">Link til side 1</a> | <a href="frameset1side2.htm" target="_self">link til side2</a></p>
</body>
</html>