|
| |
|
|
tdstrain
Posts: 3 Joined: 5/2/2009 Status: offline
|
Member Login - 5/2/2009 23:53:44
I've clicked on what seems like a million links on the Internet for the Spooky Login and none worked. I read a post that said it was discontinued...is there an equivalent product? I'm using FrontPage 2003 and need to create a member login page. I have an Access database. Can anyone tell me a user-friendly way of doing this. I'm not a programmer, but a very proficient end-user with a small amount of html knowledge (i.e. I'm very good at copy/pasting code). I've already made the connection from the registration form to the Access database using the Database Connection Wizard and it is working fine, but I do not know how to do the login form that verifies their user name and password. Thanks so much Lynette
|
|
|
|
Joey
Posts: 187 Joined: 5/15/2002 From: Status: offline
|
RE: Member Login - 5/3/2009 1:24:11
Are you using an asp page? If so, you can protect a page by adding the following script to your page. <%
If Session("UserName")&"" = "" Then
Response.redirect "login.asp?Redirect=" &Request.Servervariables("URL")
End if
%>
Let me know if you need help making the login form. PS: Spooky Login was a great script with every feature you could want. He should consider selling it again!
|
|
|
|
treetopsranch
Posts: 1539 From: Cottage Grove, OR, USA Status: offline
|
RE: Member Login - 5/3/2009 10:30:19
Here's another: http://www.veign.com/code-view.php?type=app&codeid=56
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
|
|
tdstrain
Posts: 3 Joined: 5/2/2009 Status: offline
|
RE: Member Login - 5/3/2009 14:03:28
Yes, it is an asp page.
|
|
|
|
tdstrain
Posts: 3 Joined: 5/2/2009 Status: offline
|
RE: Member Login - 5/3/2009 14:10:51
Thanks so much. I downloaded it, but it doesn't come with any instructions! Looks like I need to hire a programmer. Thanks for your help! Lynette
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|