Aaron
Tue Jun 22 23:11:16 CDT 2004
No, you can base it on the URL, but ASP doesn't have access to the
client-side HTML. Unless, of course, you opened the ASP file with
FileSystemObject and parsed for <title></title>. But blecch.
--
http://www.aspfaq.com/
(Reverse address to reply.)
<anonymous@discussions.microsoft.com> wrote in message
news:201ed01c458d7$1cd9df70$a401280a@phx.gbl...
> Is it possible to reference a Web page title
> (Document.Title) in an asp page? For example,
> <% Document.Title%> embedded in the body of an asp page?
>
> This would allow a server side include that changes a
> header at the top of the page, based on the page Title.
>
> Thanks, Jim