Missy 13
01-11-2003, 12:05 AM
How do you make a login box and a sign up box for my email service? And can I make those transparent?
|
View Full Version : How? Missy 13 01-11-2003, 12:05 AM How do you make a login box and a sign up box for my email service? And can I make those transparent? yugiohw 01-11-2003, 02:14 AM I dont do this. but I think that what you need is MySQL. An your host must support that and it can make a database basically of your members. An do all of what you need. darklitch 01-08-2005, 03:29 AM <script language="javascript"> <!--hide var pass = password var tpass = prompt(what is the password?) if (pass == tpass){ www.page.com } else{ www.errorpage.com } //stophiding--> </script |