How do I put a log in on my web

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to put a log in or a password entry on my site to get to special
pages. I can not find a way to do this in Front Page.
 
HOW TO: Apply Password Protection to Part of a Web Using FrontPage 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;301554

It says FrontPage 2000 but it applies to all versions.


Also, if your site is running on an Apache / UNIX server with the webmasters control panel, you can
do it via the control panel using the web protect feature.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
<plonk>
| I've found that pine logs work best on my webs!
| < vbg >
|
| Tom Gahagan
|
| | >I would like to put a log in or a password entry on my site to get to
| >special
| > pages. I can not find a way to do this in Front Page.
|
|
 
It's no use my friend, you and I have somehow earned a <plonk> from Senor TP Willet.
 
Well if I have to get <plonked> by anyone... it would be him!

Tom Gahagan

message It's no use my friend, you and I have somehow earned a <plonk> from Senor TP
Willet.
 
Yes... very true..... but you have to remember where I hail from. We have
more pine trees than anything... except for nats. < s >

Tom Gahagan
 
grouchy guy i guess


Tom Gahagan said:
Well if I have to get <plonked> by anyone... it would be him!

Tom Gahagan

message It's no use my friend, you and I have somehow earned a <plonk> from Senor TP
Willet.
 
Where's your plonk? I searched for it, but it is nowhere to be found.

Are you just making that up so you look like one of the cool kids?

Bob Lehmann

message It's no use my friend, you and I have somehow earned a <plonk> from Senor TP
Willet.
 
I earned my plonkage (I think) in the laptop/desktop install thread (afw26...scroll down a few topics)...i commented on how would FP know the secnd install was a laptop...blah blah...a topic that had not earned me a plonkectomy before.

Can I ride with youse guise now?...I'll trow my helmet away.
 
Hi

Great information, how do I find Set the form properties to "Send to other"
and then click Options. In the Action box type logonvalidation.asp.

This form can be placed on any page in your web but you should have a page
with only this form on it in case your user tries to go to a protected page
without first logging in. The code in the protected page will send the user
to the logon.asp page. Once logged in, the user will be sent to the
originally requested page

I can't figure out how to find this in FP?

Thanks
 
I have page properties in FP2003, no form properties? I am new to this is
well, that is why I need to be walked through this the first time
 
Open the web and the page with the form in FrontPage.
click on any form element, example: textbox, to select it - thus
ensuring you are within the Form boundaries - then right-click
Choose Form Properties from the menu. (You will see "Form Field
Properties" and "Form Properties" as well as "Page Properties")
If you do not have Form properties, then you do not have a valid
form - post your HTML code for the page in this thread.
 
Here is the code on the page

<td valign="top" bgcolor="#FFFFFF">
<div align="left">
<table border="0" cellpadding="10" cellspacing="0" width="100%"
style="border-collapse: collapse" id="table63">

<p>
<font size="3"><b>
<font color="#4C6B74">
<u>Members log in page</u></font></b></font></p>

<tr>
<td width="100%" valign="top">
<p align="center"> </p>
<p align="center"><font face="Arial" color="#003366"><input
name="username"></font><font face="Arial" color="#4C6B74">Username
(set the form field name to username)<br>
</font><font face="Arial" color="#003366"><font color="#4C6B74"><input
name="password"></font><font face="Arial" color="#4C6B74">Password (set the
form field name to password)</font></font><p align="left">
<font face="Arial" color="#003366"><br>

<input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></font><p align="center"> <p align="center"> <p
align="center"> <p align="center"> <table border="0" cellpadding="4"
cellspacing="0" width="100%" style="border-collapse: collapse" id="table64">
</tr>
</table></td>
</tr>
</table>
</div>
</td>
</tr>
</table>

Thanks for helping me get through this very basic issue
 
There is no form properties in my page. I clicked on the user log in box and
right clicked. I had the page prop and form field prop, but not the one I
need?

All help is good! thanks
 
You are missing the opening and closing form tag surrounding the form fields.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top