Asp- Add End Edit Submenu 27.06.08
I have an existing classic asp-cms which needs submenu’s on the frontend and the backend.
I builded the asp frontpage with positioned divs which will contain the page or module needed.
e.g: <div> <!– #include file=”home.asp” –></div>
what I need is to have the same function with the submenu’s
e.g.:<div> <!– #include file=”submenu.asp” –></div>
and ofcourse I need the submenu’s to be edited in the admin section.



