Hi,
I have a form that opens when you ckick on a text link. I'd like one of the text fields to pick up that text.
Here is the field i currently have:
<INPUT type="text" name="booktitle" value= Book title>
and my visitors have to type in the name of the book they just clicked on.
To avoid errors, I would like something like the value element to be the text of the link rather than the fixed "book title" I currently have.
Thanks
I have a form that opens when you ckick on a text link. I'd like one of the text fields to pick up that text.
Here is the field i currently have:
<INPUT type="text" name="booktitle" value= Book title>
and my visitors have to type in the name of the book they just clicked on.
To avoid errors, I would like something like the value element to be the text of the link rather than the fixed "book title" I currently have.
Thanks