Globale linker
Oppgaver
- Oppgave 1
- Oppgave 2
- Oppgave 3
- Oppgave 4
- Oppgave 5
- Oppgave 6
- Oppgave 7
- Oppgave 8
- Oppgave 9
- Oppgave10
- Oppgave 11
- Oppgave 12
- Oppgave 13
- Oppgave 14a
- Oppgave 14b
- Oppgave 15
- Oppgave 16
- Oppgave 17
- Oppgave 18
- Oppgave 19
- Oppgave 20
- Oppgave 21
- Oppgave 22
- Oppgave 23
- Oppgave 24
Koden til selve framesettet:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<frameset cols="90,*" frameborder="yes"
border="1" framespacing="1" rows="*"
bordercolor="#000000">
<frame name="leftFrame"
scrolling="no" noresize
src="frameset0left.htm"
frameborder="yes" bordercolor="#000000">
<frame name="mainFrame"
src="frameset0main.htm" scrolling="no"
noresize frameborder="yes"
bordercolor="#000000">
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</frameset>
</html>
dette er koden for det venstre dokumentet:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="vg.htm" target="mainFrame">VG</a><br>
<a href="dagbladet.htm" target="mainFrame">Dagbladet</a><br>
<a href="aftenposten.htm" target="mainFrame">Aftenposten
</a>
</body>
</html>
Dette er koden for det høyre dokumentet:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
her skal sidene oppdateres
</body>
</html>
