View Full Version : can some1 plz help me


sargie
10-29-2005, 06:11 PM
I need to put a password on 1 of my websites pages with out login's how can i do it??

Chris
10-29-2005, 06:22 PM
What do you mean "without logins"? Without usernames?

sargie
10-29-2005, 06:24 PM
yea....do you know how??

Liz
10-29-2005, 08:03 PM
Try:

<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST>

password: <INPUT TYPE=PASSWORD NAME="mypassword">

<P><INPUT TYPE=SUBMIT VALUE="submit">
</FORM>

sargie
10-29-2005, 09:03 PM
what do i put in the "../cgi-bin/mycgi.pl" part..?

am kinda new to this

MaGiCSuN
10-29-2005, 09:14 PM
to me that cgi bin part refers to a script file, but i might be wrong.
just wait and see what bethygirl posts about it ;)

Love,
Mirna

sargie
10-29-2005, 09:17 PM
also does the password restrict the page or can they just go in and ignore the password and carry on looking at the page....?