Hi,
I'm trying to use a menu with submenus within a PHP program that dynamically generates the pages with a session ID for visitors and registered users. The problem is that using an external script as the one created by Menumaker (for example, speedo.js; xaramenu.js) does not allows for the current ID sesion to be included as part of the URL. Without the session ID members cannot login.

Not knowing JavaScript, I use a straighforward approach:I included the generated JS scripts as part of the HTML template used by the PHP program. This did not worked, maybe because the JS code has to be modified in some other way so it can be included as part of a HTML page.

My question is, then: How can I correctly include the JS code generated by Menumaker as part of a HTML page and not as an external js file?

Manuel