![]() |
|
|
|
#1 |
|
I am doing a small web page and I need to know the html code to password
protect it before anyone can proceed. Can anyone help please?? Janice Ann |
|
|
|
|
#2 |
|
Posts: n/a
|
Janice Ann wrote:
> I am doing a small web page and I need to know the html code to > password protect it before anyone can proceed. The answer will be server specific - ask your host/admin for an example. Please note that HTML is markup, and as such, cannot actualy 'do' anything. -- William Tasso - http://WilliamTasso.com |
|
|
|
#3 |
|
Posts: n/a
|
Janice Ann wrote:
> I am doing a small web page and I need to know the html code to > password protect it before anyone can proceed. http://www.html-faq.com/serverbasics/?password -- Daan |
|
|
|
#4 |
|
Posts: n/a
|
X-No-Archive: yes
Janice Ann wrote: > I am doing a small web page and I need to know the html code to > password protect it before anyone can proceed. > > Can anyone help please?? You cannot secure a website using HTML or JavaScript. You will need to use a server-side language such as PHP, CGI, Perl or the like. |
|
|
|
#5 |
|
Posts: n/a
|
X-No-Archive: yes
Weyoun the Dancing Borg wrote: > X-No-Archive: yes > Janice Ann wrote: > >> I am doing a small web page and I need to know the html code to >> password protect it before anyone can proceed. >> >> Can anyone help please?? > > You cannot secure a website using HTML or JavaScript. You will need > to use a server-side language such as PHP, CGI, Perl or the like. That said, I excluded some information. You could get a web hoster that offers HTTP security. www.dancingborg.co.uk/downloads/SG1 is done through my web hoster, not my site or database. |
|