AAAAHHH!!
I\'m trying (and will be succeeding, somehow) to create a menusystem in PHP with frames.
Something like this:
| | H E A D |
| T |-----------
| O | |
| C | M A I N |
| | |
I want to be able, when selecting a link in \'TOC\', to do two things:
load the selected page into the \'MAIN\'-frame AND set a corresponding image in the \'HEAD\'-frame.
I\'ll give you an easy-to-understand example:
\'TOC\' contains some fruits; \'apple\' and banana. When selecting \'apple\' I want a nice picture of an apple to be visible in the \'HEAD\'-frame AND at the same time some text describing the apple in the \'MAIN\'-frame.
Is this possible to do? It must be!?
Thanks in advance/ Rickard