>
Sent: Tuesday, February 25, 2003 2:25 PM
Subject: Re: [PHP] Submit buttons
Yes, you can. Simply give the buttons differnt names:
in the PHP script:
extract($HTTP_POST_VARS);
is( isset($submit1) )
{
}
else if( isset($submit2) )
{
}
- Original Message -
From: "Greg" &
Yes, you can. Simply give the buttons differnt names:
in the PHP script:
extract($HTTP_POST_VARS);
is( isset($submit1) )
{
}
else if( isset($submit2) )
{
}
- Original Message -
From: "Greg" <[EMAIL PROTECTED]>
To: <>
Sent: Tuesday, February 25, 2003 2:11 PM
Subject: [PHP] Submit butt
using JavaScript you can use an and in the onClick call
a function that sets the form's target and then calls
document.formname.submit();
=C=
* Cal Evans
* Stay Plugged Into Your Audience
* http://www.christianperformer.com
-Original Message-
From: Greg [mailto:[EMAIL PROTECTED]
Sent: T
3 matches
Mail list logo