MULTIPLE DROPDOWNS, ASP, VBSCRIPT

Ask a Question related to ASP, Design and Development.

  1. #1

    Default MULTIPLE DROPDOWNS, ASP, VBSCRIPT

    Hi,
    I''m looking for someone to help me out in ASP. I''ve 3 to 4 or more combo boxes. On the change event of the combo boxes I want to fill the values. Suppose I change the value in combobox1 the second combo box should get filled basing on the first combo box, in the same way the third combo should get filled basing on the second combo criteria and the fourth combo should get the values basing the selection made in the 3rd combo. All the combo boxes are fired in the change event of the combo box. And please no Javascript only VBSCRIPT.

    -----------------------------
    This message is posted by [url]http://Asp.ForumsZone.com[/url]

    MOHAMMED AZEEMUDDIN Guest

  2. Similar Questions and Discussions

    1. CSS dropdowns in IE - help!!
      I'm working in Dreamweaver MX and have created a CSS drop-down navigation that's working exactly as desired in Safari and Opera, but problematic in...
    2. Dependent Dropdowns
      I have searched high and low and haven't found a good tutorial for doing dependent dropdowns. I have 2 tables in my DB, Cat and SubCat, Cat...
    3. Can JS dropdowns be on top of layers?
      Just wondering..... check it: www.downtownsound.com BR Thanks!
    4. Dropdowns in Netscape 4.7
      Kim!!! Thanks.
    5. DropDowns... another one.
      Hi all, I've got a DataList control that binds to a sqldatareader. In each row, I'd like to include a DropDown box with 5 fixed selections. ...
  3. #2

    Default Re: MULTIPLE DROPDOWNS, ASP, VBSCRIPT

    MOHAMMED AZEEMUDDIN wrote:
    > ...
    > All the combo boxes are fired in the change event
    > of the combo box. And please no Javascript only VBSCRIPT.
    Sorry, this is an ASP group - you will get a better response in a client
    script group.

    Good luck.
    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  4. #3

    Default Re: MULTIPLE DROPDOWNS, ASP, VBSCRIPT

    MOHAMMED AZEEMUDDIN wrote:
    > Hi,
    > I''m looking for someone to help me out in ASP. I''ve 3 to 4 or more
    > combo boxes. On the change event of the combo boxes I want to fill
    > the values. Suppose I change the value in combobox1 the second combo
    > box should get filled basing on the first combo box, in the same way
    > the third combo should get filled basing on the second combo criteria
    > and the fourth combo should get the values basing the selection made
    > in the 3rd combo. All the combo boxes are fired in the change event
    > of the combo box. And please no Javascript only VBSCRIPT.
    >
    Look for a newsgroup with "dhtml" and "vbscript" in its name. ASP is
    server-side code and cannot respond to events taking place on the client
    machine. Be aware that users will be unable to take advantage of this
    functionality using non-IE browsers if you persist in using vbscript to
    write it.

    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows 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