• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[Share] code javascript phải nhập pass khi vào thư mục

Admin

Well-Known Member
Staff member
Administrator
Thấy Mr.khang xin nên share, ai dùng thanks nhé
Code:
<script language="javascript"><!--///*This Script allows people to enter by using a form that asks for aUserID and Password (GeluKrait@yahoo.com)*/function pasuser(form) {if (form.id.value=="echip") { if (form.pass.value=="echip") {              location="www.echip.com.vn" } 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>LoginArea</b></i></h1></center></td></tr><tr><td><h1><i><b>User ID:</b></i></h1></td><td><form name="login">  <inputname="id" type="text" size="20"></td></tr><tr><td><h1><i><b>Password:</b></i></h1></td><td>  <input name="pass"type="password" size="20"></td></tr><tr><td><center><input type="button" value="Login"onClick="pasuser(this.form)"></center></td><td><center><br><inputtype="Reset"></form></td></tr></table></center> </body></html>
 
Thay echip thành pass của em
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top