Hi Jeff,

It is really quite straightforward to reference MenuMaker created navbars from ASP.NET pages.

1. Upload the images and js file to your server folder (as you would if you were referencing from a static HTML page).

2. Reference the the navbar from the generated HTML of your ASPX page. For example, if your JS and images reside in a relative folder "navbars" of the same project:

string s = "<script menumaker src=\"navbars/egypta.js\"></script>" ;

Response.Write( s ) ;


Hope this helps,

Marc