Im wanting to add a dhtml nav bar, like the one found at
http://www.mtm-guild.com, to the top of my roster page so that my users can access other pages on my website without having to go back to the main page. Ive tried editing out the header.html file to do the body onload="init()" command needed to display this menu. Nothing happens. Even typed in the full address for the .js files needs and still nothing. the way my body tag in header.html looks like is <body{ROSTER_BODY}<!-- IF ROSTER_ONLOAD --> onload="init(); {ROSTER_ONLOAD}"<!-- ENDIF -->>. Ive moded the init function to many different locations with no success. Anyone got any ideas? Am i editing the wrong page?