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 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 never submits.
 
  input type=submit onclick=this.disabled=true, this.form.submit(); /
 
 
  tony
 
 
  On 9/12/05, Charlie Griefer [EMAIL PROTECTED] wrote:
   input type=submit onclick=this.disabled=true; /
  
   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 PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h
   
   
   
  
  
 
 
 
 

~|
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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218340
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
 cfif isdeifned('form.button')
 Process the form vars
 /cfif
 (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 PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

input type=submit onclick=this.disabled=true, this.form.submit(); /


tony


On 9/12/05, Charlie Griefer [EMAIL PROTECTED] wrote:
 input type=submit onclick=this.disabled=true; /
 
 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 PROTECTED]
  The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
  #include stdjoke.h
 
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218061
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 never submits.
 
 input type=submit onclick=this.disabled=true, this.form.submit(); /
 
 
 tony
 
 
 On 9/12/05, Charlie Griefer [EMAIL PROTECTED] wrote:
  input type=submit onclick=this.disabled=true; /
 
  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 PROTECTED]
   The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
   #include stdjoke.h
  
  
  
 
 
 
 

~|
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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Click-once submit button techniques?

2005-09-12 Thread Charlie Griefer
input type=submit onclick=this.disabled=true; /

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 PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 #include stdjoke.h
 
 
 

~|
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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217979
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Click-once submit button techniques?

2005-09-12 Thread Damien McKenna
 -Original Message-
 From: Charlie Griefer [mailto:[EMAIL PROTECTED] 

 input type=submit onclick=this.disabled=true; /

Only problem is that when I add this to an input type=image / 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.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217980
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Click-once submit button techniques?

2005-09-12 Thread Bobby Hartsfield
Are using something like

cfif isdeifned('form.button')
Process the form vars
/cfif
(or form.button.x)

If you click a form button, image or not... and it submits. The form scope
is there. Just use something else to check to see if the form was just
submitted. Most any of the fields will work in itÂ’s place.


..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
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 [mailto:[EMAIL PROTECTED] 

 input type=submit onclick=this.disabled=true; /

Only problem is that when I add this to an input type=image / 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.thelimucompany.com/ - 407-804-1014
#include stdjoke.h




~|
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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217991
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Click-once submit button techniques?

2005-09-12 Thread Will Tomlinson
If it's CFMX7, you can do this:

cfinput type=submit name=submit value=complete order 
validate=submitonce

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 for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54