how to substitute in html
- by kshama
hi ,
I had a simple doubt. In the href below i want to pass the value of content_id which is a variable ,not content_id as string.
<a href="http://localhost:3000/welcome/details?id=content_id">details</a>
How do i do it?
Thanks in advance