hallo,
nach erfolgreichem frameset (muss leider sein) bin ich
eigentlich fast fertig bis auf ein kleines problem das ich
einfach nicht gebacken bekomme.
Bei Aufruf eines menüpunktes wird das ganze frameset
in meinem hauptanzeige bereich geladen.
das hinzufügen von
[TS]PAGE_TARGET =
content.pageFrameObj =
styles.content.links.extTarget = [/TS]
zu constants hat auch nichts gebracht!
Weis jemand einen Tipp wo ich da ein häckchen
setzen muss. Find einfach nichts mehr :'(
Hier mal mein TS:
[TS]top = PAGE
left = PAGE
page = PAGE
middlebottom = PAGE
right = PAGE
bottom = PAGE
top.typeNum = 1
left.typeNum = 2
page.typeNum = 3
middlebottom.typeNum = 4
right.typeNum = 5
bottom.typeNum = 6
meinframeset = PAGE
meinframeset.typeNum = 0
meinframeset.frameSet.rows = *,480,*
meinframeset.frameSet.params = framespacing="0" bordercolor="#FFFFFF" frameborder="O" border="0"
meinframeset.frameSet {
10 = FRAME
10.obj = top
20 = FRAMESET
20.cols = *,991,*
20 {
10 = FRAME
10.obj = left
20 = FRAMESET
20.rows = 450,30
20 {
10 = FRAME
10.obj = page
20 = FRAME
20.obj = middlebottom
}
30 = FRAME
30.obj = right
}
40 = FRAME
40.obj = bottom
}
[/TS]