Dynamically add a string to an URL
-
Hello Everyone,
I am just looking for a simple way (maybe a plugin?) to get a value from my page and dynamically put in on an URL string.
Let’s say on my page I have something like :
<input value=”X”>I want a link that could take this “X” value and put it on an url string.
Something like : <a href=”www.mysite.com/?[value]”
—> Return “www.mysite.com/?value=X”Knowing that the X is changing according to previous parameters.
(It is pretty hard to explain for me, please do not hesitate to ask any question to help clarify my explainations…)
Thanks a lot,
Ren.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Dynamically add a string to an URL’ is closed to new replies.