Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
timember #1
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
-
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... -
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: ... -
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... -
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... -
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... -
Ken Ford - PVII Support #2
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
-
timember #3
Re: how to transfer the form variable to other pageafter using user validating?
thanks.
timember Guest



Reply With Quote

