i dont think he knows any asp... or only knows very little
but i suggest:
Select case request.querystring("mode")
Case "";
<!--#include file="page/home.inc"-->
Case "contact";
<!--#include file="page/contact.inc"-->
End Select
i would avoid using this for the forum as it wont work (espesially if you use the WWG Forum)
but if you make a templete then put my code
(well edited of the person above :P)
in where your content goes... then put the content text or wot ever into a page, then put into a folder like above
it will include it into your page, so you use 1 page for all your pages
but like the person said... you cant have "default.asp?contact"
you have to have lets say "default.asp?mode=contact" you can change mode to anything you like and change contact to wot ever the page is