Solved: HTML, using a javascript variable in <a href>
I want to be able to append a paramter to a url used in a reference tag.
The following works as I wish:
but I want the "7" to be varialbe, similar to the "onClick" construct below which...


Answers