MM:Insert and AutoPostback Drop Down List

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

  1. #1

    Default MM:Insert and AutoPostback Drop Down List

    Hi,
    I created a Insert web page from the Insert Assistant, and it created the
    MM:Insert tag.
    I also chagnge one of the fields to have a Drop down list, so the user can
    select a Item from the list. This Drop Down List has the AutoPostback property
    to True, because I use the result to calculate another field.

    The problem is that Every time I select an item from the drop down list, a new
    record is inserted.

    Can you plese give me any suggestion about this?

    How can I control the Expression tag (inside MM:Insert)? I already tried the
    Onclick, or to replace the variable, but is still the same.

    Regards
    cayetano.

    cayetanob Guest

  2. Similar Questions and Discussions

    1. about drop down list box
      i got two drop downlists when i select an item in dropdown list 1 the dropdown list 2 should be populated with the corresponding items from the...
    2. drop down list
      How can I make a scrolling text box that allows the user to scroll up and down and then click on a word. For example, If I was making a dictionary,...
    3. INSERT statement contains fewer items than the insert list
      The block of code below shows how I am inserting field values into my dbase table: strSQLStatement = "INSERT INTO tblArticles...
    4. Dynamical populating a list that can be used as drop down list
      Hi, I have a solution in which a person can be a member of one or more groups. In this case the groups are those used in the protection schema of...
    5. DW MX: insert library item drag n drop problem
      I had a problem inserting library items into pages in DW MX (PC version) Symptom: the page that i want to insert the lib. item closes when i try...
  3. #2

    Default Re: MM:Insert and AutoPostback Drop Down List

    ..
    cayetanob Guest

  4. #3

    Default Re: MM:Insert and AutoPostback Drop Down List

    ..
    cayetanob 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