changing action attribute

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default changing action attribute

    Question:
    In a flash cfform Is the action attribute changeable? I have searched thru the
    actionscript docs, the flex docs, and the cfdocs. If there is a way of changing
    this attribute, please let me know.

    Usage:
    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 example,
    if the form has two submit buttons, go to "blah.cfm" if the first is pressed,
    or to "foo.cfm" if the second is pressed. This is straight forward enough with
    an HTML form, but proving difficult on a flash form.

    Any help would be greatly appreciated.

    Thanks,

    Neil

    nm1m Guest

  2. Similar Questions and Discussions

    1. CF7 - changing action of a flash form
      I understand you can't submit to other pages... well how about putting in a Cancel Button? I can get a submit and reset no problem but I can't seem...
    2. 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...
    3. Changing the action of an input button within a layer
      Well, almost everything you've written here, is client-side stuff. It seems like (from the description) an awkward way of doing things. Doing this...
    4. Form action attribute unchangeable?
      Whereas in Asp I could submit my form contents to any other Asp page, it appears that in Asp.NET the primary Asp form will only submit to itself. ...
    5. Changing read-only file attribute
      I may be dense, but I can not clear the read-only status on my files. This means that I can't synchronize them usinf briefcase or offline file...
  3. #2

    Default Re: changing action attribute

    No, What you can do is submit the form to 1 page, then have CF do a
    cflocation or a cfinclude based on what is submitted.

    ---nimer


    "nm1m" <nm1m@netscape.net> wrote in message
    news:cvimn1$fo4$1@forums.macromedia.com...
    > Question:
    > In a flash cfform Is the action attribute changeable? I have searched thru
    > the
    > actionscript docs, the flex docs, and the cfdocs. If there is a way of
    > changing
    > this attribute, please let me know.
    >
    > Usage:
    > 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
    > example,
    > if the form has two submit buttons, go to "blah.cfm" if the first is
    > pressed,
    > or to "foo.cfm" if the second is pressed. This is straight forward enough
    > with
    > an HTML form, but proving difficult on a flash form.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks,
    >
    > Neil
    >

    Mike Nimer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139