Hello all,
In an JavaScript function, I am getting some value into a variable called procid.
Down the page, I have this link <a href="/abc/xyz.htm">
I would like to pass the value of this variable procid as an parameter in the href...so it would look like
<a href="/abc/xyz.htm?procid=1234"> where 1234 is the actual value from the function.
Thanks a lot,
NRastogi
In an JavaScript function, I am getting some value into a variable called procid.
Down the page, I have this link <a href="/abc/xyz.htm">
I would like to pass the value of this variable procid as an parameter in the href...so it would look like
<a href="/abc/xyz.htm?procid=1234"> where 1234 is the actual value from the function.
Thanks a lot,
NRastogi