English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

... use Microsoft FrontPage to design a web page that asks its visitor to pass a password check first otherwise he/she cannot enter into the next page?

I do NOT want to get into HTML language and tags. I heard that it can all be done from inside FrontPage without any HTML stuff. Right?

2006-07-30 04:24:52 · 4 answers · asked by my_backups2 2 in Computers & Internet Programming & Design

4 answers

This isn't possible to do securely within frontpage. This isn't even possible with HTML tags. To have a user login form, you need a web-based programming language, such as PHP. If you trust frontpage for this, then I can guarantee you it won't be secure, frontpage alone can't do much. For instance, you could type in the URL for the page directly and completely bypass the user authentication form. And since the complete url to the page has to be in the form for it to pass on, anyone who knows the basics of HTML will be able to do this.

My suggestion is to learn HTML (it really isnt that hard...promise!), and learn a web-based programming language. Either that, or you can hire a programmer to do it for you.

2006-07-30 04:29:50 · answer #1 · answered by Crash 3 · 5 4

If your server has FrontPage Extensions installed, and you are not using the IIS Web server, then you can use the FrontPage Tools, Permissions where you can assign user id's and passwords.

Steps:

Open Web in FrontPage Explorer.
Click on Tools, Permissions.
Select Unique Permissions for this web, and click apply.
Click on the users tab, and start adding users.
Make sure you select the radio button that states only registered users can browse the web.

2006-07-30 04:27:55 · answer #2 · answered by Shep 5 · 0 0

"I heard that it can all be done from inside FrontPage without any HTML stuff. Right?"

Not right. You have to use HTML or DHTML to write a web page before publishing it.

2006-07-30 04:29:13 · answer #3 · answered by cwsmith 3 · 0 0

Here is a ready made script just follow the direction and past into your html.

http://javascript.internet.com/passwords/password-pro-in.html

2006-07-30 04:29:50 · answer #4 · answered by ? 6 · 0 0

fedest.com, questions and answers