Visa ett inlägg
Oläst 2004-02-26, 10:09 #9
CrustyDemon CrustyDemon är inte uppkopplad
Nykomling
 
Reg.datum: Jan 2004
Inlägg: 10
CrustyDemon CrustyDemon är inte uppkopplad
Nykomling
 
Reg.datum: Jan 2004
Inlägg: 10
Jag fortsätter .....

Sidan länkar till framen men den säger att "Sida kan inte visas".

Observera att jag inte har knappar utan använder mig av block i en tabell.
Samma sida borde ju öppnas i frame "kalle" nu. Eller ???

------------------------------------------------------------------------------

<html>
<head>
<title>Exempel</title>
</head>
<frameset rows="50,*">
<frame src="huvud.html">
<frameset cols="25%,*">
<frame src="sida.html" name="olle">
<frame src="sida2.html" name="kalle">
</frameset>
<noframes>
<body>
Här skriver du ett meddelande till dem som ännu inte har en browser som klarar av frames. denna text syns bara för dem.
</body>
</noframes>
</frameset>
</html>

------------------------------------------------------------------------------

<html>
<head>
<title>sida</title>
</head>
<body>
<table cellSpacing=0 cellPadding=4 border=1 width=220>
<tr bgColor=#ffffff>
<td class=box>
=Meny=
</td>
</tr>
<tr>
<td class=menu
onmouseover="this.style.backgroundColor='#00ff00'"
onClick="parent.kalle.location.href='sida.html;'"
onmouseout="this.style.backgroundColor='#ffffff'"> Länk
</td>
</tr>
</table>
</body>
</html>


ÅÅÅÅ VAD TRÖTT JAG BLIR , VAAAARFÖR !!!
CrustyDemon är inte uppkopplad   Svara med citatSvara med citat