Hello I am in desperate need of an advice/help! I have been asked to change a static html page (displaying a table with categories, sub-categories etc) into ASP and to store the data in an Access db. This is done. The problem is that the original page has a related js-page containing a very important collapsing/expanding menu-function. Is it possible at all to use this kind of script on a ASP-page? Any hints how, any examples would be very appreciated!
Just because you change your page extension from html to asp doesn't change the fact that the end product is html.
If your page is accessing an external js file I don't see how running asp code within the page will change anything unless you change the html elements affected by the js.
Bookmarks