Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include value in HREF

Status
Not open for further replies.

nrastogi

Programmer
Jul 19, 2002
52
US
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=&quot;/abc/xyz.htm&quot;>

I would like to pass the value of this variable procid as an parameter in the href...so it would look like

<a href=&quot;/abc/xyz.htm?procid=1234&quot;> where 1234 is the actual value from the function.

Thanks a lot,

NRastogi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top