Advanced Conditional Statement and Disable Form

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Advanced Conditional Statement and Disable Form

    Hi I have an advanced conditional statemet which basically shows an image when
    a recorset value = 0 Is it also possible to disable a form with an advanced
    conditional statement? or what would you recomend? Basically what it is is
    like a telethon. Each student has a goal and when that goal is reached the
    first advanced condition shows an image that says completed. Now I want to
    disable the form as well if possible so now other contributions can be made.
    they are on the same page. Speegs

    Speegs Guest

  2. Similar Questions and Discussions

    1. Setting a string to a conditional statement?
      I want to allow users of my website to define there own custom queries using a form. The problem that i am running into is that cfset cannot handle...
    2. Conditional SQL statement using 2 tables
      Hello everyone, I am running into a bit of a snag, I have a column in one table that when the value is true it displays data from another table,...
    3. Conditional statement not working
      This should be so easy, but it is not working. What should happen is that if $p=home in the url then it displays home.php and if $p does not...
    4. Conditional statement and param()
      Hello Below is a portion of a script that displays a table. The argument passed by param() determines the number of rows the table should...
    5. Conditional Statement
      I am trying to come up with the syntax for the expession in the conditional formating box. I want to turn the background yellow if the weekday =...
  3. #2

    Default Re: Advanced Conditional Statement and Disable Form

    you can do exactly the same thing, just select your form and apply the advanced conditional statement but recordset value <> '0'
    funkster Guest

  4. #3

    Default Re: Advanced Conditional Statement and Disable Form

    As any server based element relies on a trip to the server why not simply
    hide the form when the image is displayed.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Speegs" <webforumsuser@macromedia.com> wrote in message
    news:d481pr$m7d$1@forums.macromedia.com...
    > Hi I have an advanced conditional statemet which basically shows an image
    when
    > a recorset value = 0 Is it also possible to disable a form with an
    advanced
    > conditional statement? or what would you recomend? Basically what it is
    is
    > like a telethon. Each student has a goal and when that goal is reached the
    > first advanced condition shows an image that says completed. Now I want
    to
    > disable the form as well if possible so now other contributions can be
    made.
    > they are on the same page. Speegs
    >

    Paul Whitham TMM 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