Currently I\'m at
http://example.com/topic.php?id=14
and I want to make a link to
http://example.com/topic.php?id=14&
In case you want to add the URL parameter in JavaScript, see this answer. As suggested there, you can use the URLSeachParams API in modern browsers as follows:
...
Like this page
...