hallo
ich habe ein selectmenu, welches in einen iframe linken soll. dazu habe ich mir folgenden code zurechtgeschistert:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19:
| seite.10.marks{ OKNAV = HMENU OKNAV.special = directory OKNAV.special.value = 570 OKNAV.1 =TMENU OKNAV.1 { wrap = <div class="select"><select id="ok_select" onchange="document.location='index.php?id='+this[this.selectedIndex].value"> | </select><div> stdWrap.target = frame NO { before.data = field:uid before.wrap = <option value="|"> doNotLinkIt = 1 allWrap = | </option> } CUR < .NO CUR = 1 CUR.before.wrap = <option value="|" SELECTED> } - ERROR: Line 18: The script is short of 1 end brace(s) |
leider öffnet er die im selben fenster self! kann mir da jemand helfen?