For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
<html><head> <SCRIPT language="JavaScript"> var mnu1stLvl = [ "Access Management", "General Information", "Payment Services", "Securities Services", "CLS" ] var mnu2ndLvl = [ [ /* Access Management */ 'Change Password', 'User management', 'Administrate Subscriptions' ], [ /* General Information */ "test1", "test2", "test3", "test4" ], [ /* Payment Services */ ], [ /* Securities Services */ ], [ /* CLS */ ] ] function show2ndLvl( i ) { var str = ""; for( j=0; j<mnu2ndLvl.length; j++ ) { str = str + '<div id="mnu2ndLvl' + i + j + '">' + mnu2ndLvl[i][j] + '</div>'; } document.getElementById('mnu2ndLvl' + i).innerHTML=str; } function createMenu( ) { for( i=0; i<mnu1stLvl.length ; i++ ) { document.write( '<div id="mnu1stLvl' + i + '"><a href="javascript:show2ndLvl(' + i + ')">' + mnu1stLvl[i] + '</div>' ); document.write( '<div id="mnu2ndLvl' + i + '"></div>' ); } } </SCRIPT> </head> <body><table><tr><td id="tdMnu"> <SCRIPT language="JavaScript"> createMenu( ); </SCRIPT> </td></tr></table></body></html> Many thanks in advance for any help ! Cheers and regards. Eric</a>