How do you update the menu definition using Javascript which has no means of accessing the file system or database?
I’m assuming that you’re using client-side Javascript to populate a form which is then submitted to the server for action there. Do you have any (preferably VBScript) code snippets illustrating how you would update either a database or an XML file to reflect the new menu structure? In our examples we deal only with client-side object structure and do not send anything to the server, so it’s just a client-side dynamics. You have to implement additional functionality yourself. See this issue discussion at our forum.