Gossamer Forum
Home : General : Perl Programming :

Multiple OnClick events

Quote Reply
Multiple OnClick events
Hi

I would like to do 2 things using the the same OnClick function:

Code:
< INPUT type=submit value=Submit name=button Onclick="return ValidateAll2()" Onclick="this.value='Please Wait...'" >
Would anyone know how to combine these OnClick things to work together?

What I would like to do is have the validation routine run first, and then the Please Wait thing if the validation goes okay.

Many thanks Smile

DT
Subject Author Views Date
Thread Multiple OnClick events DogTags 10868 Sep 20, 2001, 10:06 AM
Post Re: [DogTags] Multiple OnClick events
Paul 10700 Sep 20, 2001, 10:08 AM
Thread Re: [DogTags] Multiple OnClick events
Watts 10808 Sep 20, 2001, 12:22 PM
Thread Re: [Watts] Multiple OnClick events
DogTags 10741 Sep 20, 2001, 1:54 PM
Thread Re: [DogTags] Multiple OnClick events
Paul 10777 Sep 20, 2001, 2:01 PM
Thread Re: [RedRum] Multiple OnClick events
brewt 10738 Sep 20, 2001, 4:48 PM
Thread Re: [brewt] Multiple OnClick events
AstroBoy 10736 Sep 20, 2001, 6:19 PM
Thread Re: [AstroBoy] Multiple OnClick events
DogTags 10691 Sep 20, 2001, 9:13 PM
Thread Re: [DogTags] Multiple OnClick events
Alex 10770 Sep 20, 2001, 11:29 PM
Post Re: [Alex] Multiple OnClick events
Watts 10706 Sep 21, 2001, 10:35 AM
Post Re: [Alex] Multiple OnClick events
DogTags 10669 Sep 25, 2001, 10:35 PM
Post Re: [AstroBoy] Multiple OnClick events
Matt G 10674 Sep 20, 2001, 9:17 PM