I have the following code:
<form name="form1" method="post" action="process.asp?Search=XXXXX" >
<table>
<tr>
<td><input type="text" name="textfield2"></td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
Is there a way to replace the XXXXX in Search= XXXXX by the value that is entered in the text box?
Cannot find a way, if there is.
Thnaks in advance.
<form name="form1" method="post" action="process.asp?Search=XXXXX" >
<table>
<tr>
<td><input type="text" name="textfield2"></td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
Is there a way to replace the XXXXX in Search= XXXXX by the value that is entered in the text box?
Cannot find a way, if there is.
Thnaks in advance.