I am trying to create a hyperlink such as
<a href="#">Click Here</a> and have the value that is displayed, in this case "Click Here", copy to a text box on a form.
I am doing this because I have a table with a list of mutliple ID's and I would like each to be a hyperlink and when the user click's on the ID (a hyperlink) it will copy the value of the hyperlink to a field on a form on the page.
Is this possible? It seems it should be....
<a href="#">Click Here</a> and have the value that is displayed, in this case "Click Here", copy to a text box on a form.
I am doing this because I have a table with a list of mutliple ID's and I would like each to be a hyperlink and when the user click's on the ID (a hyperlink) it will copy the value of the hyperlink to a field on a form on the page.
Is this possible? It seems it should be....