C
Carlo
Hi,
I have a template.jsp like:
<td width="30%"><template:insert parameter="banner" /></td>
<td width="20%"><template:insert parameter="menu" /></td>
<td width="60%"><template:insert parameter="body" /></td>
In the menu page I have some links. When the user click on links
I'd like to load different flash animations in the banner page.
Example:
first link in the menu - load first flash animation in the banner
second link in the menu - load second flash animation in the banner
and so on
It's possible?
TIA
I have a template.jsp like:
<td width="30%"><template:insert parameter="banner" /></td>
<td width="20%"><template:insert parameter="menu" /></td>
<td width="60%"><template:insert parameter="body" /></td>
In the menu page I have some links. When the user click on links
I'd like to load different flash animations in the banner page.
Example:
first link in the menu - load first flash animation in the banner
second link in the menu - load second flash animation in the banner
and so on
It's possible?
TIA