OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Member Login

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Member Login
Page: [1]
 
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!

(in reply to tdstrain)
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"


(in reply to Joey)
tdstrain

 

Posts: 3
Joined: 5/2/2009
Status: offline

 
RE: Member Login - 5/3/2009 14:03:28   
Yes, it is an asp page.

(in reply to Joey)
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

(in reply to treetopsranch)
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Member Login
Page: [1]
Jump to: 1





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