Question

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.

Was it helpful?

Solution

Use JavaScript to intercept the click and then copy the data.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top