Thread: Resolved target url
View Single Post
Old 12-02-2012, 07:29 AM   PM User | #1
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
target url

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;?>&amp;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
Code:
 + used +

yep i got it sorry solved

Last edited by durangod; 12-02-2012 at 07:45 AM..
durangod is offline   Reply With Quote