Re: OT: Click-once submit button techniques?

2005-09-14 Thread Tony
maybe so, i havent tested that... all i know is the way i said, and it worked, so i did not test further :) if you do, let me knnow. thanks. tony On 9/13/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > hmmdid not know that. > > somebody else had posted a similar response but appended a ret

RE: Click-once submit button techniques?

2005-09-13 Thread Mike Nimer
CFInput supports this, try this? ---nimer > -Original Message- > From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 4:12 AM > To: CF-Talk > Subject: RE: Click-once submit button techniques? > > how about onclick="javascript

Re: OT: Click-once submit button techniques?

2005-09-13 Thread Charlie Griefer
hmmdid not know that. somebody else had posted a similar response but appended a return true; after the this.disabled=true. wonder if it was for the same reason...? On 9/13/05, Tony <[EMAIL PROTECTED]> wrote: > charlie... > > in IE if you do not add ",this.form.submit();" > to your idea, it

Re: Click-once submit button techniques?

2005-09-13 Thread Russell Patterson
How about this? I did not test this though... Russell - Original Message - From: "Larry Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, September 13, 2005 1:17 PM Subject: Re: Click-once submit button techniques? > >-Original Message

Re: OT: Click-once submit button techniques?

2005-09-13 Thread Tony
charlie... in IE if you do not add ",this.form.submit();" to your idea, it never submits. tony On 9/12/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > > > On 9/12/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > > Anyone got a simple JS function to block multiple submit-button clicks? > >

Re: Click-once submit button techniques?

2005-09-13 Thread Larry Lyons
>-Original Message- >From: Damien McKenna [mailto:[EMAIL PROTECTED] >Sent: Monday, September 12, 2005 5:04 PM >To: CF-Talk >Subject: OT: Click-once submit button techniques? > >Anyone got a simple JS function to block multiple submit-button clicks? >I've looke

RE: OT: Click-once submit button techniques?

2005-09-13 Thread Damien McKenna
> -Original Message- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > > Are using something like > > Process the form vars > > (or form.button.x) I'm actually passing the ID of the page to load next as the button name, e.g "go5" etc. -- Damien McKenna - Web Developer - [EMAIL

RE: Click-once submit button techniques?

2005-09-13 Thread Hugo Ahlenius
W PHONE AND FAX NUMBERS FROM SEPT 1ST 2005 - | -Original Message- | From: Damien McKenna [mailto:[EMAIL PROTECTED] | Sent: Monday, September 12, 2005 23:04 | To: CF-Talk | Subject: OT: Click-once submit button techniques? |

Re: OT: Click-once submit button techniques?

2005-09-12 Thread Will Tomlinson
If it's CFMX7, you can do this: Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it f

RE: OT: Click-once submit button techniques?

2005-09-12 Thread Bobby Hartsfield
. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 5:29 PM To: CF-Talk Subject: RE: OT: Click-once submit button techniques? > -Original Message- > From: Charlie Griefer [

RE: Click-once submit button techniques?

2005-09-12 Thread Bobby Hartsfield
[mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 5:04 PM To: CF-Talk Subject: OT: Click-once submit button techniques? Anyone got a simple JS function to block multiple submit-button clicks? I've looked a few times but never found anything simple that worked and was cross-browser c

RE: Click-once submit button techniques?

2005-09-12 Thread Damien McKenna
I just wrote this and it seems to be working: var dupeCounter = 0; function stopDupe() { if(dupeCounter >= 1) return false; else dupeCounter += 1; return true; } Then I just added the following to the submit buttons: onclick="stopDupe();"

RE: OT: Click-once submit button techniques?

2005-09-12 Thread Damien McKenna
> -Original Message- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > > Only problem is that when I add this to an and try using Firefox it causes none of the data to get passed to the form. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimu

Re: OT: Click-once submit button techniques?

2005-09-12 Thread Charlie Griefer
On 9/12/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > Anyone got a simple JS function to block multiple submit-button clicks? > I've looked a few times but never found anything simple that worked and > was cross-browser compatible. Thanks. > > -- > Damien McKenna - Web Developer - [EMAIL PROT

OT: Click-once submit button techniques?

2005-09-12 Thread Damien McKenna
Anyone got a simple JS function to block multiple submit-button clicks? I've looked a few times but never found anything simple that worked and was cross-browser compatible. Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-