A1VBCode Forums

Help on displaying element in title tag.


http://www.a1vbcode.com/vbforums/Topic29878.aspx

By sallycl - 1/4/2011

I work on a website that uses a CMS neither of which i set up. example page: http://www.cfp.net/media/release.asp?id=271 

I have data from database that displays in the body using this code:

<%=FormatDateTime(News.ActiveDate,vbShortDate) & " - " & News.Headline%></p>

I want the "news.Headline" to appear in my Title tag. Can you help?

thanks!
Sally

By paulhenry - 1/16/2018

Thanks for sharing. I am also finding the solution to this problem.