L
LDM
Hello,
I have a webpage set up to take in a number as input from a text box. I want
to plug the number entered into a url. The number is a parameter that the url
needs to run.
example:
enter number:
<input type="text" name="num" size="5">
<a href="http://TheUrlHere&num">
Is there a way to do this?
Thank-you,
LDM
I have a webpage set up to take in a number as input from a text box. I want
to plug the number entered into a url. The number is a parameter that the url
needs to run.
example:
enter number:
<input type="text" name="num" size="5">
<a href="http://TheUrlHere&num">
Is there a way to do this?
Thank-you,
LDM