On Sat, Jan 9, 2010 at 2:00 PM,
<omaha-pm-request@pm.org> wrote:
I'm working on a simple Perl CGI script that displays some data in a
table, and allows the user to click on a button to drill down into
that specific data. The code presents the drill-down links as
submit-type buttons in the table, and that seems to be my issue.
The table data is useful in itself as something that might be
cut-n-past'ed into an e-mail. Unfortunately, the data that is used
for the submit button text isn't captured when the user tries to copy
the table. Here's a bit of HTML that shows this behavior: