Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default asp Help! Go To URL

    Help, please! i'm developing an ASP application, as part of the applicvation
    users are allowed to login, the login behaviour then takes the user to a
    "beforeuserindex" page, which has a recordet that identifies the user from the
    login form username. The page also has a form with 4 hidden fields on it -
    username, id, location & jobtype (all taken from the recordet. to finalise i
    have used a go to URL behaviour to send the information in the form & the user
    to the "userindex" page which is running to recordsets - the first based on
    username & id, the second based on location & jobtype hidden fields on the
    previous page. I have two show if regions (if empty & if not empty" working
    with the recordset that uises the username and id values. The login behaviour
    works as does the go to url behaviour. but that's where it ends as i only get
    to see the text in the show if recordset is empty. So effectively it looks\as
    though the information in the form on the "beforeuserindex" page is not being
    sent through to the userindex page, any ideas?

    GTN1707 Guest

  2. #2

    Default asp Help! Go To URL

    Help, please! i'm developing an ASP application, as part of the applicvation
    users are allowed to login, the login behaviour then takes the user to a
    "beforeuserindex" page, which has a recordet that identifies the user from the
    login form username. The page also has a form with 4 hidden fields on it -
    username, id, location & jobtype (all taken from the recordet. to finalise i
    have used a go to URL behaviour to send the information in the form & the user
    to the "userindex" page which is running to recordsets - the first based on
    username & id, the second based on location & jobtype hidden fields on the
    previous page. I have two show if regions (if empty & if not empty" working
    with the recordset that uises the username and id values. The login behaviour
    works as does the go to url behaviour. but that's where it ends as i only get
    to see the text in the show if recordset is empty. So effectively it looks\as
    though the information in the form on the "beforeuserindex" page is not being
    sent through to the userindex page, any ideas?

    GTN1707 Guest

  3. #3

    Default Re: asp Help! Go To URL

    That's how things work. Why would you expect the form to persist to a page
    other than the form's target?

    "GTN1707" <webforumsuser@macromedia.com> wrote in message
    news:dir6q9$rom$1@forums.macromedia.com...
    > Help, please! i'm developing an ASP application, as part of the
    > applicvation
    > users are allowed to login, the login behaviour then takes the user to a
    > "beforeuserindex" page, which has a recordet that identifies the user from
    > the
    > login form username. The page also has a form with 4 hidden fields on it -
    > username, id, location & jobtype (all taken from the recordet. to finalise
    > i
    > have used a go to URL behaviour to send the information in the form & the
    > user
    > to the "userindex" page which is running to recordsets - the first based
    > on
    > username & id, the second based on location & jobtype hidden fields on the
    > previous page. I have two show if regions (if empty & if not empty"
    > working
    > with the recordset that uises the username and id values. The login
    > behaviour
    > works as does the go to url behaviour. but that's where it ends as i only
    > get
    > to see the text in the show if recordset is empty. So effectively it
    > looks\as
    > though the information in the form on the "beforeuserindex" page is not
    > being
    > sent through to the userindex page, any ideas?
    >

    Lionstone 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