Need help with password

Discussion in 'JavaScript' started by chocoguy, Dec 17, 2007.

  1. #1
    I want to create my own site, but I did not knwo about java. Could anyone tell how can I create a password code for my website.
    Pls give complete code.
    Thanks in advance!:eek:
     
    chocoguy, Dec 17, 2007 IP
  2. sunnyverma1984

    sunnyverma1984 Well-Known Member

    Messages:
    342
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    120
    #2
    which type password you want to create. I want to tell you that javascript password is not secure becouse javascript is client side script.
     
    sunnyverma1984, Dec 17, 2007 IP
  3. chocoguy

    chocoguy Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I want to create a client based password
     
    chocoguy, Dec 18, 2007 IP
  4. sunnyverma1984

    sunnyverma1984 Well-Known Member

    Messages:
    342
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    120
    #4
    <HEAD>
    <SCRIPT language="JavaScript">
    <!--hide
    
    var password;
    
    var pass1="cool";
    
    password=prompt('Please enter your password to view this page!',' ');
    
    if (password==pass1)
      alert('Password Correct! Click OK to enter!');
    else
       {
        window.location="any other location";
        }
    
    //-->
    </SCRIPT>
    </HEAD>
    Code (markup):
     
    sunnyverma1984, Dec 18, 2007 IP
  5. temp2

    temp2 Well-Known Member

    Messages:
    1,231
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    150
    Digital Goods:
    2