View Single Post
Old 07-14-2006, 05:13 AM   · #1
blackwizard
Account Suspended
 
Location: India
Trader Rating: (8)
Join Date: Oct 2005
Posts: 636
NP$: 15.35 (Donate)
blackwizard is a jewel in the roughblackwizard is a jewel in the roughblackwizard is a jewel in the rough
Login and Password Script.

Simply insert this in the <body> section:

Code:
<script language="javascript"> <!--// /*This Script allows people to enter by using a form that asks for a UserID and Password*/ function pasuser(form) { if (form.id.value=="JavaScript") { if (form.pass.value=="Kit") { location="page2.html" } else { alert("Invalid Password") } } else { alert("Invalid UserID") } } //--> </script> <center> <table bgcolor="white" cellpadding="12" border="1"> <tr><td colspan="2"><center><h1><i><b>Login Area</b></i></h1></center></td></tr> <tr><td><h1><i><b>UserID:</b></i></h1></td><td><form name="login"><input name="id" type="text"></td></tr> <tr><td><h1><i><b>Password:</b></i></h1></td><td><input name="pass" type="password"></td></tr> <tr><td><center><input type="button" value="Login" onClick="pasuser(this.form)"></center></td><td><center><br><input type="Reset"></form></td></tr></table></center>



Quote:




Reputation is always appreciated.


Please register or log-in into NamePros to hide ads
blackwizard is offline   Reply With Quote
Site Sponsors
Traffic Down Under YUPPADS http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 11:45 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.