Hallo, ich hab folgendes Problem, das der IE einwandfrei beweltigt ->
<script language="JavaScript1.2">
function ShowPath(path)
{
window.document.all.tags("h1")[0].innerText = path;
}
</script>
<div id="tpath" style="position:absolute; z-index:2">
<h1></h1>
</div>
<div id="Music" style="position:absolute; z-index:2">
<a href="music/music.php" target="itv"
onClick=javascript:ShowPath("Music");>Music</a>
</div>
Beim Event onClick wird der String als Variable der Funktion ShowPath übergeben und diese soll dann einen Text im Layer tpath ausgeben. Wie gesagt im IE klappts in Netscape nicht???