Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default CF and Flash Forms

    I think this is where I should be posting this since I am having a tough
    time in the other forums getting a solution.

    I'm working on some forms in coldfusion 7 and to my knowledge, it uses flex.
    I have a grid populated with addresses. When an address is selected, the
    form below the address is populated with the values. I have added a delete
    button and I want to give it a confirm action. I've been able to
    successfully add the alert class to a "button" type (but receive error when
    it's on "submit" type input - another issue I guess). I am having a hard
    time getting the variables to be passed back to the form once a yes or no
    button is hit on the confirm message. Here is the code I have:

    <cfinput type="button" name="test" value="Confirm" onclick="testview.text =
    alert('Confirm please...','WARNING',YES|NO,this,YES)" />
    <cfinput name="testview">

    I've tried a bunch of different variations of this code with no success.
    This generates an alert error message:
    Unhandled Event: There is no handler for a click event.

    What next?

    --
    Ian O'Betz
    Clear Results Sytem Operator
    [url]www.clearresults.net[/url]



    Ian O'Betz Guest

  2. Similar Questions and Discussions

    1. Flash Forms
      I am looking at using flash forms but if I drag a window onto the stage and then put text into it just goes behind it. Anyone got a beginners...
    2. Flash Forms.....
      I was curious how to get a full date time in the <cfinput type="DateField"/> tag to give the time as well as the date. Is there a way to get the...
    3. Converting existing forms to the Flash forms
      I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this?
    4. EMBEDDING FLASH MOVIES INTO FLASH FORMS
      Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS
    5. Can you use flash forms on a cd
      Hi, I want to create a form on a cd that the customer can fill in and send the information to us. Does anyone know how to get the information sent...
  3. #2

    Default Re: CF and Flash Forms

    This is just a guess, so I could be wrong here...

    but, why not just use javascript to confirm?
    amers Guest

  4. #3

    Default Re: CF and Flash Forms

    The forms are flash forms. I understand that javascript doesn't work as well
    as ActionScript.

    --
    Ian O'Betz
    Clear Results
    [url]www.clearresults.net[/url]


    "amers" <webforumsuser@macromedia.com> wrote in message
    news:cvit1t$pjr$1@forums.macromedia.com...
    > This is just a guess, so I could be wrong here...
    >
    > but, why not just use javascript to confirm?

    Ian O'Betz 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