Insert A Var Into A String
RESOLVED It was determined that the issue is only on the platform we use thus all answers provided could be probably be right. This question is based on a previous one This code o
Solution 1:
Maybe trying simple JavaScript could be the trick. Using a new:
var url = "Your first part of the link goes here" + searchBrand + "end of your link";
Then just call the var
when you need it. Hope that helps!!
Post a Comment for "Insert A Var Into A String"