Charlie,
Using the form below, and doing:
$form->indicator("submit.x");
Worked.
Note the proper placement of the parameters in the
Image element and the absence of the "value:" keyword.
Thank you!
Here is the form:
--
#
# @(#) Login templat
my $pdata = $CGI_query->param('POSTDATA');
if( $pdata ) {
`/bin/echo "Raw: $pdata" >>/tmp/http.log`;
} else {
`/bin/echo "We got no data from post." >>/tmp/http.log`;
}
#
Do you get anything from POSTDATA in your log?
__
Good evening,
On 7/06/11 at 1:58 AM -0600, x...@darksmile.net wrote:
0x02b0: 6464 6464 6464 2673 7562 6d69 742e 783d dd&submit.x=
0x02c0: 3237 2673 7562 6d69 742e 793d 3131 2673 27&submit.y=11&s
0x02d0: 7562 6d69 743d 7375 626d 6974ubmit=submit
Any ideas why I don't get t