Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
nm1m #1
update cfform action attribute with ActionScript
I would appreciate any help possible. I have a flash form, and am trying to
update the cfform's action attribute according to which submit button gets
pressed. For example, if the user presses the "users" submit button, then the
form would submit to "users.cfm". If the user clicks on "administrators", then
it would go to "admins.cfm". Attached below is some code that I tried, but it
didn't work.
I am very new to action script, and have tried researching it, but haven't
been able to find anything.
Please help.
Thanks!
-Neil
<cfform name="client_form" action="blah.cfm" method="post" format="flash">
<cfinput type="submit" onclick="client_form.action = 'client_users.cfm';"
name="users" value="users">
<cfinput type="submit" onclick="client_form.action='client_admins.cfm';"
name="admins" value="admins">
</cfform>
nm1m Guest
-
Help CFFORM format flash with ActionScript 2
I go to send the example for you to analyze. I am trying to develop this on the basis of an article that I read "Calling the CFC from the Form... -
Help CFFORM format flash with ActionScript
Because the syntax getURL("http://www.macromedia.com", "_blank", "POST"); she is not being executed. I want that in case that returns 1 either... -
cfform javascript change action
I am in the process off convertir all my form to cfform and here is my problem : <cfselect name="abc" onChange="document.form1.action='abc.cfm';... -
change cfform action
Question: In a flash cfform Is the action attribute changeable? I have searched thru the actionscript docs, the flex docs, and the cfdocs. If... -
dynamic cfform action
I am trying to figure out a way to update the action attribute of a cfform (where format="flash") based upon which submit button is pressed. For...



Reply With Quote

