<title></title> in header
This may sound like a stupid question but I'm sure it has a simple answer.
I have one 'header' asp file that I virtually 'include' in all of my documents. In this header I have a title tag <title>My Website Homepage</title>, for instance. A single file 'footer' is also then virtually 'included' within the documents to close the code out.
How can I change this <title></title> in every page to something different <title>My Website - Page 1</title>, for instance???
Can't think of how to do it and I'm sure there is an easy answer. Does the <title> have to be in the header of ALL documents?
Any help would be greatly appreciated.
Cheers.