Hi Leute! Ich sitze jetzt schon ne ganze zeit lang an dem Sch*** Code vom Menü meiner homepage, aber ich schaffe es nicht, dass sich ein link nur im mainFrame aufbaut und nicht auch im menü!
Hier mal die Auszüge aus dem Frameset:
index.html:
und vom menü:
Falls ihr noch irgendwelche Angaben braucht, sagt mir bitte einfach bescheid! Bin schon am verzweifeln! (Darum auch der seeeehr späte Beitrag! 00:52 Uhr)
THX
Hier mal die Auszüge aus dem Frameset:
index.html:
Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="180,*" cols="180,*" frameborder="NO" border="0" framespacing="0">
<frame name="cornerFrame" scrolling="NO" noresize src="corner.html" >
<frame name="topFrame" scrolling="NO" noresize src="top.html" >
<frame name="leftFrame" scrolling="NO" noresize src="menue.html">
<frame name="mainFrame" src="hauptseite.html">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
und vom menü:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Menue</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY bgColor=#ff4800 leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0"><base target="mainFrame">
<style type="text/css">
<!--
.Navlink {COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: verdana; font-size: 12pt; font-weight: bold;}
a:link.Navlink {color : #FFFFFF;}
a:visited.Navlink {color : #FFFFFF;}
a:active.Navlink {text-decoration: none;}
a:hover.Navlink {text-decoration: none;}
-->
</style>
<script language = "javascript">
<!--
function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'}
function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}
function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}
function LmUp(path)
{location.href = path;}
//-->
</script>
<table border="0" width="120" bgcolor="#000000" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/index.html')" bgcolor="#FF4800"><A HREF="index.html" TARGET="mainFrame" Class="navlink"> Start</a></td></tr>
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/mitglieder/uebersicht.html')" bgcolor="#FF4800"><A HREF="http://www.sunsetclub69.de/mitglieder/uebersicht.html" TARGET="mainFrame" Class="navlink"> Mitglieder</a></td></tr>
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/bilder/uebersicht.html')" bgcolor="#FF4800"><A HREF="http://www.sunsetclub69.de/bilder/uebersicht.html" TARGET="mainFrame" Class="navlink"> Bilder</a></td></tr>
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/gaestebuch/')" bgcolor="#FF4800"><A HREF="http://www.sunsetclub69.de/gaestebuch/" TARGET="mainFrame" Class="navlink"> Gästebuch</a></td></tr>
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/links/links.html')" bgcolor="#FF4800"><A HREF="http://www.sunsetclub69.de/links/links.html" TARGET="mainFrame" Class="navlink"> Links</a></td></tr>
<tr><td width="100%" onMouseover="LmOver(this, '#0066CB')" onMouseout="LmOut(this, '#FF4800')" onMouseDown="LmDown(this, '#0066CB')"
onMouseUp="LmUp('http://www.sunsetclub69.de/kontakt/kontakt.html')" bgcolor="#FF4800"><A HREF="http://www.sunsetclub69.de/kontakt/kontakt.html" TARGET="mainFrame" Class="navlink"> Kontakt</a></td></tr>
</table>
</BODY></HTML>
Falls ihr noch irgendwelche Angaben braucht, sagt mir bitte einfach bescheid! Bin schon am verzweifeln! (Darum auch der seeeehr späte Beitrag! 00:52 Uhr)
THX