I am receiving Expected ')' error when using the below syntax. As I do not know asp too well, I'm not sure how to fix it:
<%if Not Isnull("products.productfam")then response.Write("<a href="productfamily_processor.asp?productfamily=(products.Fields.Item("productfam").Value)" target="_self">other variations available</a>") End If %>
<%if Not Isnull("products.productfam")then response.Write("<a href="productfamily_processor.asp?productfamily=(products.Fields.Item("productfam").Value)" target="_self">other variations available</a>") End If %>