navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
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

Search Forums
 

Advanced search
Recent Posts

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

 

pass words

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

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

All Forums >> Web Development >> Microsoft FrontPage Help >> pass words
Page: [1]
 
Andi

 

Posts: 5
From: Belpre, Ohio 45714
Status: offline

 
pass words - 4/3/2001 16:44:00   
Do I have to have programming knowledge to set up a pass word or registration for visitors to my site? I'm not doing it for secuirty at this point (it could turn into that at some point) but more for information gathering, and encouraging people to visit my site more regularly by offering benefits to people that register.

I have the most basic knowledge of html and nothing beyond that.

Any advice would be great.

------------------
Andi

"Never take fashion advice from someone wearing sensible shoes"

Dixiedi

 

Posts: 130
From: Cincinnati
Status: offline

 
RE: pass words - 4/3/2001 20:26:00   
Sounds like HTML password protection is what you need.

Create a page that will act as the navigation/introduction to the password protected area of your site.

Give it a name that is the same as the password you'd like to use. "password.htm"

Do not create any links to this page anyplace on your site that is not password protected.

Put the following code in the head of your documant where you will be putting the password button. Maybe on the thankyou page of your register form.

code:
<SCRIPT language="JavaScript"><!--
function check() {
// Prompt user for the password ...
password = prompt('Enter password before continuing','');
// ... then set the browser location. (change the line below this one!)
location.href = 'http://www.you.com/' + escape(password) + '.htm';
}
// -->
</SCRIPT>

do not change anything except the you.com.
when the visitor types in the name of the page it will be combined with the .htm to name the page it should open. DO NOT put the pave name anyplace on your site. IF you do not link to it, the page can never be found.

Then put this code where you want the password button to appear.

code:
<DIV align="center">You must have a password to enter this site!<P>
<FORM>
<INPUT type="Button" onClick="check()" value="Enter Site">
</FORM>
</DIV>


Clicking the Enter site button will produce a small window (about hte size of an alert box) prompting for the password. The password in the name of the page you created (password.htm)


(in reply to Andi)
Andi

 

Posts: 5
From: Belpre, Ohio 45714
Status: offline

 
RE: pass words - 4/4/2001 20:56:00   
Is this going to allow visitors to create a password and then have me send it to them if they lose it or is that something else entirely?

------------------
Andi

"Never take fashion advice from someone wearing sensible shoes"


(in reply to Andi)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: pass words - 4/5/2001 20:05:00   
Depending on your host, if its NT, you may be able to use the Spooky login (which does all the send password stuff) , or if you are on Unix, check the FAQ's for protected subwebs

------------------
Spooky
"I am Spooky of Borg. Prepare to be assimilated, babycakes!"
Subscribe to OutFront News
Database / DRW Q & A
The Spooky Login!


(in reply to Andi)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> pass words
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