11.12.2002, 20:06
Die orange markierte Variable anzahl ... da musst du hinter das = die Anzahl deiner Hauptlinks/Divs schreiben, damit das Script weiß, welche div-Bereiche es alle auf display=none setzen muss, um danach den gewählten Bereich zu öffnen.
Und darauf achten dass du alle weiteren divs mit ner Zahlen-id, also 3,4,5 ... benennst.
Ansonsten hoffe ich mal dass das Script geht, ansonsten melde dich hier nochmal
<html>
<head>
<title>test</title>
<meta name="author" content="Philippe">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<script language="javascript">
function Text()
var anzahl = 2;
for(i=o;i<=anzahl;i++)
{
document.getElementById(i).style.display = 'none';
}
{
document.getElementById ('1').style.display = "inline";
}
function Text2()
{
var anzahl = 2;
for(i=o;i<=anzahl;i++)
{
document.getElementById(i).style.display = 'none';
}
document.getElementById ('2').style.display = "inline";
}
</script>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table>
<tr>
<td>
<a href="#" onclick="javascript:Text();">Datenbank</a>
<div id="1" style="postition:relative;left:20px;display:none">
<p>
<a href="tauchplatz_index.html">Tauchplätze</a><br>
</ p>
</div>
<a href="#" onclick="javascript:Text2();">Community</a>
<div id="2" style="postition:relative;left:20px;display:none">
<p>
<a href="">Forum</a><br>
</ p>
</div>
</td>
</tr>
</table>
</body>
</html>
Und darauf achten dass du alle weiteren divs mit ner Zahlen-id, also 3,4,5 ... benennst.
Ansonsten hoffe ich mal dass das Script geht, ansonsten melde dich hier nochmal
<html>
<head>
<title>test</title>
<meta name="author" content="Philippe">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<script language="javascript">
function Text()
var anzahl = 2;
for(i=o;i<=anzahl;i++)
{
document.getElementById(i).style.display = 'none';
}
{
document.getElementById ('1').style.display = "inline";
}
function Text2()
{
var anzahl = 2;
for(i=o;i<=anzahl;i++)
{
document.getElementById(i).style.display = 'none';
}
document.getElementById ('2').style.display = "inline";
}
</script>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table>
<tr>
<td>
<a href="#" onclick="javascript:Text();">Datenbank</a>
<div id="1" style="postition:relative;left:20px;display:none">
<p>
<a href="tauchplatz_index.html">Tauchplätze</a><br>
</ p>
</div>
<a href="#" onclick="javascript:Text2();">Community</a>
<div id="2" style="postition:relative;left:20px;display:none">
<p>
<a href="">Forum</a><br>
</ p>
</div>
</td>
</tr>
</table>
</body>
</html>