Ok I just found the joy of the include part of ASP, but how can I make a link change just that include files? Kinda like frames... is there a way to just make that 'include' part of the document change.
Unfortunately No. Include files are the first thing processed on the page, then ASP is executed, then HTMl is rendered. So if is not possible to have an If/Then condition to dictate which include file to use,