Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

User to update profile after logging in

New Here ,
Nov 13, 2009 Nov 13, 2009

Copy link to clipboard

Copied

Hi

I am using CS4, ASP, and MS Access database. I have created a member log-in and it is working correctly.  Now I would like the member to be taken to a page that displays his profile and allows him to change the information, address, password, etc.  How can I use the ‘username’ field from the ‘log-in’ page as the link in the ‘update profile’ page using the form action property, this field is already used for the log-in, i am using the 'Missing Manual' tutorial and this process is not explained.

TOPICS
Server side applications

Views

478
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 13, 2009 Nov 13, 2009

Copy link to clipboard

Copied

You could either store it as a session variable or pass it in the querystring.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 13, 2009 Nov 13, 2009

Copy link to clipboard

Copied

Sorry i don't understand, the tutorial tells me to link the field using 'Action property'  The Action field already has this information in it <%=MM_LoginAction%>

How do i use the Action Property for two functions, one for the log-in (as shown above) and also for the Update profile link.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 13, 2009 Nov 13, 2009

Copy link to clipboard

Copied

OK, if you are passing the user name value in a form, then just  put that value in a hidden field.  When the form is submitted, the user name value will be passed to the script.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 15, 2009 Nov 15, 2009

Copy link to clipboard

Copied

Sorry, but i am still having trouble understanding what you mean, i created the whole web site using the designer features in Dreamweaver, i am not familiar with HTML

Can you tell me how to do it using the designer features?

Thanks

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 16, 2009 Nov 16, 2009

Copy link to clipboard

Copied

LATEST

Sorry, I don't use server behaviors enough to tell you anything specific about how work with them. You will need to read about the Update Record server behavior.

>i created the whole web site using the

>designer features in Dreamweaver, i am not

>familiar with HTML

Using DW without understanding HTML and CSS is going to be a struggle. How familiar are you with ASP, VBScript and SQL?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines