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

  1. #1

    Default ASP redirection

    Hey,

    I have an idea and wonder if it's possible

    I want to have a form page with aboot three different drop down menus. once
    all the options are selected, and with the click of a button it takes you to a
    page...there will be about three options per menu. and each one will bring it
    to a different page..I wish to do it in ASP.

    Thanks everyone!
    Ian

    Ianmundy Guest

  2. Similar Questions and Discussions

    1. redirection
      Thank you for your hel my question is: How can I redirect a visitor to a HTML site if he does not have flash plugin instaled on his computer? on my...
    2. Redirection Help Please
      I try to use PHP to redirect to other page and failed. Please give me a help. Thanks. The script is: if($rows_num>0) { session_start();...
    3. URL redirection database
      I'm distributing HTML files on a CD. I'd like those files to include URLs that point to a simple database on my ISP IIS server, do a lookup based...
    4. [PHP] cookies and redirection
      > I have a small problem was wondering if anyone out there knew anyhting about Yeah, set the cookie as normal using the header() function (or...
    5. [PHP] Redirection Question
      Hi, I'm not sure if this is going to help or not.. Since I understand your issue only barely.. If I understand correctly, regardless of whether...
  3. #2

    Default Re: ASP redirection

    I assume you're wanting to pick dropdown 1 and depending on your choice,
    dropdown 2 may have different content, etc. It's called Dynamic Dependent
    Dropdowns and it is certainly possible in ASP.

    Here's a bunch of tutorials:
    [url]http://www.aspin.com/home/tutorial/formproc/listboxe[/url]

    And here's a free extension: [url]http://www.kermy.com/Extensions/DynamicDDL.asp[/url]


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "Ianmundy" <webforumsuser@macromedia.com> wrote in message
    news:cv6lk7$hg4$1@forums.macromedia.com...
    > Hey,
    >
    > I have an idea and wonder if it's possible
    >
    > I want to have a form page with aboot three different drop down menus.
    once
    > all the options are selected, and with the click of a button it takes you
    to a
    > page...there will be about three options per menu. and each one will bring
    it
    > to a different page..I wish to do it in ASP.
    >
    > Thanks everyone!
    > Ian
    >

    Nancy Gill Guest

  4. #3

    Default Re: ASP redirection

    Thanks very much
    Ianmundy 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