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.
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.
Use JavaScript to intercept the click and then copy the data.