makemusic
Programmer
- Apr 3, 2004
- 43
Hi...
ASP newbie here so a VERY simple problem which I am sure one of you could solve in two seconds.
I have an include file for my page header that is included on multiple pages but I want to display different page titles for each page. So my home.asp page should say 'Home' at the top of the page and my contacts.asp page should say 'Contacts' at the top of the page. I only want to use one include file so how do I get my code to work out which page is being served up and therefore which page title to display?
Am I looking at basic query strings?
Any help would be appreciated as at the moment Im using multiple include files unecessarily.
Thanks!
ASP newbie here so a VERY simple problem which I am sure one of you could solve in two seconds.
I have an include file for my page header that is included on multiple pages but I want to display different page titles for each page. So my home.asp page should say 'Home' at the top of the page and my contacts.asp page should say 'Contacts' at the top of the page. I only want to use one include file so how do I get my code to work out which page is being served up and therefore which page title to display?
Am I looking at basic query strings?
Any help would be appreciated as at the moment Im using multiple include files unecessarily.
Thanks!