ok no real help in my search so far so i need to know how to attach a js var to a target url var
Here is what i have, it all works except for the used=
i know its wrong i just put that there to show you what value i was trying to get.
Code:
var targURL="xxx.php?id=<?=$checkmemid;?>&used=document.frmstop.used.value;";
it is all in the same function i just need to grab the current value of used and put it in the url string
can i use
yep i got it sorry solved