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