ASP Login & Sending URL parameters...

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

  1. #1

    Default ASP Login & Sending URL parameters...

    Quite simple this one I suppose, but I cannot get it to work.

    I want the user to log in (using DWMX login verify behaviour) and the
    username to be passed to the following pages so it can be displayed as a
    welcome - e.g. "WELCOME BACK Mr X"

    I cannot understand how to send the URL query to the page whilst also
    using the login behaviour. I've tried using the Go To Detail Page, but
    cannot select the submit button as the link.

    Any help most gratefully received!!

    Cheers, Paul
    Ed_Gein Guest

  2. Similar Questions and Discussions

    1. #39707 [NEW]: Sending more then one parameter to SP will not return output parameters
      From: aspen dot olmsted at alliance dot biz Operating system: Windows XP SP2 PHP version: 5.2.0 PHP Bug Type: PDO related...
    2. Sending parameters to Flash from html (asp)
      Hello, I'm trying to accomplish this below: Flash application needs to accept a parameter which contains a unique ID for the user running the...
    3. Sending contact form info from Flash to ASP.net forwebmail sending
      Hello, I am trying to complete a web contact form within a Flash movie. The form has already been designed. Now I am trying to send the form...
    4. Passing Parameters from the login screen to another page
      Hello All, Does anyone know how to pass a login UserID parameter to filter another page? Below is my login in screen code. Please advise. Thanks....
    5. Sending parameters to a .jsp
      Hi folks: Well,... I'm not sure how to do the following and I'd apreciate someone giving some kind of clue. I'm trying to comunicate from within a...
  3. #2

    Default Re: ASP Login & Sending URL parameters...

    On Fri, 11 Jul 2003 00:54:47 +0100, Ed_Gein <mrsomewhere@nowhere.com>
    wrote:
    >Quite simple this one I suppose, but I cannot get it to work.
    >
    >I want the user to log in (using DWMX login verify behaviour) and the
    >username to be passed to the following pages so it can be displayed as a
    >welcome - e.g. "WELCOME BACK Mr X"
    >
    >I cannot understand how to send the URL query to the page whilst also
    >using the login behaviour. I've tried using the Go To Detail Page, but
    >cannot select the submit button as the link.
    >
    >Any help most gratefully received!!
    >
    >Cheers, Paul
    you'll have to indulge in a little code here, and put the login value
    into a cookie.

    The cookie can then be read to give your welcome message.

    It's early in the morning here, so I'm a bit rushed, but I'll look up
    the code you need, and try and post it later today.


    Paul Taylor
    [url]http://www.technocurve.co.uk[/url]
    Paul Taylor 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