Image

Imageuathsaille wrote in Imagewebdev

ASP Question

I'm posting this in hope that someone can help, or point me to something on the net that I haven't yet found.

Situation: ASP (classic, not .NET), dynamic site using different templates/CSS files. The templates allow you to load main content into "content," different navigation into "left," and have a different look-and-feel for each area. The template/CSS info is loaded from a table in the database. How would you handle linking to documents in a certain area, asking for a certain docID, and designating which template is used? Something like a link that states http://www.mysite.com/index.asp?docID=1243+cssID=1. Everything I've tried ignores the template, since we're not passing on a variable from a form or whatever.

Hope this made some sense...let me know if it sounded like total bollocks. I'm VERY new to this.