Re: CGI Form Submit Buttons

2002-02-06 Thread Brett W. McCoy
On Wed, 6 Feb 2002, Andre` Niel Cameron wrote: > But what about cases of having two image buttons? Does the one that is > clicked default as submit or does this require java script? You give them differnet names and have your script do different things based on the name that was clicked. -- Br

RE: CGI Form Submit Buttons

2002-02-06 Thread Troy May
ssage- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:39 PM To: Troy May; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: CGI Form Submit Buttons But what about cases of having two image buttons? Does the one that is clicked default as submit or do

Re: CGI Form Submit Buttons

2002-02-06 Thread Andre` Niel Cameron
://supportmanual.com/ - Original Message - From: "Troy May" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 9:45 PM Subject: RE: CGI Form Submit Buttons > type="image" defaults to submit within a form.

RE: CGI Form Submit Buttons

2002-02-06 Thread Troy May
type="image" defaults to submit within a form. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:34 PM To: [EMAIL PROTECTED] Subject: RE: CGI Form Submit Buttons Doesn't this button need a javascript oncl

RE: CGI Form Submit Buttons

2002-02-06 Thread perl.org
Doesn't this button need a javascript onclick that does a form.submit? Or should the type be submit? -Original Message- From: Troy May [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:15 PM To: Patrick; [EMAIL PROTECTED] Subject: RE: CGI Form Submit Buttons Then

RE: CGI Form Submit Buttons

2002-02-06 Thread Troy May
ithin a form. -Original Message- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:17 PM To: Troy May; Patrick; [EMAIL PROTECTED] Subject: Re: CGI Form Submit Buttons > > I personaly have had trouble with this. what exactly tells it that it

Re: CGI Form Submit Buttons

2002-02-06 Thread Andre` Niel Cameron
> > I personaly have had trouble with this. what exactly tells it that it is the submit button and not just a button? Andre -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CGI Form Submit Buttons

2002-02-06 Thread Troy May
Then just make a submit.gif for what you want to use as the submit image. -Original Message- From: Patrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: CGI Form Submit Buttons Is there any way to change the way a submit button