Reputation: 11559
What would be the best way to fill out a form on an html page when someone clicks a link.
The best example i can think of is on *chan sites, where a user clicks on the ID of a comment and that ID is then inserted into the comment Text Area.
Upvotes: 0
Views: 559
Reputation: 328556
Use JavaScript to intercept the click and then copy the data.
Upvotes: 2