Hi guys,
This is the structure of every page inside my site.
Header: nothing special
Body:
leftColumn: a Javascript folding menu, which calls the the actual
contents of the page
something like this:
-menuItem1
subItem1
subItem2
+menuItem2
-menuItem3
subItem1
subItem2
subItem3
rightColumn: This is the place where the contents are displayed.
Footer: nothing special
The problem is that I shouldn't refresh the leftColumn because in this
way my menu is resetted.
I think I'd solve everything easily with some frames, but I know
frames are evil ;-) and I wouldn't use them if not obligated!
Is there a way to make my pages not frames-free?
Thanks in advance
Francesco
This is the structure of every page inside my site.
Header: nothing special
Body:
leftColumn: a Javascript folding menu, which calls the the actual
contents of the page
something like this:
-menuItem1
subItem1
subItem2
+menuItem2
-menuItem3
subItem1
subItem2
subItem3
rightColumn: This is the place where the contents are displayed.
Footer: nothing special
The problem is that I shouldn't refresh the leftColumn because in this
way my menu is resetted.
I think I'd solve everything easily with some frames, but I know
frames are evil ;-) and I wouldn't use them if not obligated!
Is there a way to make my pages not frames-free?
Thanks in advance
Francesco
Comment