toptech
Posts: 9
|
| Posted: 04/05/2005, 6:36 PM |
|
Hi There.
I have created a login and an Admin screen.
How do I go from the login, provided the login id and password are correct to the admin screen.
Also,
On the Admin screen i inserted a teable with 1 column and 2 rows.
The first row is just a description.
The second row contains a link that I created to go to another page.
1. How do I make that link visible in the second row.
When I go to live page, it is blank. So I have nothing to click on to go to the page I need to.
Any help would be appreciated.
Thanks,
Jeff
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/06/2005, 2:15 AM |
|
Jeff,
To redirect users to administration page after successful login set Return Page property of Login button to that page.
The link exists on a page but it is not visible because there’s no text between <a> and </a> tags. Put it into default value property of Link and surround with double quotes, e.g.
"Click Here"
_________________
Regards,
Nicole |
 |
 |
toptech
Posts: 9
|
| Posted: 04/06/2005, 10:11 AM |
|
Hi Nicole.
Thanks. That works.
However, I actually have multiple users which when logged in need to go
to different screens because of their level.
How would I check their level and reroute to specific screen.
Sorry, I know this seems simple, but I am new to asp/web programming.
Thanks,
Jeff
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/06/2005, 10:28 AM |
|
This topic was discussed several times here.
Please see http://forums.codecharge.com/search.php?s_keyword=login...m[]=6&s_period=
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|