in reply to Re: button in a table?
in thread button in a table?
At the top of the program, I'm doing "use CGI", of course. And, of course, this is all in a .pl that's in my cgi-bin directory :)my $cq = new CGI; my $targ = $cq->param('target'); if(defined($targ)) { # User gave us a target name. Do the rename and tell the use +r all's good ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: button in a table?
by jw_griffith (Initiate) on Apr 11, 2003 at 18:15 UTC | |
by Improv (Pilgrim) on Apr 11, 2003 at 18:20 UTC |