Frontpage 98 script

K

Kety777

I am building a website in FP98. All of the parts of it are fully accesible
to everyone. However, I need to restrict several pages of the site only to
approved users. I am trying to write a script for several days now, but
nothing works. I just want a very simple script that would allow users to
enter a username and a password (and those two should be assigned and
provided by me).
Could anyone please help. I am approaching the deadline and getting very
frustrated.

Very greatful in advance
Kety777
 
T

Trevor L.

Kety777 said:
I am building a website in FP98. All of the parts of it are fully
accesible to everyone. However, I need to restrict several pages of
the site only to approved users. I am trying to write a script for
several days now, but nothing works. I just want a very simple script
that would allow users to enter a username and a password (and those
two should be assigned and provided by me).
Could anyone please help. I am approaching the deadline and getting
very frustrated.

Very greatful in advance
Kety777

I could write a "very simple script" that does that.

But it would be visible to anyone. For example, if the script were stored on scripts/password.js, the visitor could see this name in
your html by using View|Source, then go to that location and it would be there to see.

I think that for a more secure application, the data needs to be stored in a database and/or you need server-side scritping. Does
your host support these ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top