Hi
My problem is that ive set up sessions and when they log on it brings another menu bar beside the one that is there when you are not logged on.
Now bringing the menu bar up is no problem once a session is activated but when the user clicks on a link on the top how can i get the second menu bar to appear if the session is on.
At the moment i use this code to display the second menu once the sesion is on:
<?
if(session_is_registered('first_name')){
echo"<SCRIPT language=JavaScript src=../menu_array_candidate.js type=text/javascript></SCRIPT>";
}
?>