Follow us on Twitter

Our Sponsors

( 0 Votes )
This piece of code will generate your title tags in ASP
<%=(rsall.Fields.Item("PRODUCT_NAME").Value)%> Gr8Sale.com - Up to 75% Off
   
rsall This is the name of your recordset.
Fields.Item The name of the field.
PRODUCT_NAME This is the field you want displayed.
Gr8Sale.com - Up to 75% Off I just added this to show that your title can be a combination of static & dynamic information.
 

Just an idea - you can use this on detail pages to give each dynamically generated page a distinct title.

         

Add comment


Security code
Refresh