Hello all,
I'm wondering if anyone knows if its possible to add a var from a JavaScript into a href link
Currently something like this works
<span id="price_val"></span>
I'm wanting something like this to work where it has the same variable but within a link
<a href="gid= id=price_val" >Test 123</a>
If you need me to explain it a bit better, Ill try Just ask.
I'm wondering if anyone knows if its possible to add a var from a JavaScript into a href link
Currently something like this works
<span id="price_val"></span>
I'm wanting something like this to work where it has the same variable but within a link
<a href="gid= id=price_val" >Test 123</a>
If you need me to explain it a bit better, Ill try Just ask.
