Hello, I have a table splited in 2 like this: |______|_________________| On the left column it's a kind of meniu ...and on the right column is a background where I want to be displayed the content of the left column's menu. I need a script to load only the text(not the entire page) when I press a section from the menu. I read some kind of scripts but were more complicated ...for photos and complicated menus. I need the simplest one. Ajax , jquery any kind of script is useful...but the most important is to work on ie6, ie7 and firefox. Thank you very much!
If the page is simple you can create hidden divs per menu item and show/hide them when apropriative menu item selected.