PHP-Code:
<html>
<head>
</head>
<body>
<script language="JavaScript">
function showEmoticons() {
javascript:document.getElementById('emoticons').style.display='block';
}
</script>
<a onclick="showEmoticons();" href="#emoticons">Emoticons</a>
<a name="emoticons">
<div id="emoticons" style="background: red; display: none;">test</div>
</body>
</html>
Warum geht das im IE nicht? FF machts natürlich...
Verzweifle gerade...
Kommentar