views:

64

answers:

1

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.

+2  A: 

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

Aaron Digulla