I need to pass the value of a textbox in a call to another URL. I have a form with a textbox named "Producer." I need to send the value typed into that text box to another site, eg: "http://www.otherwebsit e.com?name=<wha tever has been typed into the "Producer" textbox>"
What I am getting passed now is the literal value of whatever is to the right of the equals sign in "name=".
How can I pass the value of the textbox instead of the name of the textbox?
What I am getting passed now is the literal value of whatever is to the right of the equals sign in "name=".
How can I pass the value of the textbox instead of the name of the textbox?
Comment