Forums

ASP

This topic is locked

Multiple login page ^ ?

Posted 03 Oct 2002 00:34:37
1
has voted
03 Oct 2002 00:34:37 Carlo Gonella posted:
Hi everyone there.
Need help to solve a question...
I have an Access2000 db called 'Fiori'
In it I have a Table called 'Lists', and another called 'Products'
In the 'Lists' table there are, for each record, the Login/Password fields.
What I need is that :
- Clicking on the 'See The List' button on a page showing all the lists' names,
the user is sent to the login page.
Due to the login/password combination he inserts, he will see all the 'Products' contained in the list.
Obviously there's a One-To-Many relation between the table, where ListID is the Primary Key for the 'Lists' table and ListID is the linked field in the 'Products' table.

I used Dreamweaver MX to do that, but it seems I can't associate any variable to the redirect page if login is right ...

Hope you can help ...

Carlo


Replies

Replied 06 Oct 2002 19:38:10
06 Oct 2002 19:38:10 Auz Clement replied:
huh? are you trying to pass a parameter to the next page after logging in?

John Auzheal Clement
(www.digitm.com)
Replied 07 Oct 2002 12:57:49
07 Oct 2002 12:57:49 Carlo Gonella replied:
I think I have to.
what i need is that multiple users, with same login/pwl combination, can read the products contained in a list.
With another combination, another list.
And so it goes.
I think I need a login/pwl for each list.
But the problem is that after the LoginBehaviour of DW MX, I can't see the right list...

Understood ?

Thanx


Reply to this topic