Home   News  Product reviews  Website reviews  Forums   Competitions  Subscribe 


Web Building >> Web design & build

 |  Print Thread
Scorpian04111986
new user


Reg'd: Fri
Posts: 5
Setting up a multiple login interface
      Fri Feb 15 2008 09:56 PM

Hello im new quite new to the more complex website building but have made a few simple ones.
The main one of these is one for my Scout Group and is at www.15thtorbay.150m.com.
The problem i have is I have set up a page for Group members etc that is password protected so only members of the Group or local "Scouters" can view the details of the other members i have already read a few forums and successfully set up a single username and password interface using HTML code in the following way

"<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=="Username") {
if (form.pass.value=="Password") {
location="MembersArea.htm"
} 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>"

Obviously ive removed the username and password but i woul like to change it so i can have multiple logons with passwords (preferably one for each member ogf the group with online access about 20

any help on this would be greatly appreciated

Post Extras Print Post   Remind Me!     Notify Moderator
Rate this thread

Jump to


Entire topic
Subject Posted by Posted on
* Setting up a multiple login interface Scorpian04111986 Fri Feb 15 2008 09:56 PM
. * * Re: Setting up a multiple login interface Zippy_Brown   Mon Feb 18 2008 09:35 PM
. * * Re: Setting up a multiple login interface predator   Tue Feb 19 2008 06:50 PM
. * * Re: Setting up a multiple login interface Scorpian04111986   Thu Feb 28 2008 11:59 AM
. * * Re: Setting up a multiple login interface predator   Thu Feb 28 2008 05:06 PM
. * * Re: Setting up a multiple login interface ianm   Sun Feb 17 2008 12:34 AM

Extra information
1 registered and 5 anonymous users are browsing this forum.

Moderator:  putasolutions, Joe_London, greysts, bricat, Nanook, Hello_There, John_McKenna, Mouse, TheFatControlleR 


Print Thread
Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      Mark-up is enabled

Rating:
Thread views: 0

Contact Us | Privacy statement Main website