sladewilson
Programmer
What is wrong with this...
<%
Dim strProdCode
strProdCode = strCatCode &"-"& strBrandCode &"-"& strProdId
Response.Write (strProdCode)
%>
I want output that looks like this:
shoe-nike-2838
<%
Dim strProdCode
strProdCode = strCatCode &"-"& strBrandCode &"-"& strProdId
Response.Write (strProdCode)
%>
I want output that looks like this:
shoe-nike-2838