Ok, here is an answer to the multiple submit buttons.

You can see if the XY coordinates exists.  I just check for X.

Submit button one submit
Submit button two recal

<cfif ParameterExists(form.recal.x)></cfif>
<cfif ParameterExists(form.submit.x)></cfif>

As for the Required fields...  Yes, CFform will sorta work.  It will pop up
a box for each of the required fields that are blank.  I saw a CFX tag that
does just what I think you are asking for in the tag gallery.  FYI both the
CFX tag and the CFform uses JavaScript to require fields.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-----Original Message-----
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 06, 2000 10:40 AM
To: [EMAIL PROTECTED]
Subject: More than one Submit button


This is a long question. Please be patient with the
question.

I have a form which has to have more than one submit
button.

But, each submit button will have to have a different
fuseaction.

Also, for one of the submit buttons, a message box
should appear if the user has not selected something
from the drop down menu.

Can this be done in Javascript? Or is it better to use
<CFFORM></CFFORM> tag? if so, can someone please help
me in figuring out how to do it?

Appreciate.
A.B.

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to