How to append parameter to given url in javascript??

Posted by Akshata on Stack Overflow See other posts from Stack Overflow or by Akshata
Published on 2010-05-20T12:49:02Z Indexed on 2010/05/20 13:00 UTC
Read the original article Hit count: 203

Filed under:

I want to append some value to given URL. Suppose var name = "ABC";

I want to append ABC to url say "http://www.mysite.com"

How to append name "ABC" to above url??

© Stack Overflow or respective owner

Related posts about JavaScript