Hallöchen,
habe auf der Webseite
http://ibpm.bjoernsen.de/kalypso/index.php?id=0
eine kleine Navigationsleiste folgendermaßen eingebaut:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19:
| page.20 { subparts.shortmenu= HMENU subparts.shortmenu{ special = list special.value =1,27,33 wrap = | 1 = TMENU 1 { NO.linkWrap =<span class="passiv"> |</span> ACT = 1 ACT.linkWrap = <span class="passiv"> |</span> IFSUB = 1 IFSUB.linkWrap = <span class="passiv"> |</span> CUR = 1 CUR.linkWrap = <span class="current">|</span> } } } |
Dieses Script produziert folgenden Quellcode:
HTML-Code:
<div id="shortmenu"><span class="passiv"> <a href="index.php?id=1" onfocus="blurLink(this);">Home</a></span><span class="passiv"> <a href="index.php?id=27" onfocus="blurLink(this);">Suche</a></span><span class="current"><a href="index.php?id=33" onfocus="blurLink(this);">Impressum</a></span></div>
Der Internetexplorer weist nun ständig einen JS-Fehler aus.
Warum ist das so und wie kann ich diesen vermeiden?
Danke für eure Antworten. Adlerauge