Hi, I'm trying to display a page's title tag directly from a DB filed. This is an access DB and a classic ASP page. I'm using this code: <title><%=Title%></title> but its not working.... any help would be appreciated. Thank you.
Hi Please find the answer of your query. <title> <% Response.Write Recordset (Title) %> </title> this will work as long as your recordset is still open. Thanks Diya