I am trying to append more than one variable-value pair to URL in javascript.
my url is "myurl.com?file 1.php"+"?p="+ac thf.value+'& ;q='+inacthf.va lue+'&r='+d ishf.value
I am getting it with one value but fails with two more.
my url is "myurl.com?file 1.php"+"?p="+ac thf.value+'& ;q='+inacthf.va lue+'&r='+d ishf.value
I am getting it with one value but fails with two more.
Comment