Thanks!
On Wednesday, October 17, 2001 at 3:40 PM, [EMAIL PROTECTED] (Bob
Showalter) wrote:
> > print "\n";
> > print hidden(
> > -name => last_message_num,
> > -value => $message_num,
> > # -override=> 1
> > );
This works!
>
> Try this:
>
>param('last_message_num', $message_num);
>
,
-default => "value",
-override => "1");
Brian Arnold
[EMAIL PROTECTED]
-Original Message-
From: Bob Showalter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 3:41 PM
To: 'David Gilden'; [EMAIL PROTEC
> -Original Message-
> From: David Gilden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 17, 2001 12:56 PM
> To: [EMAIL PROTECTED]
> Subject: CGI.pm hidden field problem
>
>
> Hello,
>
> I am taking a stab at a SQL driven guest-book,
> the prob
inal Message-
From: David Gilden [mailto:[EMAIL PROTECTED]]
Sent: October 17, 2001 13:23
To: [EMAIL PROTECTED]
Cc: Brian Arnold
Subject: RE: CGI.pm hidden field problem
Still can't get it to wrk!
Do a view source,
http://dowda.rockin.net/cgi/sqlguestbook.cgi
It just ain't working no
Still can't get it to wrk!
Do a view source,
http://dowda.rockin.net/cgi/sqlguestbook.cgi
It just ain't working no mater what I try!
Lincoln Stein's CGI.pm book says that you
can use default,value or values interchangeably.
D.
On Wednesday, October 17, 2001 at 1:04 PM, [EMAIL PROTECTED] (
, October 17, 2001 12:56 PM
To: [EMAIL PROTECTED]
Subject: CGI.pm hidden field problem
Hello,
I am taking a stab at a SQL driven guest-book,
the problem is with getting the field to take the value of
$message_num, (see the end of this script) I can see it in the ok,
but not in the hidden
Hello,
I am taking a stab at a SQL driven guest-book,
the problem is with getting the field to take the value of $message_num, (see
the end of this script)
I can see it in the ok,
but not in the hidden field (I have tried with override and with out -- not sure what
this is for!)
I welcome a