how to substitute in html
Posted
by kshama
on Stack Overflow
See other posts from Stack Overflow
or by kshama
Published on 2010-04-26T17:52:25Z
Indexed on
2010/04/26
17:53 UTC
Read the original article
Hit count: 188
html
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
© Stack Overflow or respective owner