how to transfer the form variable to other page afterusing user validating?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default how to transfer the form variable to other page afterusing user validating?

    I want to get a form variable which is user's id, and use it in the other asp
    page, if the user pass the validating.
    I used the DW's logon-in component which is in the "insert-->application
    objects-->user validating-->user logon in". Sorry my DW 2004 software is not
    english edition,maybe the interpretation is not exact.
    But I find that the validating function is working in the self file(the form
    action is "<%=MM_LoginAction%>") , and I can't transfer the form variable to
    other page.
    So if I insist on using the way which is offered by DW to validate user's
    information, how could i do to transfer the form variable to other page?
    thx a lot.

    timember Guest

  2. Similar Questions and Discussions

    1. ASP Page Manipulated by Form Variable
      I have an ASP page containing data from a recordset. I would like help doing the following: When the user first opens the page, they see all of the...
    2. Carrying a variable through 3 page form
      I have a three page form.??When you link to the first page from a generated email the URL looks like this: ...
    3. value get form web page to user control
      hi I have one webpage and In that web page I have one user control I have one dropdown control in webfrom. I want selected value of that droupdown...
    4. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
    5. accessing page variable from user control code behind
      Hi all, I have a aspx page that inherits from a cs class which is common for all pages in my application. In that cs file, I define some...
  3. #2

    Default Re: how to transfer the form variable to other page after using user validating?

    Use session variables:

    [url]http://www.macromedia.com/go/14937[/url]

    --
    Ken Ford
    Certified Dreamweaver MX 2004 Developer
    PVII Support Team
    [url]http://www.projectseven.com[/url]
    Team Macromedia Volunteer - Dreamweaver


    "timember" <webforumsuser@macromedia.com> wrote in message news:compo3$gsi$1@forums.macromedia.com...
    >I want to get a form variable which is user's id, and use it in the other asp
    > page, if the user pass the validating.
    > I used the DW's logon-in component which is in the "insert-->application
    > objects-->user validating-->user logon in". Sorry my DW 2004 software is not
    > english edition,maybe the interpretation is not exact.
    > But I find that the validating function is working in the self file(the form
    > action is "<%=MM_LoginAction%>") , and I can't transfer the form variable to
    > other page.
    > So if I insist on using the way which is offered by DW to validate user's
    > information, how could i do to transfer the form variable to other page?
    > thx a lot.
    >

    Ken Ford - PVII Support Guest

  4. #3

    Default Re: how to transfer the form variable to other pageafter using user validating?

    thanks.
    timember 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