I have a following scenario
<form action="" method="">
< a href="XXXXX?name=">
<textarea rows=3 columns=8 name=val><textarea>
</form>
The URL of the link tag should be dynamically generated based on the value of the textarea.
Could you suggest me how to go about this
1 Answer